mesa/src
Fredrik Höglund bba1600531 st/mesa: fix the texture format in st_context_teximage
Commit 1a339b6c71 made
st_ChooseTextureFormat map GL_RGBA with type GL_UNSIGNED_BYTE
to PIPE_FORMAT_A8B8G8R8_UNORM.

The image format for ARGB pixmaps is PIPE_FORMAT_B8G8R8A8_UNORM
however. This mismatch caused the texture to be recreated in
st_finalize_texture.

NOTE: This is a candidate for the 7.11 branch.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=39209
Signed-off-by: Fredrik Höglund <fredrik@kde.org>
Reviewed-by: Stéphane Marchesin <marcheu@chromium.org>
Signed-off-by: Brian Paul <brianp@vmware.com>
2011-07-28 11:56:45 -07:00
..
driclient
egl wayland-drm: Add copyright notice to protocol 2011-07-27 10:08:01 +02:00
gallium egl/gallium: fix build without softpipe and llvmpipe 2011-07-27 09:43:03 +02:00
gbm Make it possible to use gbm with c++ 2011-07-20 09:02:18 -07:00
getopt getopt: Make code more portable. 2011-01-12 16:54:21 +00:00
glsl glsl: Treat ir_dereference_array of non-var as a constant for lowering 2011-07-28 11:47:45 -07:00
glu sgi: Fix MSVC build. 2011-04-27 19:06:07 +01:00
glut scons: Revamp how to specify targets to build. 2010-11-01 13:30:22 +00:00
glw glw: Mark all extern symbols GLAPI to regain default visibility (#31294) 2011-06-20 12:31:01 -07:00
glx glx: Avoid calling __glXInitialize() in driReleaseDrawables(). 2011-07-19 23:29:16 +02:00
mapi glapi: Update specs to correctly list FramebufferTextureLayerARB as an alias of FramebufferTextureLayerEXT 2011-06-20 16:54:58 -07:00
mesa st/mesa: fix the texture format in st_context_teximage 2011-07-28 11:56:45 -07:00
Makefile
SConscript scons: Build glu. 2011-04-23 13:16:03 +01:00