Neil Roberts 96c1a8543d 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
..
2008-06-29 10:31:31 +00:00
2008-10-20 10:36:41 +00:00
2008-07-17 10:08:52 +00:00
2008-02-15 15:18:02 +00:00
2008-06-10 06:37:46 +00:00