diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-03-10 17:21:43 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-03-10 17:22:18 -0600 |
commit | d5692cb349fb74e8f9d3a18f5bbd788b09b93581 (patch) | |
tree | af13ec8fcd074f34b6188a177bd976c4c8d04434 /configs/default | |
parent | 5b82d551b7a4954b24059585fea207f3a250ec0f (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/default')
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default index 48ddd29282..f0146c50ce 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) |