summaryrefslogtreecommitdiff
path: root/cogl/cogl-pipeline-opengl.c
Commit message (Expand)AuthorAgeFilesLines
* cogl: rename cogl-context.h cogl-context-private.hRobert Bragg2011-04-111-1/+1
* cogl-pipeline: Flush the lighting params in common code not vertendNeil Roberts2011-01-241-1/+24
* cogl-pipeline-opengl: #ifdef out set_glsl_program for GLES 1.1Neil Roberts2011-01-171-0/+9
* pipeline: differentiate texture target and data stateRobert Bragg2011-01-131-4/+5
* pipeline: don't skip flush if skip_gl_color flag differsRobert Bragg2011-01-111-1/+2
* Remove the GLES2 wrapperNeil Roberts2010-12-131-5/+11
* cogl: upload matrices with uniforms on GLES2Neil Roberts2010-12-131-0/+7
* cogl-matrix-stack: Convert to be a CoglObjectNeil Roberts2010-12-131-1/+1
* cogl-vertex-attribute: Use glVertexAttribPointer on GLES2Neil Roberts2010-12-131-1/+29
* cogl: Add a vertend to generate GLSLNeil Roberts2010-12-131-35/+95
* cogl: Add a fixed function vertendNeil Roberts2010-12-131-27/+82
* cogl: Add a GLSL 'progend'Neil Roberts2010-12-131-0/+5
* cogl-pipeline: Move texture enabling/disabling to fixed fragendNeil Roberts2010-12-131-80/+15
* Rename CoglPipelineBackend to CoglPipelineFragendNeil Roberts2010-12-131-33/+33
* cogl-pipeline-opengl: Remove the includes for the various backendsNeil Roberts2010-12-131-10/+0
* Revert "cogl: Remove the generated array size for cogl_tex_coord_in"Neil Roberts2010-12-031-2/+4
* cogl: Remove the generated array size for cogl_tex_coord_inNeil Roberts2010-12-021-4/+2
* cogl-pipeline-opengl: Fix enabling previously disabled unitsNeil Roberts2010-11-301-0/+1
* Add a warning message when no usable Cogl pipeline backend is foundNeil Roberts2010-11-241-0/+3
* Remove the fragment shader generation from the GLES2 wrapperNeil Roberts2010-11-241-0/+8
* cogl: Separate out state flags for the alpha test func and refNeil Roberts2010-11-241-1/+2
* cogl-pipeline: Use layer overrides as CoglHandles instead of GLuintNeil Roberts2010-11-111-25/+10
* cogl-shader: Prepend boilerplate for portable shadersRobert Bragg2010-11-101-2/+4
* cogl: rename CoglMaterial -> CoglPipelineRobert Bragg2010-11-031-0/+1212