mesa: implement texstore and texfetch hooks for signed normalized formats
authorMarek Olšák <maraeo@gmail.com>
Sun, 13 Mar 2011 13:48:09 +0000 (14:48 +0100)
committerMarek Olšák <maraeo@gmail.com>
Tue, 29 Mar 2011 10:04:55 +0000 (12:04 +0200)
commitdaa5242f9eafaf61f9f492f1e798de8701e6f498
tree952fa69bb9e90b0237dc07f989232cae4acd8e25
parent0be369975fdfa79bcb702d0c13aa0a221055f61b
mesa: implement texstore and texfetch hooks for signed normalized formats

The snorm texstore functions were all broken.

swrast support done except for mipmap generation, but I leave it disabled.
src/mesa/main/texfetch.c
src/mesa/main/texfetch_tmp.h
src/mesa/main/texstore.c