diff options
author | Brian Paul <[email protected]> | 2009-10-06 19:00:09 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-06 19:00:09 -0600 |
commit | c13b9a141d77845517bf7cab20cff6115c31e67d (patch) | |
tree | 0741b51cd45aec0c6da2f2feb679106a2092944f /src/mesa/main/texstore.c | |
parent | f7b5e616e07b5caa27e91bb5733a8a849d5963f6 (diff) |
mesa: added MESA_FORMAT_SIGNED_RGBA_16 for accum buffers
Diffstat (limited to 'src/mesa/main/texstore.c')
-rw-r--r-- | src/mesa/main/texstore.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index 83e349d0103..7754644da91 100644 --- a/src/mesa/main/texstore.c +++ b/src/mesa/main/texstore.c @@ -3026,6 +3026,7 @@ texstore_funcs[MESA_FORMAT_COUNT] = { MESA_FORMAT_DUDV8, _mesa_texstore_dudv8 }, { MESA_FORMAT_SIGNED_RGBA8888, _mesa_texstore_signed_rgba8888 }, { MESA_FORMAT_SIGNED_RGBA8888_REV, _mesa_texstore_signed_rgba8888 }, + { MESA_FORMAT_SIGNED_RGBA_16, NULL }, }; |