mesa: initial ARB_depth_buffer_float support
authorMarek Olšák <maraeo@gmail.com>
Wed, 1 Jun 2011 13:48:51 +0000 (15:48 +0200)
committerMarek Olšák <maraeo@gmail.com>
Sun, 10 Jul 2011 19:41:16 +0000 (21:41 +0200)
commit1165280cbd37dee1e499358633478ab869de21df
tree55441c9632082be450bf3b609ad8015514b65e65
parentf0a7e28e29b5005c20ac02a7eec6511f6d7fd1c4
mesa: initial ARB_depth_buffer_float support

Using GL_NONE as DataType of Z32_FLOAT_X24S8, not sure what I should put there.
The spec says the type is n/a.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/fbobject.c
src/mesa/main/formats.c
src/mesa/main/formats.h
src/mesa/main/image.c
src/mesa/main/readpix.c
src/mesa/main/renderbuffer.c
src/mesa/main/texfetch.c
src/mesa/main/texformat.c
src/mesa/main/texstore.c