diff options
author | Alexander von Gluck IV <[email protected]> | 2015-05-17 08:50:43 -0500 |
---|---|---|
committer | Alexander von Gluck IV <[email protected]> | 2015-05-18 21:02:25 -0400 |
commit | 7af2601a078047ed79c9fb81b6c4f98f22a5d049 (patch) | |
tree | 709c3c4de41ca17abb22029e69c7f799131a1b44 /src/mesa/drivers/SConscript | |
parent | 42298b05d1ebd8b17b89411723ae13295643e496 (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/drivers/SConscript')
-rw-r--r-- | src/mesa/drivers/SConscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/SConscript b/src/mesa/drivers/SConscript index db656780c0b..5d654f538be 100644 --- a/src/mesa/drivers/SConscript +++ b/src/mesa/drivers/SConscript @@ -8,6 +8,3 @@ if env['dri']: 'dri/common/xmlpool/SConscript', 'dri/common/SConscript', ]) - -if env['platform'] == 'haiku': - SConscript('haiku/swrast/SConscript') |