summaryrefslogtreecommitdiff
path: root/cogl/cogl-types.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for setting up stereo CoglOnscreensOwen W. Taylor2014-07-171-0/+15
* This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg2014-02-221-13/+20
* Add support for RG texturesNeil Roberts2014-01-201-0/+5
* Don't enable deprecation warnings for internal API when building CoglNeil Roberts2013-07-041-1/+2
* onscreen: Add CoglFrameInfo and _add_frame_callback() apiOwen W. Taylor2013-01-301-0/+3
* cogl-onscreen: Add buffer_age supportAdel Gadllah2013-01-231-0/+3
* doc: Fix the remaining broken internal cross-referencesDamien Lespiau2013-01-221-3/+3
* doc: Use Docbook's <constant> for external constantsDamien Lespiau2013-01-221-7/+12
* doc: Add a missing '*' to the documentation of CoglFilterReturnDamien Lespiau2013-01-221-1/+1
* doc: Fix FALSE documentationDamien Lespiau2013-01-221-1/+1
* doc: Populate cogl-types a bit more and move it to the general sectionDamien Lespiau2013-01-221-0/+7
* doc: Fix the remaining warning around the depth stateDamien Lespiau2013-01-221-4/+3
* doc: Document CoglColorDamien Lespiau2013-01-221-0/+4
* Fixes for --disable-glibNeil Roberts2013-01-221-3/+33
* object: Move cogl_object_{ref,unref}() to cogl-object.hDamien Lespiau2013-01-221-21/+0
* Adds CoglError apiRobert Bragg2013-01-221-15/+15
* renderer: Remove unused error from CoglRendererErrorDamien Lespiau2013-01-181-1/+0
* framebuffer: Support texture based depth buffersDamien Lespiau2013-01-181-7/+19
* Mass rename CLUTTER_COMPILATION to COGL_COMPILATIONTomeu Vizoso2012-08-061-2/+2
* Adds gles2-context renderer constraintRobert Bragg2012-08-061-1/+2
* build: Include stdint.hRobert Bragg2012-08-061-0/+1
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-9/+47
* Removes all remaining use of CoglHandleRobert Bragg2012-08-061-2/+2
* pixel formats: Documents the internal representationRobert Bragg2012-02-201-9/+76
* Add 30-bit color depth pixel formats X101010 and 2101010Damien Leone2012-02-201-1/+19
* Removes the COGL_PIXEL_FORMAT_{24,32} definesRobert Bragg2012-02-201-12/+10
* Remove COGL_UNORDERED_MASK defineRobert Bragg2012-02-201-1/+0
* Remove COGL_UNPREMULT_MASK defineRobert Bragg2012-02-201-1/+0
* Move all types/prototypes from cogl.h -> cogl[1]-context.hRobert Bragg2012-02-201-0/+28
* pipeline: Make the backface culling experimental publicNeil Roberts2011-11-141-0/+15
* Remove inclusion of Xlib headers in Cogl headersZan Dobersek2011-11-011-3/+0
* texture-2d-sliced: make CoglTexture2DSliced publicRobert Bragg2011-11-011-2/+6
* winsys-glx: Fix synchronisation behaviour in _cogl_winsys_onscreen_swap_regionAdel Gadllah2011-09-191-0/+4
* Adds ColorMask support to CoglRobert Bragg2011-07-191-0/+26
* replace public native_event APIs with typesafe APIsRobert Bragg2011-06-301-22/+0
* Add compile time checks for size of public structsRobert Bragg2011-05-161-0/+12
* math: Adds an experimental euler APIRobert Bragg2011-05-161-0/+8
* math: Adds an experimental quaternion APIRobert Bragg2011-05-161-0/+4
* cogl-context: Store winsys features in an array of unsigned intsNeil Roberts2011-04-201-3/+3
* cogl-renderer: Move the XEvent filters to be generic for all renderersNeil Roberts2011-04-201-18/+21
* Moves all GLX code down from Clutter to CoglRobert Bragg2011-04-111-4/+83
* cogl: rename CoglVertexAttribute CoglAttributeRobert Bragg2011-01-211-0/+22
* cogl-buffer: Support mapping buffers for write on GLESNeil Roberts2011-01-131-1/+7
* docs: Fixes for the Cogl API referenceEmmanuele Bassi2010-12-221-2/+2
* cogl: rename CoglMaterial -> CoglPipelineRobert Bragg2010-11-031-3/+49
* Move IndicesType and VerticesMode typedefs to cogl-types.hRobert Bragg2010-10-261-0/+48
* Remove trailin enum commas, avoiding C++ warnings.Murray Cumming2010-09-131-1/+1
* Add some more introspection annotationsEmmanuele Bassi2010-09-061-1/+1
* cogl: Adds a COGL_FEATURE_SHADERS_ARBFP feature flagRobert Bragg2010-08-091-1/+3
* Add a Cogl texture 3D backendNeil Roberts2010-07-131-1/+3