Patches 1-4: * Cleanups for CORE profile dispatch tables Patches 5-9: * Modify dispatch_sanity test for GL 3.1 CORE profile testing
Follow on work still required: * Add all GL CORE functions to Mesa's XML. (So no funcions start with a dash (-) in the dispatch_sanity test.) Jordan Justen (9): mesa api_exec: add comment regarding GetPointerv & CORE profiles mesa shaderapi: don't enable various functions for GL CORE mesa transform feedback: disable BindBufferOffsetEXT for CORE profiles mesa api_exec: disable various functions for GL CORE profiles dispatch_sanity test: add version to function list dispatch_sanity test: move validate_functions into class dispatch_sanity test: allow newer functions to be set to NOP dispatch_sanity test: allow functions that Mesa doesn't yet support dispatch_sanity test: add GL CORE 3.1 test src/mesa/main/api_exec.c | 27 +- src/mesa/main/shaderapi.c | 5 +- src/mesa/main/tests/dispatch_sanity.cpp | 1394 +++++++++++++++++++++++-------- src/mesa/main/transformfeedback.c | 2 +- 4 files changed, 1053 insertions(+), 375 deletions(-) -- 1.7.9.5 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev