dispatch_sanity test: allow newer functions to be set to NOP
authorJordan Justen <jordan.l.justen@intel.com>
Wed, 24 Oct 2012 01:00:11 +0000 (18:00 -0700)
committerJordan Justen <jordan.l.justen@intel.com>
Sat, 3 Nov 2012 17:54:41 +0000 (10:54 -0700)
commit83b6a7cdaa86e2859177abab0e0117f208ddbe6c
tree41e1aec8cfea2bc1db5e7429dd17784dddfdb593
parent7e64fe583f625c01d6a6eed664f5a4f808607830
dispatch_sanity test: allow newer functions to be set to NOP

If a GL function was introduced in a later GL version than the
context we are testing, then it is okay if it is set to the
_mesa_generic_nop function.

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/mesa/main/tests/dispatch_sanity.cpp