summaryrefslogtreecommitdiff
path: root/src/mesa/main/texfetch.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-06 19:00:09 -0600
committerBrian Paul <brianp@vmware.com>2009-10-06 19:00:09 -0600
commitc13b9a141d77845517bf7cab20cff6115c31e67d (patch)
tree0741b51cd45aec0c6da2f2feb679106a2092944f /src/mesa/main/texfetch.c
parentf7b5e616e07b5caa27e91bb5733a8a849d5963f6 (diff)
mesa: added MESA_FORMAT_SIGNED_RGBA_16 for accum buffers
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 fbb3170ff5..63b2eacf55 100644
--- a/src/mesa/main/texfetch.c
+++ b/src/mesa/main/texfetch.c
@@ -334,6 +334,13 @@ texfetch_funcs[MESA_FORMAT_COUNT] =
store_texel_signed_rgba8888_rev
},
{
+ MESA_FORMAT_SIGNED_RGBA_16,
+ NULL, /* XXX to do */
+ NULL,
+ NULL,
+ NULL
+ },
+ {
MESA_FORMAT_RGBA8888,
fetch_texel_1d_f_rgba8888,
fetch_texel_2d_f_rgba8888,