r600g: improve texture format checker.
authorDave Airlie <airlied@redhat.com>
Thu, 12 Aug 2010 06:06:40 +0000 (16:06 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 12 Aug 2010 06:20:31 +0000 (16:20 +1000)
commite2df0a8b234efde140b340c2c9b67b06b789b758
treeac055d43d9b70d22eac8d14aab6f9ae87678aa83
parentde4784e36505316c2a5ab34cc5b371d17f38d3c5
r600g: improve texture format checker.

This takes the r300g texture format checker and fixes it up for r600g,
it passes glean texSwizzle, pixelformats, and texture_srgb tests,

however I think it L8S8_SRGB is broken as is L8_SRGB, need to investigate.

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/r600/r600_context.h
src/gallium/drivers/r600/r600_state.c
src/gallium/drivers/r600/r600_state_inlines.h
src/gallium/drivers/r600/r600_texture.c