mutter/fixed-to-float-patches
Neil Roberts ea1d9f5522 [fixed-to-float-patches] Fix some of the matrix getters and setters
The GL versions of get_modelview_matrix, get_projection_matrix and
get_viewport were using glGetDoublev and then converting them to
floats, but it might as well just call glGetFloatv directly.

The GL ES versions were using glGetFixedv but this was being replaced
with glGetFloatv by the #define in the GLES 2 wrappers.

The patch also replaces the glGetFixedv wrapper with
glGetFloatv. Previously this was calling
cogl_gles2_float_array_to_fixed which actually converted to
float. That function has been removed and memcpy is used instead.
2009-01-15 15:25:05 +00:00
..
clutter-actor.c.0.patch [fixed-to-float-patches] Updates the patches in line with the last merge 2009-01-12 17:13:51 +00:00
clutter-alpha.c.0.patch [fixed-to-float-patches] Updates the patches in line with the last merge 2009-01-12 17:13:51 +00:00
clutter-alpha.h.0.patch First cut at a fixed point to floating point conversion script + patches 2008-12-22 16:59:00 +00:00
clutter-behaviour-ellipse.c.0.patch fixes for clutter-behaviour-ellipse.c.0.patch 2009-01-08 11:47:28 +00:00
clutter-bezier.c.0.patch First cut at a fixed point to floating point conversion script + patches 2008-12-22 16:59:00 +00:00
clutter-fixed.c.0.patch First cut at a fixed point to floating point conversion script + patches 2008-12-22 16:59:00 +00:00
clutter-fixed.h.0.patch converts clutter_{sin,cos,tan,atan}x angles to radians before calling math.h func 2009-01-12 17:13:58 +00:00
clutter-path.c.0.patch [fixed-to-float-patches] Updates the patches in line with the last merge 2009-01-12 17:13:51 +00:00
clutter-texture.c.0.patch [fixed-to-float-patches] Updates the patches in line with the last merge 2009-01-12 17:13:51 +00:00
clutter-units.h.0.patch First cut at a fixed point to floating point conversion script + patches 2008-12-22 16:59:00 +00:00
cogl-fixed.c.0.patch First cut at a fixed point to floating point conversion script + patches 2008-12-22 16:59:00 +00:00
cogl-fixed.h.0.patch First cut at a fixed point to floating point conversion script + patches 2008-12-22 16:59:00 +00:00
cogl-pango-render.c.0.patch [fixed-to-float-patches] Updates the patches in line with the last merge 2009-01-12 17:13:51 +00:00
cogl-primitives.c.0.patch First cut at a fixed point to floating point conversion script + patches 2008-12-22 16:59:00 +00:00
cogl.h.in.0.patch [cogl.h.in.0.patch] Fixes the cogl_rotatex prototype to take float x,y,z params 2009-01-12 17:21:14 +00:00
gl-cogl-primitives.c.0.patch First cut at a fixed point to floating point conversion script + patches 2008-12-22 16:59:00 +00:00
gl-cogl-texture.c.0.patch First cut at a fixed point to floating point conversion script + patches 2008-12-22 16:59:00 +00:00
gl-cogl.c.0.patch [fixed-to-float-patches] Fix some of the matrix getters and setters 2009-01-15 15:25:05 +00:00
gles-cogl-gles2-wrapper.c.0.patch [fixed-to-float-patches] Fix some of the matrix getters and setters 2009-01-15 15:25:05 +00:00
gles-cogl-gles2-wrapper.h.0.patch [fixed-to-float-patches] Fix some of the matrix getters and setters 2009-01-15 15:25:05 +00:00
gles-cogl-primitives.c.0.patch [cogl/gles] Fixes for building for GLES 1 using floats 2009-01-12 17:21:09 +00:00
gles-cogl-texture.c.0.patch [cogl/gles] Fixes for building for GLES 1 using floats 2009-01-12 17:21:09 +00:00
gles-cogl.c.0.patch [fixed-to-float-patches] Fix some of the matrix getters and setters 2009-01-15 15:25:05 +00:00
remove_cogl_apis_taking_fixed_params.0.patch Remove cogl_blahx Cogl interfaces that used to take CoglFixed parameters. 2009-01-13 12:47:49 +00:00
remove_cogl_apis_taking_fixed_params.1.patch Remove cogl_blahx Cogl interfaces that used to take CoglFixed parameters. 2009-01-13 12:47:49 +00:00
test-cogl-tex-tile.c.0.patch First cut at a fixed point to floating point conversion script + patches 2008-12-22 16:59:00 +00:00