mesa: Disable GL_NV_primitive_restart extension in core contexts.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 3 Dec 2012 06:30:45 +0000 (22:30 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 4 Dec 2012 01:59:28 +0000 (17:59 -0800)
commit32c6db3978e89e61660d9479d7548cb7a5e04ba2
tree70248d594ff2d0f95d251edcdf5338f7079b48af
parent3ac97c6ccc06c877d36775885270924c0e750492
mesa: Disable GL_NV_primitive_restart extension in core contexts.

The NV formulation of primitive restart is turned on/off with
glEnableClientState/glDisableClientState.  These two functions don't
exist in core contexts, which mean that GL_NV_primitive_restart is
essentially useless...even broken.

However, leaving it on causes oglconform's primitive-restart-nv tests to
run in OpenGL 3.1 contexts, which results in them all failing.  This
patch causes 29 subtests to go from "fail" to "not run".

NOTE: This is a candidate for stable branches.

Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/extensions.c