diff options
author | Emil Velikov <[email protected]> | 2014-06-16 14:25:50 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-07-02 10:52:53 +0100 |
commit | 495e3e7bed93c7edd9a64840bce2178d24edd1a1 (patch) | |
tree | 3f854749889c11058bbc25d5885e4e0d8682b53c /src/gallium/targets/Makefile.am | |
parent | 6eabddd531918b922619cb16f1250b211d5c193a (diff) |
targets/(r300|r600|radeonsi)/dri: Convert to static/shared pipe-drivers
Related to previous commit, merge the separate dri targets to a single
one.
This is essentially all the buildsystem mayhem required for megaradeon.
Cc: Marek Olšák <[email protected]>
Cc: Michel Dänzer <[email protected]>
Cc: Christian König <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Tested-by: Rob Clark <[email protected]>
Tested-by: Thomas Helland <thomashelland90 at gmail.com>
Acked-by: Tom Stellard <[email protected]>
Acked-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/targets/Makefile.am')
-rw-r--r-- | src/gallium/targets/Makefile.am | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/gallium/targets/Makefile.am b/src/gallium/targets/Makefile.am index 1a44c56ccfe..8d6f555734c 100644 --- a/src/gallium/targets/Makefile.am +++ b/src/gallium/targets/Makefile.am @@ -82,24 +82,6 @@ SUBDIRS += dri-ilo endif endif -if HAVE_GALLIUM_R300 -if HAVE_DRI2 -SUBDIRS += r300/dri -endif -endif - -if HAVE_GALLIUM_R600 -if HAVE_DRI2 -SUBDIRS += r600/dri -endif -endif - -if HAVE_GALLIUM_RADEONSI -if HAVE_DRI2 -SUBDIRS += radeonsi/dri -endif -endif - if HAVE_GALLIUM_SOFTPIPE if HAVE_DRISW SUBDIRS += dri-swrast |