summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-03-10 17:21:43 -0600
committerBrian <brian.paul@tungstengraphics.com>2008-03-10 17:22:18 -0600
commitd5692cb349fb74e8f9d3a18f5bbd788b09b93581 (patch)
treeaf13ec8fcd074f34b6188a177bd976c4c8d04434 /configs
parent5b82d551b7a4954b24059585fea207f3a250ec0f (diff)
gallium: new surface/context tracker (sct) module
Will be used for tracking the surfaces and textures which are bound/used by contexts.
Diffstat (limited to 'configs')
-rw-r--r--configs/default2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default
index 48ddd29282b..f0146c50cee 100644
--- a/configs/default
+++ b/configs/default
@@ -68,7 +68,7 @@ PROGRAM_DIRS = demos redbook samples glsl xdemos
# Gallium directories and
-GALLIUM_AUXILIARY_DIRS = draw cso_cache pipebuffer tgsi rtasm util
+GALLIUM_AUXILIARY_DIRS = draw cso_cache pipebuffer tgsi rtasm util sct
GALLIUM_AUXILIARIES = $(foreach DIR,$(GALLIUM_AUXILIARY_DIRS),$(TOP)/src/gallium/auxiliary/$(DIR)/lib$(DIR).a)
GALLIUM_DRIVER_DIRS = softpipe i915simple i965simple failover
GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVER_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a)