Add GL_ARB_texture_cube_map support for i830. Most of the code was
authorIan Romanick <idr@us.ibm.com>
Sun, 19 Sep 2004 08:03:46 +0000 (08:03 +0000)
committerIan Romanick <idr@us.ibm.com>
Sun, 19 Sep 2004 08:03:46 +0000 (08:03 +0000)
commitc59270e2b82abe9bcb0af6a1593b81772f6306d3
tree5e915e6244527f16cbc5a9497e614043bc39de54
parentb9bbe780313d584974307389a67ca94ad65de3c0
Add GL_ARB_texture_cube_map support for i830.  Most of the code was
lifted from the i915 side.  i830 will now report version 1.3!  Hurrah!
With the exception of GL_EXT_texture_compression_s3tc, the i830 driver
now supports all the extensions that its Windows counterpart supports.
src/mesa/drivers/dri/i915/i830_context.c
src/mesa/drivers/dri/i915/i830_context.h
src/mesa/drivers/dri/i915/i830_reg.h
src/mesa/drivers/dri/i915/i830_texstate.c
src/mesa/drivers/dri/i915/i830_vtbl.c
src/mesa/drivers/dri/i915/i915_context.c
src/mesa/drivers/dri/i915/intel_context.c