2007-06-29 Matthew Allum <mallum@openedhand.com>

* clutter/clutter-texture.c: (texture_upload_data):
        Fix a SEGV for GL ES textures.

        * clutter/cogl/gles/cogl.c: (cogl_setup_viewport):
        Tweak default z_camera for 60 degrees like GL.

        * clutter/egl/clutter-backend-egl.c::
        * clutter/egl/clutter-stage-egl.c:
        Fix edpy usage (thanks to Kaj Gronholm).
This commit is contained in:
Matthew Allum 2007-06-29 11:54:31 +00:00
parent d7eda69b48
commit 8c5ac95a69

View File

@ -521,7 +521,7 @@ cogl_setup_viewport (guint w,
*
* See comments in ../gl/cogl.c
*/
#define DEFAULT_Z_CAMERA 0.8699f
#define DEFAULT_Z_CAMERA 0.869f
z_camera = CLUTTER_FLOAT_TO_FIXED (DEFAULT_Z_CAMERA);
if (fovy != CFX_60)