1
0
Fork 0
mutter-performance-source/gl
Neil Roberts e306b0135c Applied 'final patch' from bug #874
* clutter/cogl/gles/cogl.c:
	* clutter/cogl/gl/cogl.c: The clip planes are now set using the
	inverse projection matrix as the modelview matrix so that they can
	be specified in screen coordinates.

	* clutter/cogl/gles/cogl-context.h (CoglContext):
	* clutter/cogl/gl/cogl-context.h (CoglContext): Added a member to
	cache the inverse projection matrix

	* clutter/clutter-fixed.h: Added a constant for converting from
	radians to degrees.

	* clutter/clutter-fixed.c (clutter_atani, clutter_atan2i): Added
	fixed-point versions of atan and atan2.

	* tests/test-clip.c: Added a test for clipping with various
	rotations and depths.

	* tests/Makefile.am (noinst_PROGRAMS): Added test-clip
2008-06-02 12:34:10 +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 Applied 'final patch' from bug #874 2008-06-02 12:34:10 +00:00
cogl-defines.h.in Use the Mesa headers instead of depending on GLee for Win32 2008-05-16 11:09:59 +00:00
cogl-fbo.c Removed COGLhandle and changed shader and program functions to be 2008-04-29 16:10:37 +00:00
cogl-fbo.h Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +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/gl/cogl-primitives.c: 2008-05-05 12:01:19 +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 * clutter/cogl/gl/cogl.c (error_string): 2008-05-21 13:20:33 +00:00
cogl-texture.h * clutter/cogl/cogl.h.in: 2008-05-07 16:12:54 +00:00
cogl.c Applied 'final patch' from bug #874 2008-06-02 12:34:10 +00:00
Makefile.am * clutter/cogl/common/Makefile.am: 2008-04-30 15:05:17 +00:00