summaryrefslogtreecommitdiff
path: root/cogl/cogl-pipeline-fragend-arbfp.c
Commit message (Expand)AuthorAgeFilesLines
* features: Support more than 32 features!Robert Bragg2011-11-011-1/+1
* pipeline: Reset last_used_for_pipeline when the pipeline is destroyedNeil Roberts2011-10-241-5/+13
* build: removes unused variable i to avoid compiler warningRobert Bragg2011-10-171-2/+0
* cogl-pipeline/cogl-pango: Added forgotten includesChun-wei Fan2011-09-261-0/+1
* arbfp: assume GL_TEXTURE_2D target for NULL textureRobert Bragg2011-09-231-2/+8
* pipeline: Split more code out from cogl-pipeline.cRobert Bragg2011-09-211-1/+2
* pipeline-arbfp: Check for fog on the pipeline not the legacy stateNeil Roberts2011-09-191-1/+1
* arbfp: remove redundant unit_state re-initializationRobert Bragg2011-09-091-7/+0
* arbfp: track which layers have combine constantsRobert Bragg2011-09-091-1/+4
* cogl-pipeline-fragend-arbfp: Initialise template_pipelineNeil Roberts2011-07-271-1/+1
* fragend-arbfp: Move the pipeline cache to a separate fileNeil Roberts2011-07-131-134/+46
* pipeline: Unify how the backends store private dataNeil Roberts2011-07-131-220/+156
* Dynamically load the GL or GLES libraryNeil Roberts2011-07-111-16/+29
* Use all core GL functions through indirect pointersNeil Roberts2011-07-081-27/+14
* Move all of the GL function pointers directly to CoglContextNeil Roberts2011-07-071-6/+6
* Implement COGL_DEBUG=disable-texturing for ARBFp and GLSL fragendsNeil Roberts2011-06-081-9/+16
* cogl-pipeline-fragend-arbfp: Fix the comparison for dot3 argumentsNeil Roberts2011-05-111-1/+1
* cogl: rename cogl-context.h cogl-context-private.hRobert Bragg2011-04-111-1/+1
* cogl-debug: Split the flags to support more than 32Neil Roberts2011-01-241-3/+3
* pipeline: differentiate texture target and data stateRobert Bragg2011-01-131-6/+3
* cogl-pipeline-fragend-arbfp: Generate ARBfp if user vertex shaderNeil Roberts2010-12-141-4/+13
* Remove the GLES2 wrapperNeil Roberts2010-12-131-4/+0
* cogl-pipeline: Use enums for the layer combine valuesNeil Roberts2010-12-131-20/+21
* cogl: Add a vertend to generate GLSLNeil Roberts2010-12-131-1/+2
* cogl-pipeline: Rename the fragment_{source,header}_buffer to codegenNeil Roberts2010-12-131-2/+2
* cogl-pipeline: Make find codegen authority more generalNeil Roberts2010-12-131-34/+13
* cogl-pipeline: Move texture enabling/disabling to fixed fragendNeil Roberts2010-12-131-7/+0
* Rename CoglPipelineBackend to CoglPipelineFragendNeil Roberts2010-12-131-0/+1133