1
0
Fork 0
mutter-performance-source/clutter/cogl/common
Neil Roberts dff84094ff Bug 918 - Group doesn't clip if it's children are clipped
* clutter/cogl/common/cogl-clip-stack.h: 
	* clutter/cogl/common/cogl-clip-stack.c: Added functions to
	maintain a stack of clipping rectangles.

	* clutter/cogl/gles/cogl.c: 
	* clutter/cogl/gl/cogl.c: The cogl_clip_set and unset functions
	have moved into cogl-clip-stack.c which calls back to cogl.c to
	set the actual rectangles. Multiple clip rectangles are combined
	by merging the stencil buffers.

	* clutter/cogl/gles/cogl-primitives.c (_cogl_path_fill_nodes): 
	* clutter/cogl/gl/cogl-primitives.c (_cogl_path_fill_nodes): Merge
	the stencil buffer with the contents of the clipping stack after
	drawing the path.

	* clutter/cogl/gles/cogl-context.h (CoglContext): 
	* clutter/cogl/gl/cogl-context.h (CoglContext): Store the number
	of available stencil bits.

	* clutter/cogl/common/Makefile.am
	(libclutter_cogl_common_la_SOURCES): Added cogl-clip-stack.c
2008-06-23 14:57:36 +00:00
..
cogl-bitmap-fallback.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
cogl-bitmap-pixbuf.c cogl: add support for quartz imagebackend 2008-06-09 21:15:12 +00:00
cogl-bitmap.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
cogl-bitmap.h Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
cogl-clip-stack.c Bug 918 - Group doesn't clip if it's children are clipped 2008-06-23 14:57:36 +00:00
cogl-clip-stack.h Bug 918 - Group doesn't clip if it's children are clipped 2008-06-23 14:57:36 +00:00
cogl-handle.h 2008-06-23 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-23 11:01:30 +00:00
cogl-primitives.c 2008-06-23 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-23 11:01:30 +00:00
cogl-primitives.h * clutter/cogl/common/Makefile.am: 2008-04-30 15:05:17 +00:00
cogl-util.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
cogl-util.h Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
Makefile.am Bug 918 - Group doesn't clip if it's children are clipped 2008-06-23 14:57:36 +00:00
stb_image.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00