1
0
Fork 0
A repository that has original sources for patches used in the Arch User Repository package called "mutter-performance". https://aur.archlinux.org/packages/mutter-performance
Find a file
Robert Bragg eb6728f062 [cogl-fbo] Disable mipmap filters before calling glCheckFramebufferStatusEXT
The framebuffer_object spec isn't clear in defining whether attaching a
texture as a renderbuffer with mipmap filtering enabled while the mipmaps
have not been uploaded should result in an incomplete framebuffer object.
(different drivers make different decisions)

To avoid an error with drivers that do consider this a problem we explicitly
set non mipmapped filters before calling glCheckFramebufferStatusEXT.  The
filters will later be reset when the texture is actually used for rendering
according to the filters set on the corresponding CoglMaterial.
2009-09-15 17:54:07 +01:00
common DOT3_RGB[A] cannot be used in a Blend String 2009-09-02 16:27:22 +01:00
doc/reference/cogl [docs] Remove the version number from the title 2009-08-13 16:15:04 +01:00
gl [cogl-fbo] Disable mipmap filters before calling glCheckFramebufferStatusEXT 2009-09-15 17:54:07 +01:00
gles Revert "[cogl] Allow Cogl to create NPOT textures for GLES2" 2009-08-20 12:53:32 +01:00
cogl-bitmap.h [docs] Various gtk-doc fixes for COGL 2009-06-10 12:57:36 +01:00
cogl-color.h [cogl-color] Adds a cogl_color_equal() function 2009-06-30 17:13:35 +01:00
cogl-debug.h [cogl journal] Perform software modelview transform on logged quads. 2009-06-30 17:13:36 +01:00
cogl-deprecated.h [cogl deprecated] Add backface culling deprecation 2009-05-28 14:14:50 +01:00
cogl-fixed.h [cogl] Updates all file headers and removes lots of trailing white space 2009-05-02 04:12:25 +01:00
cogl-material.h [docs] Small annotation fixes 2009-09-08 10:21:46 +01:00
cogl-matrix.h Split the typdef to avoid confusing scanners 2009-07-01 15:30:21 +01:00
cogl-offscreen.h [docs] Various gtk-doc fixes for COGL 2009-06-10 12:57:36 +01:00
cogl-path.h [docs] Fix typos and remove mentions of SVN 2009-07-12 01:38:40 +01:00
cogl-shader.h [cogl-shader] Make get_info_log() slightly nicer 2009-06-01 17:40:23 +01:00
cogl-texture.h [docs] Small annotation fixes 2009-09-08 10:21:46 +01:00
cogl-types.h [docs] texture_polygon() is called polygon() 2009-08-18 11:11:29 +01:00
cogl-vertex-buffer.h [docs] Fix a missing parameter 2009-08-04 11:38:48 +01:00
cogl.h.in [doc] Miscellaneous documentation fixes 2009-07-20 12:49:35 +01:00
cogl.pc.in [cogl] Fix hardcoded paths in the pc file 2009-03-10 12:38:04 +00:00
Makefile.am Use AM_SILENT_RULES if automake >= 1.11 is installed 2009-08-19 13:42:36 +01:00
TODO Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00