mesa: implement EXT_texture_shared_exponent
authorMarek Olšák <maraeo@gmail.com>
Tue, 26 Apr 2011 00:18:24 +0000 (02:18 +0200)
committerMarek Olšák <maraeo@gmail.com>
Fri, 29 Apr 2011 09:31:55 +0000 (11:31 +0200)
commit9d7698c468f4ea7da8bb4ec00520c98f11cca0fa
treeda4a82690218f5a3c78f0961e4ca105ff3bc20ed
parent1d5f16ff8fae936f2e920800b169cf7736a8052a
mesa: implement EXT_texture_shared_exponent

swrast support done.

There is no renderbuffer support in swrast, because it's not required
by the extension.

Reviewed-by: Brian Paul <brianp@vmware.com>
13 files changed:
src/mesa/main/extensions.c
src/mesa/main/fbobject.c
src/mesa/main/formats.c
src/mesa/main/formats.h
src/mesa/main/image.c
src/mesa/main/mipmap.c
src/mesa/main/pack.c
src/mesa/main/rgb9e5.h [new file with mode: 0644]
src/mesa/main/texfetch.c
src/mesa/main/texfetch_tmp.h
src/mesa/main/texformat.c
src/mesa/main/texparam.c
src/mesa/main/texstore.c