Initial support for ARB_depth_texture
authorIan Romanick <idr@us.ibm.com>
Wed, 17 Oct 2007 19:07:04 +0000 (12:07 -0700)
committerIan Romanick <idr@us.ibm.com>
Wed, 17 Oct 2007 23:25:39 +0000 (16:25 -0700)
commit42a4386a4c18932221c59607e6d22b864a2577fb
treec22b34c8fc93b9c600ff14e51fa9c7c9890a6242
parentb961eccc92d853eb573597ffc73304b65aa800c4
Initial support for ARB_depth_texture

Currently only GL_DEPTH_COMPONENT16 are supported.  I don't know what the
hardware bits are to select the other formats, but it shouldn't be too hard
to figure out.
src/mesa/drivers/dri/r300/r300_context.c
src/mesa/drivers/dri/r300/r300_tex.c
src/mesa/drivers/dri/r300/r300_tex.h
src/mesa/drivers/dri/r300/r300_texstate.c