summaryrefslogtreecommitdiff
path: root/cogl/cogl-journal.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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: remove override options from _cogl_material_equalRobert Bragg2010-06-151-3/+1
* cogl: remove _cogl_material_flush_gl_state flush optionsRobert Bragg2010-06-151-25/+43
* CoglMaterial: Implements sparse materials designRobert Bragg2010-06-151-5/+2
* material: Adds backend abstraction for fragment processingRobert Bragg2010-06-091-1/+10
* analysis: FALSE/0 used in pointer contextDamien Lespiau2010-06-011-1/+1
* cogl: Use a CoglBitmask to store the list of used texcoord arraysNeil Roberts2010-05-241-4/+3
* cogl-vertex-buffer: Don't disable layers with no texture coordsNeil Roberts2010-05-241-9/+5
* cogl-material: Add support for setting the wrap mode for a layerNeil Roberts2010-04-121-0/+7
* cogl: rename cogl_enable to _cogl_enableRobert Bragg2010-04-011-3/+3
* Remove mentions of the FSF addressEmmanuele Bassi2010-03-011-3/+3
* cogl debug: hint that all debugging paths are G_UNLIKELYRobert Bragg2010-02-231-4/+5
* cogl_rectangle: avoid redundant copy of geometryRobert Bragg2010-02-121-12/+19
* cogl: improves header and coding style consistencyRobert Bragg2010-02-121-13/+13
* Merge branch 'more-texture-backends'Neil Roberts2010-02-061-1/+1
|\
| * Merge remote branch 'master' into texture-debuggingNeil Roberts2010-02-011-17/+37
| |\
| * \ Merge branch 'master' into more-texture-backendsNeil Roberts2010-01-151-4/+23
| |\ \
| * | | cogl: Make the callback for foreach_sub_texture_in_region use constNeil Roberts2009-12-021-1/+1
* | | | Delay default stage creationEmmanuele Bassi2010-02-031-0/+3
| |_|/ |/| |
* | | cogl: Use the colours of COGL_DEBUG=rectangles to debug batchingNeil Roberts2010-01-281-17/+37
| |/ |/|
* | journal: Fixes logging of multiple sets of texture coordinatesRobert Bragg2010-01-121-4/+4
* | profiling: Adds initial UProf accounting to CoglRobert Bragg2010-01-081-0/+19
|/
* cogl: deprecate cogl_draw_buffer API and replace with a cogl_framebuffer APIRobert Bragg2009-11-261-6/+6
* cogl: Make it easier to add checks for GL extensionsNeil Roberts2009-11-171-5/+5
* [cogl] Use clockwise face winding for offscreen buffers with culling enabledRobert Bragg2009-11-041-0/+1
* [draw-buffers] First pass at overhauling Cogl's framebuffer managementRobert Bragg2009-11-031-8/+25
* [current-matrix] Adds texture matrix stacks + removes GL matrix API usageRobert Bragg2009-10-201-13/+20
* [cogl-primitives] Split the journal out from cogl-primitives.cRobert Bragg2009-10-161-0/+744