summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-11-05 18:04:30 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-11-05 18:04:30 -0700
commitc6499a741c99394e81d1d86ffd066f3d9749875c (patch)
tree8d48d05c9b1e0931d545445230758f1b2853d16f /src/mesa/sources
parent01e716553001d57462e75aa7d76d05df92da8e87 (diff)
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...
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index 5322cd8867..0b9b5fca3a 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -231,6 +231,7 @@ STATETRACKER_SOURCES = \
state_tracker/st_context.c \
state_tracker/st_debug.c \
state_tracker/st_draw.c \
+ state_tracker/st_extensions.c \
state_tracker/st_format.c \
state_tracker/st_framebuffer.c \
state_tracker/st_mesa_to_tgsi.c \