mutter/fixed-to-float-patches
Neil Roberts bef099ce40 [fixed-to-float-patches] Fix use of glClearColor and glColor under GLES 2
The wrapper for glClearColor was taking fixed arguments but was given
floating point values so it ended up always setting the clear color to
black. Now that GLES 1.1 is using the floating point version, there is
no need for the wrapper so both versions now just use glClearColor
directly.

A similar problem was happening for glColor but this does still need a
wrapper because it needs to set the vertex attribute.
2009-01-15 19:00:55 +00:00
..
clutter-actor.c.0.patch Merge branch 'master' into cogl-float 2009-01-15 18:26:22 +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 Merge branch 'master' into cogl-float 2009-01-15 18:26:22 +00:00
clutter-fixed.h.0.patch Merge branch 'master' into cogl-float 2009-01-15 18:26:22 +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 Merge branch 'master' into cogl-float 2009-01-15 18:26:22 +00:00
clutter-units.h.0.patch Merge branch 'master' into cogl-float 2009-01-15 18:26:22 +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 Merge branch 'master' into cogl-float 2009-01-15 18:26:22 +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 Merge branch 'master' into cogl-float 2009-01-15 18:26:22 +00:00
gl-cogl-texture.c.0.patch Merge branch 'master' into cogl-float 2009-01-15 18:26:22 +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 use of glClearColor and glColor under GLES 2 2009-01-15 19:00:55 +00:00
gles-cogl-gles2-wrapper.h.0.patch [fixed-to-float-patches] Fix use of glClearColor and glColor under GLES 2 2009-01-15 19:00:55 +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 Merge branch 'master' into cogl-float 2009-01-15 18:26:22 +00:00
gles-cogl.c.0.patch [fixed-to-float-patches] Fix use of glClearColor and glColor under GLES 2 2009-01-15 19:00:55 +00:00
remove_cogl_apis_taking_fixed_params.0.patch Merge branch 'master' into cogl-float 2009-01-15 18:26:22 +00:00
remove_cogl_apis_taking_fixed_params.1.patch Merge branch 'master' into cogl-float 2009-01-15 18:26:22 +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