Go to file
Neil Roberts ef76d8e5e2 Bug 945 - Clipping+fbo cloning bugs
* clutter/cogl/gl/cogl.c: 
	* clutter/cogl/gles/cogl.c: 
	* clutter/cogl/cogl.h.in: Add cogl_clip_stack_save,
	cogl_clip_stack_restore, cogl_viewport and cogl_frustum.

	* clutter/cogl/gl/cogl-fbo.h: 
	* clutter/cogl/gl/cogl-fbo.c: Try to attach a stencil buffer when
	creating an FBO.

	* clutter/cogl/common/cogl-clip-stack.c: Add functions to save and
	restore the whole state of the stack.

	* clutter/clutter-texture.c (clutter_texture_paint): When
	rendering the FBO source, setup a temporary asymmetric perspective
	projection matrix to render it as it would appear on screen.

	* clutter/clutter-private.h: 
	* clutter/clutter-actor.c
	(_clutter_actor_apply_modelview_transform_recursive): No longer
	static and exported in clutter-private.h
2008-08-01 12:23:57 +00:00
common Bug 945 - Clipping+fbo cloning bugs 2008-08-01 12:23:57 +00:00
doc/reference/cogl Bug 945 - Clipping+fbo cloning bugs 2008-08-01 12:23:57 +00:00
gl Bug 945 - Clipping+fbo cloning bugs 2008-08-01 12:23:57 +00:00
gles Bug 945 - Clipping+fbo cloning bugs 2008-08-01 12:23:57 +00:00
cogl.h.in Bug 945 - Clipping+fbo cloning bugs 2008-08-01 12:23:57 +00:00
Makefile.am Fixed 'make dist' 2008-04-28 16:57:44 +00:00
TODO Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00