Fix "3D driver claims to not support visual ..." warnings.
authorIan Romanick <idr@us.ibm.com>
Mon, 13 Nov 2006 20:54:51 +0000 (20:54 +0000)
committerIan Romanick <idr@us.ibm.com>
Mon, 13 Nov 2006 20:54:51 +0000 (20:54 +0000)
commite7ad10587ada74570a13c503aae274bc187910d3
treefb9318f93fd1ca8cb6c5a2a075035ead71e6a842
parent466d4a1dd0ec3af1fc689e715bd4fc682d5897b6
Fix "3D driver claims to not support visual ..." warnings.

In 16-bit color modes the 3D driver was erroneously creating fbconfigs
with 16-bits of accumulation alpha.  Since the 2D driver always
generates modes with zero bits of alpha, the lists of fbconfigs did
not match and warnings were generated by libGL.
src/mesa/drivers/dri/tdfx/tdfx_screen.c