aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* scons: move SConscript from gallium/targets/ to mesa/drivers/dri/common/Emil Velikov2013-11-161-1/+4
| | | | | | | | Store scons side by side with the other build systems. v2: cleanup after a failed rebase Signed-off-by: Emil Velikov <[email protected]>
* haiku: add swrast driverAlexander von Gluck IV2013-11-131-0/+3
| | | | | | | | * This is pretty small and upkeep should be minimal. * Currently fully working. * Cannidate for 10.0.0 branch Acked-by: Brian Paul <[email protected]>
* dri: Merge drisw_util.c into dri_util.cEric Anholt2013-10-101-1/+1
| | | | | | | | | | | | The only important difference was not calling drmGetVersion, and making the swrast extension vtable. That doesn't justify duplicating the other 330 lines of code. v2: fix the scons build (code by Emil Velikov) v3: fix scons build with swrast-only (code by Emil Velikov) v4: Drop the new define I added, when we already have __NOT_HAVE_DRM_H. Signed-off-by: Emil Velikov <[email protected]>
* scons: Update for xmlpool/options.h generation.José Fonseca2013-01-121-0/+3
|
* scons: Build xlib swrast too.José Fonseca2012-10-261-0/+3
| | | | Helpful for debugging.
* scons: Build classic mesa gdi driver.José Fonseca2011-04-231-0/+5
| | | | | | Build as scons platform=windows mesagdi
* scons: Build osmesa.José Fonseca2011-04-231-0/+1
Just type scons osmesa