diff options
Diffstat (limited to 'src/mesa/swrast/s_texfetch.c')
-rw-r--r-- | src/mesa/swrast/s_texfetch.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/swrast/s_texfetch.c b/src/mesa/swrast/s_texfetch.c index e9bb5ebd1d5..a0f34fd100e 100644 --- a/src/mesa/swrast/s_texfetch.c +++ b/src/mesa/swrast/s_texfetch.c @@ -183,13 +183,9 @@ texfetch_funcs[] = FETCH_NULL(R3G3B2_UNORM), FETCH_NULL(A4B4G4R4_UNORM), FETCH_NULL(R4G4B4A4_UNORM), - FETCH_NULL(R1G5B5A5_UNORM), FETCH_NULL(R5G5B5A1_UNORM), - FETCH_NULL(A5B5G5R1_UNORM), FETCH_NULL(A2B10G10R10_UNORM), FETCH_NULL(A2R10G10B10_UNORM), - FETCH_NULL(R2G10B10A10_UNORM), - FETCH_NULL(A10B10G10R2_UNORM), FETCH_FUNCS(YCBCR), FETCH_FUNCS(YCBCR_REV), |