summaryrefslogtreecommitdiff
path: root/cogl/cogl-context.h
Commit message (Expand)AuthorAgeFilesLines
* android: Expose the only android specific symbol as experimentalDamien Lespiau2011-05-171-0/+1
* android: Add support for an EGL/Android winsysDamien Lespiau2011-05-171-0/+8
* gles1: Include GLES/egl.h or EGL/egl.h depending on the implementationDamien Lespiau2011-05-171-11/+1
* Moves all EGL code down from Clutter to CoglRobert Bragg2011-05-051-0/+17
* Moves all GLX code down from Clutter to CoglRobert Bragg2011-04-111-1/+6
* cogl: Adds experimental cogl_context_new() APIRobert Bragg2011-04-111-0/+62
* cogl: rename cogl-context.h cogl-context-private.hRobert Bragg2011-04-111-251/+0
* cogl-atlas: Try 4 different approaches for migrating texturesNeil Roberts2011-02-151-0/+1
* journal: Support per-framebuffer journalsRobert Bragg2011-01-211-7/+5
* cogl: Fallback to set_data when mapping a buffer to fill itNeil Roberts2011-01-131-0/+6
* Allow multiple CoglAtlases for texturesNeil Roberts2010-12-131-1/+1
* cogl: upload matrices with uniforms on GLES2Neil Roberts2010-12-131-0/+10
* cogl-vertex-attribute: Use glVertexAttribPointer on GLES2Neil Roberts2010-12-131-3/+5
* 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
* context: only declare arbfp cache for GLRobert Bragg2010-12-071-0/+2
* arbfp: Adds an ARBfp program cacheRobert Bragg2010-12-071-0/+2
* cogl-journal: Attempt to clip manually to avoid breaking up batchesNeil Roberts2010-12-031-0/+1
* cogl-journal: Defer expanding the vertices until uploadingNeil Roberts2010-12-031-0/+1
* cogl-context: Get rid of the features_cached memberNeil Roberts2010-11-241-1/+0
* Generate GLSL in the CoglPipeline GLSL backendNeil Roberts2010-11-241-0/+1
* cogl: Rename arbfp_source_buffer to fragment_source_bufferNeil Roberts2010-11-241-1/+1
* path 2.0: update path API for experimental 2.0 APIRobert Bragg2010-11-111-1/+1
* cogl: add separate material for blended source_colorsRobert Bragg2010-11-041-2/+3
* cogl: Move the clip stack dirtiness to the context rather than the FBNeil Roberts2010-11-041-0/+22
* cogl: rename CoglMaterial -> CoglPipelineRobert Bragg2010-11-031-14/+14
* primitives: implements cogl_polygon on vertex_attributesRobert Bragg2010-11-031-1/+2
* journal: port to the vertex_attributes APIRobert Bragg2010-11-031-0/+1
* vertex-buffer: use cogl_get_rectangle_indicesRobert Bragg2010-11-031-6/+0
* cogl: Adds experimental CoglIndices APIRobert Bragg2010-11-031-0/+10
* material: Bail out faster if re-flushing unchanged materialRobert Bragg2010-11-031-0/+1
* cogl: Use separate materials for set_source_color and textureNeil Roberts2010-10-271-1/+2
* cogl: Adds {push,pop,get}_source functionsRobert Bragg2010-10-261-1/+1
* build: Start moving to a non-recursive layoutEmmanuele Bassi2010-09-291-1/+9
* cogl-atlas-texture: Split out the atlas data structureNeil Roberts2010-08-121-3/+2
* cogl-atlas: Rename to CoglRectangleMapNeil Roberts2010-08-121-2/+2
* cogl-material: Add a property for setting the point sizeNeil Roberts2010-07-081-0/+2
* material: route fogging state through CoglMaterialRobert Bragg2010-07-071-1/+2
* cogl-buffer: Track the last used bind target in CoglBufferRobert Bragg2010-07-071-3/+1
* cogl-buffer: Handle subclass registration like cogl-textureRobert Bragg2010-07-051-0/+4
* material: Replace CoglHandle with CoglMaterial *Robert Bragg2010-06-301-5/+5
* cogl: Add a struct for winsys-specific data to CoglContextNeil Roberts2010-06-221-0/+2
* cogl-texture: List texture subclass types rather than hardcoding themNeil Roberts2010-06-221-0/+4
* material: Make CoglMaterial responsible for depth stateRobert Bragg2010-06-151-0/+8
* CoglMaterial: Implements sparse materials designRobert Bragg2010-06-151-7/+14
* material: Adds backend abstraction for fragment processingRobert Bragg2010-06-091-4/+18
* cogl: Introduce private feature flags and check for ARB_fpDamien Lespiau2010-06-091-2/+3
* cogl: Use a CoglBitmask to store the list of used texcoord arraysNeil Roberts2010-05-241-1/+7
* cogl-vertex-buffer: Don't disable layers with no texture coordsNeil Roberts2010-05-241-1/+2
* cogl: Support retained pathsNeil Roberts2010-04-081-6/+1