mesa: Add MESA_FORMAT_S8_Z24 texture format
authorJakob Bornecrantz <jakob@tungstengraphics.com>
Fri, 6 Jun 2008 14:12:55 +0000 (16:12 +0200)
committerJakob Bornecrantz <jakob@tungstengraphics.com>
Sun, 8 Jun 2008 14:58:19 +0000 (16:58 +0200)
commitf4535f6e5ae63d8c59428cf190a95e0eb4ae233d
treedbc9f979d2abeae6b694544904e00b0e7e739aad
parenta47c222803483c208f720e3fb5015050d4d0eaf4
mesa: Add MESA_FORMAT_S8_Z24 texture format
None of the fetch and store functions implemented.
This atleast stops shadowtex from locking the GPU on
i915 with the linux-dri-x86 target. It most of it looks
okay, with the exception of actually displaying the texture.
src/mesa/main/texformat.c
src/mesa/main/texformat.h
src/mesa/state_tracker/st_format.c