Always use ARGB8888 hardware texture format when mesa specifies
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 19 Jan 2005 12:06:17 +0000 (12:06 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 19 Jan 2005 12:06:17 +0000 (12:06 +0000)
commitbdb5725bab0fdfffb20bbfb4f2c3d7aa3482c1bc
tree7d36addd8a8992ef22aff29d6a5b546a53586710
parent69310879581d8dedc7efb1a60e762059d14c249f
Always use ARGB8888 hardware texture format when mesa specifies
MESA_FORMAT_ARGB8888.  Previously attempted to use ARGB0888 under some
circumstances, but glean failed and demos/texenv.c was also incorrect.
src/mesa/drivers/dri/unichrome/via_texstate.c