summaryrefslogtreecommitdiff
path: root/cogl/cogl-context.h
Commit message (Expand)AuthorAgeFilesLines
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-3/+3
* Removes all remaining use of CoglHandleRobert Bragg2012-08-061-1/+1
* context: Enable new feature testing on COGL_ENABLE_EXPERIMENTAL_APINeil Roberts2012-03-141-3/+3
* Change API so that CoglPixelBuffer no longer knows its w/h/formatNeil Roberts2012-03-051-2/+0
* Move all types/prototypes from cogl.h -> cogl[1]-context.hRobert Bragg2012-02-201-1/+164
* Start removing _EXP defines and improves some docsRobert Bragg2012-01-051-11/+69
* Add the missing cogl_is_context() functionNeil Roberts2012-01-051-0/+15
* context: Add an accessor to get display associated with the contextDamien Lespiau2011-09-051-0/+4
* fix namespace for cogl_context_egl_get_egl_contextRobert Bragg2011-07-111-2/+2
* Remove cogl_context_set_default APIRobert Bragg2011-07-111-4/+0
* 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