mesa/src
Brian Paul 4731a598f0 mesa: fix PACK_COLOR_5551(), PACK_COLOR_1555() macros
The 1-bit alpha channel was incorrectly encoded.  Previously, any non-zero
alpha value for the ubyte alpha value would set A=1.  Instead, use the
most significant bit of the ubyte alpha to determine the A bit.  This is
consistent with the other channels and other OpenGL implementations.

Note: This is a candidate for the 7.11 branch.

Reviewed-by: Michel Dänzer <michel@daenzer.net>
2011-09-20 20:17:42 -06:00
..
egl egl: add null platform 2011-09-20 17:44:15 +08:00
gallium mesa/gallium: remove GLchan from latc, rgtc code 2011-09-20 20:17:41 -06:00
gbm gbm/dri: avoid crash in dri_screen_create 2011-08-04 14:09:34 +02:00
getopt getopt: Make code more portable. 2011-01-12 16:54:21 +00:00
glsl make: Don't use builtin_stubs.cpp for standalone GLSL compiler. 2011-09-20 18:21:45 -07:00
glu glu: Avoid defining conflicting DEBUG NDEBUG macros. 2011-08-30 09:42:01 +01:00
glx scons: MacOSX build fixes. 2011-09-20 20:41:57 +01:00
mapi glapi: Don't emit remap data for individual extensions 2011-09-19 12:02:21 -07:00
mesa mesa: fix PACK_COLOR_5551(), PACK_COLOR_1555() macros 2011-09-20 20:17:42 -06:00
Makefile
SConscript scons: Unbreak mingw build. 2011-09-20 20:50:48 +01:00