summaryrefslogtreecommitdiff
path: root/cogl/cogl.c
Commit message (Expand)AuthorAgeFilesLines
* Include deprecated header for cogl_read_pixels()Emmanuele Bassi2015-06-101-0/+2
* Conditional call to g_type_init()Emmanuele Bassi2015-06-101-1/+1
* This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg2014-02-221-11/+18
* pipeline: improve real_blend_enable checksRobert Bragg2013-06-061-1/+3
* Adds initial Emscripten support to CoglRobert Bragg2013-05-291-1/+3
* Add compiler deprecation warningsRobert Bragg2013-04-241-3/+3
* Remove cogl-internal.hRobert Bragg2013-01-221-39/+0
* Remove the varying array for tex_coordsRobert Bragg2013-01-221-2/+1
* Add a GL 3 driverNeil Roberts2013-01-221-20/+8
* buffer: splits out GL specific codeRobert Bragg2013-01-221-1/+2
* Adds CoglError apiRobert Bragg2013-01-221-4/+4
* core: Don't initialize the GType system with --disable-glibDamien Lespiau2013-01-221-0/+2
* core: Don't use g_once_*() APIDamien Lespiau2013-01-181-3/+3
* Don't use eglGetProcAddress to retrieve core functionsNeil Roberts2012-08-061-1/+1
* Re-design the matrix stack using a graph of opsRobert Bragg2012-08-061-0/+1
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-22/+22
* Add a public cogl_bitmap_new_for_dataNeil Roberts2012-03-141-6/+7
* Move the fallback define for GL_PACK_INVERT_MESARyan Lortie2012-03-141-4/+0
* Don't export cogl_gl_error_to_stringNeil Roberts2012-03-091-1/+1
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-061-9/+0
* Add a public cogl_framebuffer_read_pixels_into_bitmapNeil Roberts2012-03-051-187/+13
* bitmap: Add a function to convert into an existing bufferNeil Roberts2012-03-051-14/+2
* _cogl_bitmap_convert: Also handle premult conversionsNeil Roberts2012-03-051-2/+1
* Avoid making up the format COGL_PIXEL_FORMAT_A_8_PRENeil Roberts2012-03-051-1/+1
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-2/+1
* Add 30-bit color depth pixel formats X101010 and 2101010Damien Leone2012-02-201-11/+24
* Adds _cogl_pixel_format_is_endian_dependant apiRobert Bragg2012-02-201-0/+21
* moves and renames _cogl_get_format_bppRobert Bragg2012-02-201-2/+21
* Move all types/prototypes from cogl.h -> cogl[1]-context.hRobert Bragg2012-02-201-0/+1
* rework enabling of attributes, removing _cogl_enable()Robert Bragg2011-12-061-66/+0
* framebuffer: Optimize _cogl_framebuffer_flush_state()Robert Bragg2011-12-061-2/+2
* framebuffer: Add CoglFramebuffer matrix stack methodsRobert Bragg2011-12-061-81/+18
* Start to reduce dependence on glibRobert Bragg2011-11-011-10/+10
* features: Support more than 32 features!Robert Bragg2011-11-011-0/+32
* Add a strong CoglTexture type to replace CoglHandleRobert Bragg2011-09-211-3/+3
* Make backface culling be part of the legacy stateNeil Roberts2011-09-191-72/+7
* Add internal _cogl_push_source to optionally disable legacy stateNeil Roberts2011-09-191-6/+40
* cogl: Bind the locale dir for the Cogl domainNeil Roberts2011-09-191-0/+4
* framebuffer: Make framebuffer_clear APIs public experimentalRobert Bragg2011-08-121-1/+1
* cogl: Add support for reading a cogl.conf config fileRobert Bragg2011-08-121-0/+2
* Flush the journal before changing the projectionRobert Bragg2011-08-021-2/+13
* Don't use the 'NULL' GModule to resolve GL symbolsNeil Roberts2011-07-271-5/+2
* Use MESA_pack_invert to avoid read_pixels flipRobert Bragg2011-07-131-4/+23
* Dynamically load the GL or GLES libraryNeil Roberts2011-07-111-20/+18
* Move the cogl texture driver functions to a vtableNeil Roberts2011-07-081-3/+6
* Use all core GL functions through indirect pointersNeil Roberts2011-07-081-14/+10
* framebuffer: Add _get_XYZ_bits() functionsRobert Bragg2011-07-041-4/+4
* framebuffer: expose viewport getters/settersRobert Bragg2011-06-301-6/+6
* Add internal _cogl_init() functionRobert Bragg2011-06-301-0/+14
* Add internal _cogl_get_proc_addressRobert Bragg2011-06-011-21/+1