Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scons: Update for xmlpool/options.h generation. | José Fonseca | 2013-01-12 | 1 | -0/+1 |
| | |||||
* | gallium/dri: Remove references to vblank. | José Fonseca | 2011-11-02 | 1 | -6/+0 |
| | |||||
* | scons: Expose pkg-config in a simpler manner. | José Fonseca | 2011-06-30 | 1 | -1/+1 |
| | |||||
* | Remove talloc from the SCons build system. | Kenneth Graunke | 2011-01-31 | 1 | -1/+0 |
| | |||||
* | scons: Detabify | Jakob Bornecrantz | 2010-11-05 | 1 | -38/+38 |
| | | | | Drivers scons files for a later time | ||||
* | scons: Revamp how to specify targets to build. | José Fonseca | 2010-11-01 | 1 | -29/+3 |
| | | | | | | | | | | | | | | | | | | | | | | Use scons target and dependency system instead of ad-hoc options. Now is simply a matter of naming what to build. For example: scons libgl-xlib scons libgl-gdi scons graw-progs scons llvmpipe and so on. And there is also the possibility of scepcified subdirs, e.g. scons src/gallium/drivers If nothing is specified then everything will be build. There might be some rough corners over the next days. Please bare with me. | ||||
* | scons: Link against talloc in the Gallium DRI drivers | Jakob Bornecrantz | 2010-09-20 | 1 | -0/+1 |
| | |||||
* | gallium: Fix scons build | Jakob Bornecrantz | 2010-06-24 | 1 | -0/+1 |
| | |||||
* | r600g: Integrate into build | Jakob Bornecrantz | 2010-05-27 | 1 | -0/+5 |
| | | | | Signed-off-by: Jakob Bornecrantz <[email protected]> | ||||
* | glapi: Move to src/mapi/. | Chia-I Wu | 2010-05-07 | 1 | -0/+1 |
| | | | | Move glapi to src/mapi/{glapi,es1api,es2api}. | ||||
* | scons: Link expat in dri builds. | Vinson Lee | 2010-04-05 | 1 | -0/+4 |
| | | | | | Fixes this i915g error. i915_dri.so: undefined symbol: XML_ParserCreate | ||||
* | swrastg: Build with scons | Jakob Bornecrantz | 2010-03-26 | 1 | -0/+17 |
| | |||||
* | gallium: Fix DRI driver build warnings under scons | Jakob Bornecrantz | 2010-03-26 | 1 | -0/+79 |
When building more then one dri driver we would get warnings because we where defining the same build target multiple times. Also move all the dri scons targets related code into its own file. |