summaryrefslogtreecommitdiff
path: root/cogl/cogl-pipeline-private.h
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg2014-02-221-14/+20
* Don't generate GLSL for the point size for default pipelinesNeil Roberts2013-06-211-7/+9
* Use the Wayland embedded linked list implementation instead of BSD'sNeil Roberts2013-06-131-1/+1
* Add support for per-vertex point sizesNeil Roberts2013-06-071-0/+6
* pipeline: only maintain breadcrumb for debug buildsRobert Bragg2013-06-061-0/+6
* pipeline: improve real_blend_enable checksRobert Bragg2013-06-061-4/+18
* pipeline-cache: Use a special trimmed down pipeline for the keyNeil Roberts2013-04-041-0/+11
* Reorder some struct members to avoid padding due to alignmentNeil Roberts2013-01-221-9/+9
* Remove cogl-internal.hRobert Bragg2013-01-221-1/+1
* Adds back tex_coord array for CoglShader compatibilityRobert Bragg2013-01-221-0/+4
* Remove the varying array for tex_coordsRobert Bragg2013-01-221-6/+7
* pipeline: Don't notify the undefined progend of layer changesNeil Roberts2013-01-221-15/+0
* Clearly define 3 progends that own the frag+vertendsRobert Bragg2013-01-221-26/+23
* pipeline: tidy up definition of *END definesRobert Bragg2013-01-221-57/+22
* pipeline: remove duplicate definesRobert Bragg2013-01-221-3/+0
* pipeline: remove unused _MASK definesRobert Bragg2013-01-221-22/+0
* pipeline: make _GET_LAYER_NO_CREATE enum a flagRobert Bragg2012-09-031-1/+1
* pipeline: Remove the CoglPipelineFlag enumNeil Roberts2012-08-061-6/+0
* Re-design the matrix stack using a graph of opsRobert Bragg2012-08-061-2/+4
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-25/+25
* pipeline: make _equal() cost scale by n bits in differencesRobert Bragg2012-02-201-2/+3
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-0/+1
* Add a version of _cogl_pipeline_get_layer which does not create itNeil Roberts2012-02-131-2/+11
* Make _cogl_pipeline_get_layer_texture publicNeil Roberts2012-02-071-4/+0
* Flush matrices in the progend and flip with a vectorNeil Roberts2011-12-061-5/+17
* pipeline: Move the snippet source loop into a common functionNeil Roberts2011-12-061-29/+1
* cogl-pipeline: Add two hook points for adding shader snippetsNeil Roberts2011-12-061-4/+48
* cogl-pipeline: Store the uniform overrides in an array instead of listNeil Roberts2011-11-161-20/+6
* cogl-pipeline: Add support for setting uniform valuesNeil Roberts2011-11-161-2/+36
* cogl-program: Move the code for CoglBoxedValue to its own fileNeil Roberts2011-11-161-0/+1
* pipeline: Make the backface culling experimental publicNeil Roberts2011-11-141-14/+0
* Use the same number for n_tex_coord_attribs in all linked shadersNeil Roberts2011-11-021-1/+2
* pipeline: Split more code out from cogl-pipeline.cRobert Bragg2011-09-211-380/+31
* Add a strong CoglTexture type to replace CoglHandleRobert Bragg2011-09-211-8/+8
* Make backface culling be part of the legacy stateNeil Roberts2011-09-191-2/+28
* pipeline-arbfp: Check for fog on the pipeline not the legacy stateNeil Roberts2011-09-191-0/+3
* pipeline: split out all layer state apisRobert Bragg2011-09-191-0/+31
* pipeline: split out all core state apisRobert Bragg2011-09-191-8/+36
* pipeline: Remove unsused get_max_texture_image_units()Damien Lespiau2011-09-051-5/+0
* Adds ColorMask support to CoglRobert Bragg2011-07-191-2/+13
* pipeline: Unify how the backends store private dataNeil Roberts2011-07-131-17/+0
* Dynamically load the GL or GLES libraryNeil Roberts2011-07-111-58/+73
* cogl-pipeline: Use BSD lists for the list of pipeline childrenNeil Roberts2011-07-011-16/+11
* Remove G_CONST_RETURNEmmanuele Bassi2011-06-091-1/+1
* Add CoglDepthState APIRobert Bragg2011-05-161-10/+1
* journal: Support per-framebuffer journalsRobert Bragg2011-01-211-0/+3
* pipeline: differentiate texture target and data stateRobert Bragg2011-01-131-17/+11
* pipeline: optimize state init if changing propertyRobert Bragg2011-01-131-58/+103
* cogl-pipeline: Use enums for the layer combine valuesNeil Roberts2010-12-131-7/+39
* cogl: upload matrices with uniforms on GLES2Neil Roberts2010-12-131-0/+4