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.h | |
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.h')
-rw-r--r-- | src/mesa/drivers/dri/common/texmem.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/common/texmem.h b/src/mesa/drivers/dri/common/texmem.h index 6dd07b8a1da..00a02b318c8 100644 --- a/src/mesa/drivers/dri/common/texmem.h +++ b/src/mesa/drivers/dri/common/texmem.h @@ -324,10 +324,6 @@ extern gl_format _dri_texformat_rgb565; extern gl_format _dri_texformat_argb4444; extern gl_format _dri_texformat_argb1555; extern gl_format _dri_texformat_al88; -extern gl_format _dri_texformat_a8; -extern gl_format _dri_texformat_ci8; -extern gl_format _dri_texformat_i8; -extern gl_format _dri_texformat_l8; extern void driInitTextureFormats( void ); |