summaryrefslogtreecommitdiff
path: root/src/mesa/main/texfetch.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-30 21:04:14 -0600
committerBrian Paul <brianp@vmware.com>2009-09-30 21:04:17 -0600
commit60843e3ee59b00cee4ec1048823d1dd24756d849 (patch)
tree081e9335bad3616d71dfda635af92d494e38c3e8 /src/mesa/main/texfetch.c
parent3fa7dbf368bb060220e9f78e666b00d6827166a6 (diff)
mesa: remove MESA_FORMAT_RGBA4444
Not used by any hardware driver. ARGB4444 and ARGB4444_REV remain.
Diffstat (limited to 'src/mesa/main/texfetch.c')
-rw-r--r--src/mesa/main/texfetch.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/texfetch.c b/src/mesa/main/texfetch.c
index 8149166560..3cc424fdc8 100644
--- a/src/mesa/main/texfetch.c
+++ b/src/mesa/main/texfetch.c
@@ -394,13 +394,6 @@ texfetch_funcs[MESA_FORMAT_COUNT] =
store_texel_rgb565_rev
},
{
- MESA_FORMAT_RGBA4444,
- fetch_texel_1d_f_rgba4444,
- fetch_texel_2d_f_rgba4444,
- fetch_texel_3d_f_rgba4444,
- store_texel_rgba4444
- },
- {
MESA_FORMAT_ARGB4444,
fetch_texel_1d_f_argb4444,
fetch_texel_2d_f_argb4444,