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
2008-08-01 12:23:57 +00:00
2008-04-28 16:57:44 +00:00
2008-04-25 13:37:36 +00:00
Description
91 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%