aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/sw/hgl/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* gallium/targets: Break haiku state_tracker out to own directoryAlexander von Gluck IV2014-08-281-1/+1
| | | | Ack'ed by Emil Velikov <[email protected]>
* haiku: Add first Haiku renderer (softpipe)Alexander von Gluck IV2013-10-041-1/+0
| | | | | * This shared library gets parsed by the system as a system "add-on"
* Haiku: Add Gallium winsys and target codeAlexander von Gluck IV2013-05-221-0/+25
* We generate a static library for Haiku Gallium targets as our port system combines the compiled rendering code into a modular ar for each module (for example, our port system combines llvm libsoftpipe.a libllvmpipe.a into a single ar for the Haiku build system. I'd like the Gallium hgl target scons build system to do this some day, however how is beyond me at the moment. This is a first step.