intel: Fix GL_ARB_shading_language_120 commit
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 22 Sep 2010 15:01:11 +0000 (11:01 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 22 Sep 2010 15:01:45 +0000 (11:01 -0400)
commitb91dba49e0b08b18dbd6c477facdcc7b5472c8c7
tree152cf86c3b27491bc5a13cd439ed4de39aa01439
parent1abe48afbe5ba894f6c160e830c04288bb2913b4
intel: Fix GL_ARB_shading_language_120 commit

Fix commit e7087175f8a04f777403366fb34b58edd00f4d60.  Move the reference to
GL_VERSION_2_1_functions to intel_extensions.c where it's available,
don't try to enable a non-existing extension and advertise 1.20 for all
intel chipsets, not just GEN4 and up.
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/intel/intel_extensions.c