mesa dispatch_sanity: call new functions to initialize exec table
authorJordan Justen <jordan.l.justen@intel.com>
Sat, 17 Nov 2012 02:25:35 +0000 (18:25 -0800)
committerJordan Justen <jordan.l.justen@intel.com>
Sun, 16 Dec 2012 23:30:27 +0000 (15:30 -0800)
commitd5d1f10955f46207aabd011d43e863920abe3b00
treee204a6d8498769168c21157e29aaca949c3fd881
parent4bea4cb9fd55cdb267003a6e6e16f7e903e00940
mesa dispatch_sanity: call new functions to initialize exec table

In a future patch the exec functions will no longer set up
by _mesa_initialize_context and _vbo_CreateContext.

Therefore we must call _mesa_initialize_exec_table and
_mesa_initialize_exec_table_vbo.

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/tests/dispatch_sanity.cpp