mutter/gl
Neil Roberts ae1a4a6a30 Bug 1043 - COGL calls glTexSubImage2D() with out-of-bounds
values (SIGSEGV)

	* clutter/cogl/gl/cogl-texture.c
	(_cogl_texture_upload_subregion_to_gl): When iterating over the
	slices, discard ones that don't intersect immediatly otherwise it
	will call glTexSubImage2D with a negative width/height and then
	move the source position incorrectly. Thanks to Gwenole
	Beauchesne.
2008-10-20 15:54:17 +00:00
..
cogl-context.c * clutter/cogl/gl/cogl-context.c (cogl_destroy_context): Fix 2008-06-02 09:35:43 +00:00
cogl-context.h Bug 945 - Clipping+fbo cloning bugs 2008-08-01 12:23:57 +00:00
cogl-defines.h.in Revert miscommit of unfinished cogl changes in r2920 2008-06-14 22:07:23 +00:00
cogl-fbo.c Bug 945 - Clipping+fbo cloning bugs 2008-08-01 12:23:57 +00:00
cogl-fbo.h Bug 945 - Clipping+fbo cloning bugs 2008-08-01 12:23:57 +00:00
cogl-internal.h * clutter/cogl/gl/cogl.c (error_string): 2008-05-21 13:20:33 +00:00
cogl-primitives.c Bug 918 - Group doesn't clip if it's children are clipped 2008-06-23 14:57:36 +00:00
cogl-program.c Removed COGLhandle and changed shader and program functions to be 2008-04-29 16:10:37 +00:00
cogl-program.h Removed COGLhandle and changed shader and program functions to be 2008-04-29 16:10:37 +00:00
cogl-shader.c Removed COGLhandle and changed shader and program functions to be 2008-04-29 16:10:37 +00:00
cogl-shader.h Removed COGLhandle and changed shader and program functions to be 2008-04-29 16:10:37 +00:00
cogl-texture.c Bug 1043 - COGL calls glTexSubImage2D() with out-of-bounds 2008-10-20 15:54:17 +00:00
cogl-texture.h Revert miscommit of unfinished cogl changes in r2920 2008-06-14 22:07:23 +00:00
cogl.c Bug 945 - Clipping+fbo cloning bugs 2008-08-01 12:23:57 +00:00
Makefile.am * clutter/cogl/common/Makefile.am: 2008-04-30 15:05:17 +00:00