summaryrefslogtreecommitdiff
path: root/cogl/cogl-pipeline-state.c
Commit message (Expand)AuthorAgeFilesLines
* Add unit test to verify that modifying uniforms doesn't create chainNeil Roberts2013-09-021-0/+73
* Don't generate GLSL for the point size for default pipelinesNeil Roberts2013-06-211-0/+49
* Use a GList instead of a BSD list for CoglPipelineSnippetListNeil Roberts2013-06-131-4/+4
* Add support for per-vertex point sizesNeil Roberts2013-06-071-0/+75
* pipeline: improve real_blend_enable checksRobert Bragg2013-06-061-9/+9
* pipeline: ignore driver in blend state trackingRobert Bragg2013-05-291-67/+46
* Add a GL 3 driverNeil Roberts2013-01-221-1/+1
* Clearly define 3 progends that own the frag+vertendsRobert Bragg2013-01-221-4/+1
* Adds CoglError apiRobert Bragg2013-01-221-19/+9
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-37/+37
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-061-3/+3
* pipeline-state: Fix crash in the get_all_uniform_values functionNeil Roberts2012-02-131-9/+10
* pipeline: fix realloc of uniform overrides arrayRobert Bragg2012-01-041-2/+2
* snippet: Add a hook for the layer texture coordinate transformationNeil Roberts2011-12-061-1/+28
* snippet: Move the hook to be a property of the snippetNeil Roberts2011-12-061-24/+10
* pipeline: Assume blend enabled when there are snippetsNeil Roberts2011-12-061-5/+18
* pipeline: Add a snippet hook for the texture lookupNeil Roberts2011-12-061-63/+29
* cogl-pipeline: Add two hook points for adding shader snippetsNeil Roberts2011-12-061-0/+179
* Fix comparing the uniforms stateNeil Roberts2011-11-241-1/+6
* cogl-pipeline: Store the uniform overrides in an array instead of listNeil Roberts2011-11-161-58/+46
* cogl-pipeline: Add support for setting uniform valuesNeil Roberts2011-11-161-1/+339
* pipeline: Make the backface culling experimental publicNeil Roberts2011-11-141-9/+51
* Start to reduce dependence on glibRobert Bragg2011-11-011-36/+36
* Make backface culling be part of the legacy stateNeil Roberts2011-09-191-0/+90
* pipeline: split out all core state apisRobert Bragg2011-09-191-0/+1367