summaryrefslogtreecommitdiff
path: root/src/mesa/main/texfetch.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-06 22:30:01 -0600
committerBrian Paul <brianp@vmware.com>2009-10-06 22:30:01 -0600
commit74d61d03b54d72217d463c248468cdcd09320efc (patch)
tree18bb58871ca7c7b3e5f672bf58c8e183bb23165d /src/mesa/main/texfetch.c
parentc5b725489243e6a94ca5e31306cdfa93619bd200 (diff)
mesa: added MESA_FORMAT_XRGB8888
Diffstat (limited to 'src/mesa/main/texfetch.c')
-rw-r--r--src/mesa/main/texfetch.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/main/texfetch.c b/src/mesa/main/texfetch.c
index 63b2eacf55..c50219521b 100644
--- a/src/mesa/main/texfetch.c
+++ b/src/mesa/main/texfetch.c
@@ -369,6 +369,13 @@ texfetch_funcs[MESA_FORMAT_COUNT] =
store_texel_argb8888_rev
},
{
+ MESA_FORMAT_XRGB8888,
+ fetch_texel_1d_f_xrgb8888,
+ fetch_texel_2d_f_xrgb8888,
+ fetch_texel_3d_f_xrgb8888,
+ store_texel_xrgb8888
+ },
+ {
MESA_FORMAT_RGB888,
fetch_texel_1d_f_rgb888,
fetch_texel_2d_f_rgb888,