intel: Don't advertise unsupported extensions on pre-965 hardware
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 3 Oct 2008 19:16:04 +0000 (12:16 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 3 Oct 2008 19:16:04 +0000 (12:16 -0700)
commitdb9ba91971a1f279b040b30bf8fd5d13a70f0a03
treedc18fad7292556d9ff9330ae667b743470d2a3b9
parent4741dbcbbc2514de370a760f4b78a17491014555
intel: Don't advertise unsupported extensions on pre-965 hardware

Move GL_ARB_texture_non_power_of_two and GL_ATI_separate_stencil
from the generic extension list to the 965-specific list.  Neither
extension is supported on i830-class hardware, and
GL_ATI_separate_stencil is not supported on i915-class hardare.
GL_ARB_texture_non_power_of_two is supported on i915-class hardare and
is already in the i915-specific list.
src/mesa/drivers/dri/intel/intel_context.c