diff options
author | Brian Paul <[email protected]> | 2009-09-30 21:04:14 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-30 21:04:17 -0600 |
commit | 60843e3ee59b00cee4ec1048823d1dd24756d849 (patch) | |
tree | 081e9335bad3616d71dfda635af92d494e38c3e8 /src/mesa/main/texfetch.c | |
parent | 3fa7dbf368bb060220e9f78e666b00d6827166a6 (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.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/texfetch.c b/src/mesa/main/texfetch.c index 8149166560e..3cc424fdc83 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, |