Determine GL extensions/limits by making pipe queries.
authorBrian <brian.paul@tungstengraphics.com>
Tue, 6 Nov 2007 01:04:30 +0000 (18:04 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Tue, 6 Nov 2007 01:04:30 +0000 (18:04 -0700)
commitc6499a741c99394e81d1d86ffd066f3d9749875c
tree8d48d05c9b1e0931d545445230758f1b2853d16f
parent01e716553001d57462e75aa7d76d05df92da8e87
Determine GL extensions/limits by making pipe queries.

The state tracker calls pipe->get_param() to determine the GL limits and
which OpenGL extensions are supported.
This is an initial implementation that'll probably change...
src/mesa/main/extensions.c
src/mesa/pipe/i915simple/i915_context.c
src/mesa/pipe/p_defines.h
src/mesa/pipe/softpipe/sp_context.c
src/mesa/sources
src/mesa/state_tracker/st_context.c
src/mesa/state_tracker/st_extensions.c [new file with mode: 0644]
src/mesa/state_tracker/st_extensions.h [new file with mode: 0644]