Unify ARB_depth_texture and SGIX_depth_texture
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 1 Oct 2008 22:51:56 +0000 (15:51 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 2 Oct 2008 03:38:10 +0000 (20:38 -0700)
commit4741dbcbbc2514de370a760f4b78a17491014555
treeedbc0a4d5585fd42da49f7d832173ec41508ec3b
parent17fdd1ab3b48da8dff742e626c3c59bc89cafeed
Unify ARB_depth_texture and SGIX_depth_texture

The ARB extension is a superset of the older SGIX extension.  Any
hardware that can support the SGIX version can also support the ARB
version.  In Mesa, any driver that supports one also supports the
other.  This unification just simplifies some bits of code.
src/mesa/drivers/dri/i915/i915_context.c
src/mesa/drivers/dri/intel/intel_context.c
src/mesa/drivers/dri/intel/intel_tex_copy.c
src/mesa/drivers/dri/r300/r300_context.c
src/mesa/main/depthstencil.c
src/mesa/main/extensions.c
src/mesa/main/mtypes.h
src/mesa/main/texformat.c
src/mesa/main/teximage.c
src/mesa/main/texparam.c
src/mesa/swrast/s_texstore.c