diff options
author | Jakob Bornecrantz <[email protected]> | 2008-06-06 14:49:02 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2008-06-06 14:49:02 +0200 |
commit | adbdabb85ae322d5c80cadcee931e36d5c688d98 (patch) | |
tree | 9274a42def079ecf97e7dff782e8196af4a5c246 /configs | |
parent | 18953a8771054f02f9a9bef08bf323e19086fdac (diff) |
i915: Moved pipe_buffer and i915_winsys functions to a common folder
Diffstat (limited to 'configs')
-rw-r--r-- | configs/default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/default b/configs/default index 2019a53b4f1..b7d0d22438c 100644 --- a/configs/default +++ b/configs/default @@ -71,6 +71,7 @@ PROGRAM_DIRS = demos redbook samples glsl xdemos GALLIUM_AUXILIARY_DIRS = draw cso_cache pipebuffer tgsi sct translate rtasm util GALLIUM_AUXILIARIES = $(foreach DIR,$(GALLIUM_AUXILIARY_DIRS),$(TOP)/src/gallium/auxiliary/$(DIR)/lib$(DIR).a) GALLIUM_DRIVER_DIRS = softpipe i915simple i965simple failover +GALLIUM_WINSYS_COMMON_DIRS = intel_drm GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVER_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a) GALLIUM_WINSYS_DIRS = xlib egl_xlib |