diff options
author | Eric Anholt <[email protected]> | 2011-10-14 11:17:39 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-10-28 11:19:14 -0700 |
commit | a34c28f1aa0e7c0f66bc45f18750eb7f7ca8d5cd (patch) | |
tree | ea0d8c551d1565ba3f454c3138fa68aefd2a16bd /src/mesa/drivers/dri/common/texmem.c | |
parent | 8d9c5167accbc7d46838d3179b13a5a4ea60119c (diff) |
dri: Drop _dri_texformats that just obfuscate MESA_FORMAT names.
The remaining _dri_texformats are the ones that are variable depending
on the endianness of the system.
Diffstat (limited to 'src/mesa/drivers/dri/common/texmem.c')
-rw-r--r-- | src/mesa/drivers/dri/common/texmem.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/common/texmem.c b/src/mesa/drivers/dri/common/texmem.c index 798ef1ee881..b36dcdc3b83 100644 --- a/src/mesa/drivers/dri/common/texmem.c +++ b/src/mesa/drivers/dri/common/texmem.c @@ -1309,9 +1309,6 @@ gl_format _dri_texformat_rgb565 = MESA_FORMAT_NONE; gl_format _dri_texformat_argb4444 = MESA_FORMAT_NONE; gl_format _dri_texformat_argb1555 = MESA_FORMAT_NONE; gl_format _dri_texformat_al88 = MESA_FORMAT_NONE; -gl_format _dri_texformat_a8 = MESA_FORMAT_A8; -gl_format _dri_texformat_i8 = MESA_FORMAT_I8; -gl_format _dri_texformat_l8 = MESA_FORMAT_L8; /*@}*/ |