Merge remote branch 'master' into texture-debugging
authorNeil Roberts <neil@linux.intel.com>
Mon, 1 Feb 2010 13:37:19 +0000 (13:37 +0000)
committerNeil Roberts <neil@linux.intel.com>
Mon, 1 Feb 2010 13:37:19 +0000 (13:37 +0000)
Conflicts:
clutter/cogl/cogl/cogl-context.h

1  2 
clutter/cogl/cogl/cogl-context.h
clutter/cogl/cogl/cogl-journal.c
clutter/cogl/cogl/cogl-material.c
clutter/cogl/cogl/cogl-types.h
clutter/cogl/cogl/cogl-vertex-buffer.c

@@@ -112,9 -111,12 +112,15 @@@ typedef struc
  
    CoglHandle        texture_download_material;
  
 +  CoglAtlas        *atlas;
 +  CoglHandle        atlas_texture;
 +
+   /* This debugging variable is used to pick a colour for visually
+      displaying the quad batches. It needs to be global so that it can
+      be reset by cogl_clear. It needs to be reset to increase the
+      chances of getting the same colour during an animation */
+   guint8            journal_rectangles_color;
    CoglContextDriver drv;
  } CoglContext;
  
Simple merge
Simple merge
Simple merge