diff options
author | Younes Manton <[email protected]> | 2009-09-27 19:49:06 -0400 |
---|---|---|
committer | Younes Manton <[email protected]> | 2009-09-27 19:49:06 -0400 |
commit | f547472bfa0a797adacc2a7688b4c1ba65381a80 (patch) | |
tree | df0070c8a239b105c512fa8cf24e8b776523558a /configs | |
parent | da793b743462e84e3bca7a0ed7f24b4c942e0834 (diff) |
g3dvl: pipe_video_context interface, softpipe impl, auxiliary libs
Diffstat (limited to 'configs')
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default index cb3ca1046f4..f1e2aa3ef5f 100644 --- a/configs/default +++ b/configs/default @@ -94,7 +94,7 @@ EGL_DRIVERS_DIRS = demo # Gallium directories and GALLIUM_DIRS = auxiliary drivers state_trackers -GALLIUM_AUXILIARY_DIRS = rbug draw translate cso_cache pipebuffer tgsi sct rtasm util indices +GALLIUM_AUXILIARY_DIRS = rbug draw translate cso_cache pipebuffer tgsi sct rtasm util indices vl GALLIUM_AUXILIARIES = $(foreach DIR,$(GALLIUM_AUXILIARY_DIRS),$(TOP)/src/gallium/auxiliary/$(DIR)/lib$(DIR).a) GALLIUM_DRIVERS_DIRS = softpipe i915simple failover trace identity GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVERS_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a) |