diff options
author | Brian Paul <[email protected]> | 2009-02-09 11:16:20 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-09 11:16:20 -0700 |
commit | e13593678f62941db06b7ae1a21b81c643371659 (patch) | |
tree | 0d08b544c147ef08fa01a6c8fe3c9ae6efc78e7c /configs | |
parent | 22c6c1eaad49692416f45bcbbcdc6424aea2da7c (diff) |
re-add MSAA support
(cherry picked from commit f7d80aa00611917bc8ce637136d982b151b8f44f)
This also involved adding the new MSAA fields to driCreateConfigs().
Also, re-add prog_instructions->Sampler field for i965 driver. Will
have to revisit that.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-dri | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index c667a386f39..dc2ab4f9d93 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -57,16 +57,9 @@ PROGRAM_DIRS := egl $(PROGRAM_DIRS) # EGL directories EGL_DRIVERS_DIRS = demo glx -DRIVER_DIRS = +DRIVER_DIRS = dri WINDOW_SYSTEM = dri GALLIUM_WINSYS_DIRS = drm -# gamma are missing because they have not been converted to use the new -# interface. - -# XXX: need to figure out a way for gallium and non-gallium builds to -# coexist: -# - -#DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 radeon s3v \ -# savage sis tdfx trident unichrome ffb +DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 radeon s3v \ + savage sis tdfx trident unichrome ffb |