mutter/clutter/cogl/gles
Neil Roberts 71133b3d0e * clutter/cogl/gles/cogl-gles2-wrapper.h (CoglGles2Wrapper): Added
uniforms for alpha testing.

	* clutter/cogl/gles/cogl-gles2-wrapper.c
	(cogl_gles2_wrapper_init): Get the uniforms for alpha testing
	settings.
	(cogl_wrap_glEnable, cogl_wrap_glDisable): Enable/disable alpha
	testing.
	(cogl_wrap_glAlphaFunc): Filled in the wrapper.

	* clutter/cogl/gles/cogl-fixed-fragment-shader.glsl: Added alpha
	testing.

	* clutter/cogl/gles/cogl-gles2-wrapper.h:
	* clutter/cogl/gles/cogl-gles2-wrapper.c
	(cogl_wrap_glGetIntegerv): Added a wrapper for glGetIntegerv so
	that it can report zero clip planes.

	* clutter/cogl/gles/cogl.c:
	* clutter/cogl/gles/cogl-texture.c: Use the wrapped version of
	glGetIntegerv

	* clutter/cogl/gles/cogl-primitives.c (_cogl_path_fill_nodes): Use
	_cogl_features_available to check for the stencil buffer instead
	of an #ifdef. The stencil buffer is available in the default
	profile for the GLES 2 simulator.
2008-05-29 13:29:04 +00:00
..
cogl-context.c GLES 2 backend 2008-05-27 17:42:50 +00:00
cogl-context.h GLES 2 backend 2008-05-27 17:42:50 +00:00
cogl-defines.h.in GLES 2 backend 2008-05-27 17:42:50 +00:00
cogl-fbo.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
cogl-fbo.h Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
cogl-fixed-fragment-shader.glsl * clutter/cogl/gles/cogl-gles2-wrapper.h (CoglGles2Wrapper): Added 2008-05-29 13:29:04 +00:00
cogl-fixed-vertex-shader.glsl * clutter/cogl/gles/cogl-gles2-wrapper.c 2008-05-28 17:14:17 +00:00
cogl-gles2-wrapper.c * clutter/cogl/gles/cogl-gles2-wrapper.h (CoglGles2Wrapper): Added 2008-05-29 13:29:04 +00:00
cogl-gles2-wrapper.h * clutter/cogl/gles/cogl-gles2-wrapper.h (CoglGles2Wrapper): Added 2008-05-29 13:29:04 +00:00
cogl-internal.h * clutter/cogl/gl/cogl.c (error_string): 2008-05-21 13:20:33 +00:00
cogl-primitives.c * clutter/cogl/gles/cogl-gles2-wrapper.h (CoglGles2Wrapper): Added 2008-05-29 13:29:04 +00:00
cogl-texture.c * clutter/cogl/gles/cogl-gles2-wrapper.h (CoglGles2Wrapper): Added 2008-05-29 13:29:04 +00:00
cogl-texture.h * clutter/cogl/cogl.h.in: 2008-05-07 16:12:54 +00:00
cogl-util.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
cogl-util.h Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
cogl.c * clutter/cogl/gles/cogl-gles2-wrapper.h (CoglGles2Wrapper): Added 2008-05-29 13:29:04 +00:00
Makefile.am * clutter/cogl/gles/Makefile.am: Use old-style Makefile rules for 2008-05-28 13:17:03 +00:00
stringify.sh GLES 2 backend 2008-05-27 17:42:50 +00:00