intel: Remove ARGB internal_format == GL_RGB hacks
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 9 Dec 2009 07:25:26 +0000 (23:25 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 10 Dec 2009 23:12:31 +0000 (15:12 -0800)
commite624b77eb2d594cde053c73a530836e05227126a
treec3a5392d52d1e666f75e317872b1afd84f962116
parentb4a6169412819cc3a027c6a118f0537911145a30
intel: Remove ARGB internal_format == GL_RGB hacks

Now that XRGB is supported, we don't need to hack around cases of an RGBA
format buffer with an internal format of GL_RGB.
src/mesa/drivers/dri/i915/i830_texstate.c
src/mesa/drivers/dri/i915/i915_texstate.c
src/mesa/drivers/dri/i965/brw_wm_surface_state.c
src/mesa/drivers/dri/intel/intel_span.c