aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/graw-xlib
Commit message (Collapse)AuthorAgeFilesLines
* graw-xlib: Remove duplicate graw.h file.José Fonseca2010-05-062-37/+1
|
* graw-xlib: Revert the output dir lib change.José Fonseca2010-05-051-1/+3
|
* tests/raw: Get it building with scons.José Fonseca2010-05-051-3/+3
|
* scons: Always build softpipe and llvmpipe (when llvm available).José Fonseca2010-04-111-6/+2
| | | | | | | | | | These are our reference software rasterizers. They can build everywhere and are a precious debugging tool. Making them always present immensily simplifies the scons logic. If people want to avoid building it is still possible to pass direcotries and target names to scons to narrow the build.
* scons: Make LLVM a black-white dependency.José Fonseca2010-04-111-5/+3
| | | | | | | Now that draw depends on llvm it is very difficult to correctly handle broken llvm installations. Either the user requests LLVM and it needs to supply a working installation. Or it doesn't, and it gets no LLVM accelerate pipe drivers.
* gallium: new raw gallium interface to support standalone testsKeith Whitwell2010-03-283-0/+274
Provides basic window system integration behind a simple interface, allowing tests to be written without dependency on either the driver or window system. With a lot of work, could turn into something like glut for gallium.