From 17e96718946486ef77927fcf3bb299d8bff32b98 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 9 May 2010 19:28:10 -0600 Subject: mesa: added unsigned 16-bit/channel tex format --- src/mesa/main/texfetch.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/mesa/main/texfetch.c') diff --git a/src/mesa/main/texfetch.c b/src/mesa/main/texfetch.c index 48a22c1945..3169f3b3f5 100644 --- a/src/mesa/main/texfetch.c +++ b/src/mesa/main/texfetch.c @@ -622,6 +622,13 @@ texfetch_funcs[MESA_FORMAT_COUNT] = fetch_texel_3d_signed_rgba_16, store_texel_signed_rgba_16 }, + { + MESA_FORMAT_RGBA_16, + fetch_texel_1d_rgba_16, + fetch_texel_2d_rgba_16, + fetch_texel_3d_rgba_16, + store_texel_rgba_16 + } }; -- cgit v1.2.3