diff options
author | Ian Romanick <[email protected]> | 2010-09-20 07:03:34 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-08-29 11:07:49 -0700 |
commit | 0c1b71665487fcaeffa8f4d7b5ad0ba425a2c169 (patch) | |
tree | 1e1ee057aafd8fb6ad9234a7f11e195fed06c45c /src/mesa/drivers/dri/r600/r600_tex.c | |
parent | 6f1846e3921e22f2744466ec791b8965ecee1d33 (diff) |
dri: Remove MESA_FORMAT_CI8 bits from drivers that don't do paletted textures
This came from the "kill it with fire" discussion at XDS 2010.
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/r600/r600_tex.c')
-rw-r--r-- | src/mesa/drivers/dri/r600/r600_tex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r600/r600_tex.c b/src/mesa/drivers/dri/r600/r600_tex.c index ac704e65101..890bada40d8 100644 --- a/src/mesa/drivers/dri/r600/r600_tex.c +++ b/src/mesa/drivers/dri/r600/r600_tex.c @@ -415,7 +415,6 @@ unsigned r600IsFormatRenderable(gl_format mesa_format) case MESA_FORMAT_RGB332: case MESA_FORMAT_A8: case MESA_FORMAT_I8: - case MESA_FORMAT_CI8: case MESA_FORMAT_L8: case MESA_FORMAT_RGBA_FLOAT32: case MESA_FORMAT_RGBA_FLOAT16: |