summaryrefslogtreecommitdiff
path: root/cogl/cogl-pipeline-state.c
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-12/+18
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-281-1/+1
* Add unit test to verify that modifying uniforms doesn't create chainNeil Roberts2013-09-021-0/+71
* 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-05-301-4/+4
* pipeline: ignore driver in blend state trackingRobert Bragg2013-05-291-67/+46
* Remove the pipeline layer user matrixNeil Roberts2012-11-211-52/+0
* Add a GL 3 driverNeil Roberts2012-10-011-1/+1
* Adds CoglError apiRobert Bragg2012-09-071-19/+9
* color: Store components as floats and make publicRobert Bragg2012-08-301-11/+0
* pipeline: Remove all fog apis and state trackingRobert Bragg2012-08-301-70/+0
* pipeline: Remove fixed function lighting stateRobert Bragg2012-08-301-290/+0
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-40/+40
* Removes all remaining use of CoglHandleRobert Bragg2012-04-181-108/+52
* 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