diff options
author | Stephane Marchesin <[email protected]> | 2008-03-15 05:37:57 +0100 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2008-03-15 05:37:57 +0100 |
commit | d493203045b214770473f8afeaa610542fe42c2a (patch) | |
tree | ec1f1b7d30a8f45ee7be7f82ae581d784d001dc7 /configs | |
parent | 509044609d5121b2a09d64bd24d7aa37e3744a77 (diff) |
nv10.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/default | 2 | ||||
-rw-r--r-- | configs/linux-dri | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/default b/configs/default index 49d3737ec7c..d010721a103 100644 --- a/configs/default +++ b/configs/default @@ -70,7 +70,7 @@ PROGRAM_DIRS = demos redbook samples glsl xdemos # Gallium directories and 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 nv30 nv40 nv50 failover +GALLIUM_DRIVER_DIRS = softpipe i915simple i965simple nv10 nv30 nv40 nv50 failover GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVER_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a) GALLIUM_WINSYS_DIRS = xlib diff --git a/configs/linux-dri b/configs/linux-dri index 67e60cbd4c5..bf7881937e4 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -65,4 +65,4 @@ GALLIUM_WINSYS_DIRS = dri # gamma are missing because they have not been converted to use the new # interface. -DRI_DIRS = intel +DRI_DIRS = nouveau |