Go to file
Ivan Leben d049d9ead4 * clutter/cogl/gl(es)/cogl.c: New internal function
cogl_blend_func caches blending setup much like cogl_enable
	does with the enable flags. This separates blending factors
	setup from the enable/disable operation in preparation of
	the texture image retrieval fix for alpha channel on GLES.
	(cogl_enable:) Does not modify blending factors anymore.

	* clutter/cogl/gl(es)/cogl-context.h: CoglContext holds two
	new variables to cache blending src and dst factors.

	* clutter/cogl/gl(es)/cogl-context.c:
	(cogl_create_context:) Initialize blending factors.

	* clutter/cogl/gles/cogl-texture.c:
	(cogl_texture_download_from_gl:) Set blending factors to
	CGL_ONE, CGL_ZERO which fixes the slighlty improper behavior
	where source colour was actually multiplied with its alpha
	value in the result (not noticable on current tests).
2008-05-19 15:02:27 +00:00
common * clutter/cogl/gl/cogl-primitives.c: 2008-05-05 12:01:19 +00:00
doc/reference/cogl Removed COGLhandle and changed shader and program functions to be 2008-04-29 16:10:37 +00:00
gl * clutter/cogl/gl(es)/cogl.c: New internal function 2008-05-19 15:02:27 +00:00
gles * clutter/cogl/gl(es)/cogl.c: New internal function 2008-05-19 15:02:27 +00:00
cogl.h.in * clutter/cogl/cogl.h.in: 2008-05-07 16:12:54 +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