Go to file
Robert Bragg bf4a0fa03f [cogl debug] --cogl-debug=rectangles now outlines all cogl rectangles
This makes the #if 0'd debug code that was in _cogl_journal_flush_quad_batch
- which we have repeatedly found usefull for debugging various geometry
issues in Clutter apps - a runtime debug option.

The outline colors rotate in order from red to green to blue which can also
help confirm the order that your geometry really drawn.

The outlines are not affected by the current material state, so if you e.g.
have a blending bug where geometry mysteriously disappears this can confirm
if the underlying rectangles are actually being emitted but blending is
causing them to be invisible.
2009-04-17 15:25:28 +01:00
common [cogl debug] --cogl-debug=rectangles now outlines all cogl rectangles 2009-04-17 15:25:28 +01:00
doc/reference/cogl [cogl-vertex-buffer] fix cogl_vertex_buffer_draw_elements prototype 2009-03-16 16:19:39 +00:00
gl [cogl-handle] Optimize how we define cogl handles 2009-04-02 11:58:43 +01:00
gles [cogl-handle] Optimize how we define cogl handles 2009-04-02 11:58:43 +01:00
cogl-color.h [docs] Various gtk-doc updates for Cogl 2009-02-09 14:33:14 +00:00
cogl-debug.h [cogl debug] --cogl-debug=rectangles now outlines all cogl rectangles 2009-04-17 15:25:28 +01:00
cogl-deprecated.h 2008-11-12 Emmanuele Bassi <ebassi@linux.intel.com> 2008-11-12 13:57:58 +00:00
cogl-fixed.h [cogl-fixed] Add a double-to-fixed conversion macro 2009-03-10 12:38:03 +00:00
cogl-material.h [cogl] Add cogl_is_material to cogl-material.h 2009-02-19 11:55:54 +00:00
cogl-matrix.h Virtualize GL matrix operations and use a client-side matrix when GL is indirect 2009-03-12 18:32:45 +00:00
cogl-offscreen.h 2008-10-30 Emmanuele Bassi <ebassi@linux.intel.com> 2008-10-30 17:57:41 +00:00
cogl-path.h [cogl-path] Minor fix to gtk-doc 2009-03-13 15:43:19 +00:00
cogl-shader.h 2008-11-18 Emmanuele Bassi <ebassi@linux.intel.com> 2008-11-18 15:21:02 +00:00
cogl-texture.h [cogl_rectangles] A minor doc fix, and missing newline between functions 2009-03-23 12:41:42 +00:00
cogl-types.h [cogl-fixed] Implement the CoglFixed fundamental GType 2009-03-10 12:38:03 +00:00
cogl-vertex-buffer.h [doc] Fix two small typos in cogl-vertex-buffer 2009-03-25 14:53:58 +00:00
cogl.h.in Virtualize GL matrix operations and use a client-side matrix when GL is indirect 2009-03-12 18:32:45 +00:00
cogl.pc.in [cogl] Fix hardcoded paths in the pc file 2009-03-10 12:38:04 +00:00
Makefile.am Add pkg-config file for COGL 2009-03-10 12:38:02 +00:00
TODO Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00