aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.am
diff options
context:
space:
mode:
authorAlexander von Gluck IV <[email protected]>2015-05-17 08:50:43 -0500
committerAlexander von Gluck IV <[email protected]>2015-05-18 21:02:25 -0400
commit7af2601a078047ed79c9fb81b6c4f98f22a5d049 (patch)
tree709c3c4de41ca17abb22029e69c7f799131a1b44 /src/mesa/Makefile.am
parent42298b05d1ebd8b17b89411723ae13295643e496 (diff)
mesa/driver/haiku: Drop Mesa swrast renderer
This just created extra upkeep and the push to move extern C's into mesa code would mean a large number of extern's in core Mesa driver interfaces. The Haiku Gallium renderers are mostly insulated via the C-based Haiku state tracker. As any future hardware support in Haiku will be gallium based, lets just drop swrast. Haiku has a Mesa 7.12 fork for gcc2 that uses swrast. This commit fixes the last of the Haiku build issues. Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.am')
-rw-r--r--src/mesa/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am
index 60114e4f66a..71794b5dada 100644
--- a/src/mesa/Makefile.am
+++ b/src/mesa/Makefile.am
@@ -60,7 +60,6 @@ main/git_sha1.h: main/git_sha1.h.tmp
include Makefile.sources
EXTRA_DIST = \
- drivers/haiku \
drivers/SConscript \
main/format_info.py \
main/format_pack.py \