Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-20 | scons: Link against talloc in the Gallium DRI drivers | Jakob Bornecrantz | |
2010-06-24 | gallium: Fix scons build | Jakob Bornecrantz | |
2010-05-27 | r600g: Integrate into build | Jakob Bornecrantz | |
Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com> | |||
2010-05-07 | glapi: Move to src/mapi/. | Chia-I Wu | |
Move glapi to src/mapi/{glapi,es1api,es2api}. | |||
2010-04-05 | scons: Link expat in dri builds. | Vinson Lee | |
Fixes this i915g error. i915_dri.so: undefined symbol: XML_ParserCreate | |||
2010-03-26 | swrastg: Build with scons | Jakob Bornecrantz | |
2010-03-26 | gallium: Fix DRI driver build warnings under scons | Jakob Bornecrantz | |
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. |