summaryrefslogtreecommitdiff
path: root/cogl/cogl.c
Commit message (Expand)AuthorAgeFilesLines
...
* Make stub winsys into a proper winsys backendRobert Bragg2011-06-011-4/+0
* Don't reference GL_STACK_OVERFLOW/UNDERFLOW for GLESRobert Bragg2011-05-051-0/+2
* Add a vtable of indirection to the winsys codeRobert Bragg2011-05-051-0/+9
* Make cogl_framebuffer_get_width/height experimental public APIRobert Bragg2011-04-111-1/+1
* Moves all GLX code down from Clutter to CoglRobert Bragg2011-04-111-9/+1
* framebuffer: expose experimental cogl_get_draw_framebufferRobert Bragg2011-04-111-23/+23
* Remove unused _cogl_swap_buffers_notifyRobert Bragg2011-04-111-11/+0
* cogl: rename cogl-context.h cogl-context-private.hRobert Bragg2011-04-111-1/+1
* viewport: consistently use floats for viewportsRobert Bragg2011-03-071-6/+1
* cogl-framebuffer: Separate the draw and read bufferNeil Roberts2011-02-151-23/+27
* cogl: rename CoglVertexAttribute CoglAttributeRobert Bragg2011-01-211-2/+2
* cogl: Implements a software only read-pixel fast-pathRobert Bragg2011-01-211-3/+17
* cogl: Adds _cogl_swap_buffers_notify for clutter backendsRobert Bragg2011-01-211-0/+10
* journal: Support per-framebuffer journalsRobert Bragg2011-01-211-4/+16
* framebuffer: Move clear code to cogl-framebuffer.cRobert Bragg2011-01-211-62/+4
* Remove the GLES2 wrapperNeil Roberts2010-12-131-4/+12
* cogl-vertex-attribute: Use glVertexAttribPointer on GLES2Neil Roberts2010-12-131-33/+3
* Revert "cogl: Remove the generated array size for cogl_tex_coord_in"Neil Roberts2010-12-031-1/+8
* cogl: Remove the generated array size for cogl_tex_coord_inNeil Roberts2010-12-021-8/+1
* cogl: Revert "build: Remove unused variable"Damien Lespiau2010-11-301-0/+2
* build: Remove unused variableDamien Lespiau2010-11-301-2/+0
* cogl-context: Get rid of the features_cached memberNeil Roberts2010-11-241-24/+0
* cogl-framebuffer: Try to track format of the framebufferNeil Roberts2010-11-241-12/+10
* cogl_read_pixels: Fix the format used in GLES2Neil Roberts2010-11-241-1/+1
* Add an internal _cogl_read_pixels_with_rowstrideNeil Roberts2010-11-241-11/+28
* cogl-shader: Prepend boilerplate for portable shadersRobert Bragg2010-11-101-1/+15
* Replace the disable-npots tool with a COGL_DEBUG optionNeil Roberts2010-11-051-0/+6
* cogl: add separate material for blended source_colorsRobert Bragg2010-11-041-5/+14
* cogl: Don't flush the journal when flushing clip stateNeil Roberts2010-11-041-10/+20
* cogl: rename CoglMaterial -> CoglPipelineRobert Bragg2010-11-031-33/+35
* cogl: Use separate materials for set_source_color and textureNeil Roberts2010-10-271-9/+2
* cogl: Adds {push,pop,get}_source functionsRobert Bragg2010-10-261-9/+100
* cogl: removes unused _cogl_setup_viewportRobert Bragg2010-09-291-74/+0
* Replace cogl_color_set_from_* with cogl_color_init_from_*Emmanuele Bassi2010-09-031-3/+3
* cogl: Allow setting ARBfp source on a CoglShaderRobert Bragg2010-08-091-3/+3
* cogl: Adds a COGL_FEATURE_SHADERS_ARBFP feature flagRobert Bragg2010-08-091-1/+1
* cogl-bitmap: Encapsulate the CoglBitmap even internallyNeil Roberts2010-07-151-36/+41
* material: splits out all the state flushing codeRobert Bragg2010-07-131-0/+1
* framebuffer: Replace CoglHandle with CoglFramebuffer *Robert Bragg2010-07-071-1/+1
* material: route fogging state through CoglMaterialRobert Bragg2010-07-071-43/+11
* debug: Adds a COGL_DEBUG=disable-pbos debug optionRobert Bragg2010-07-061-0/+3
* material: Make CoglMaterial responsible for depth stateRobert Bragg2010-06-151-9/+19
* cogl: remove _cogl_material_flush_gl_state flush optionsRobert Bragg2010-06-151-3/+1
* CoglMaterial: Implements sparse materials designRobert Bragg2010-06-151-8/+0
* cogl-clip-state: Export transform_point internally to CoglNeil Roberts2010-06-101-0/+39
* cogl: Hide cogl_framebuffer_get_*_bits()Emmanuele Bassi2010-06-101-4/+4
* material: Adds backend abstraction for fragment processingRobert Bragg2010-06-091-96/+13
* cogl: Introduce private feature flags and check for ARB_fpDamien Lespiau2010-06-091-0/+11
* path: Remove use of CoglHandle in the CoglPath APIRobert Bragg2010-06-011-5/+5
* cogl: Record new enabled arrays in _cogl_disable_other_texcoord_arraysNeil Roberts2010-05-271-0/+1