summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/haiku/swrast/SoftwareRast.rdef
Commit message (Collapse)AuthorAgeFilesLines
* mesa/driver/haiku: Drop Mesa swrast rendererAlexander von Gluck IV2015-05-181-39/+0
| | | | | | | | | | | | | | | | 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]>
* haiku: add swrast driverAlexander von Gluck IV2013-11-131-0/+39
* This is pretty small and upkeep should be minimal. * Currently fully working. * Cannidate for 10.0.0 branch Acked-by: Brian Paul <[email protected]>