| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: silence mklib output for libglapi.c as for other targets | Brian Paul | 2010-02-18 | 1 | -1/+1 |
* | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-08 | 1 | -1/+1 |
|\ |
|
| * | mesa: Ensure libmesagallium.a is finished building before descending | Dan Nicholson | 2010-01-08 | 1 | -1/+1 |
* | | Merge branch 'master' into glsl-pp-rework-2 | Michal Krol | 2009-12-12 | 1 | -5/+1 |
|\| |
|
| * | glapi: Always build libglapi.a. | Chia-I Wu | 2009-10-23 | 1 | -5/+1 |
* | | mesa: added new libglslpp.a and libglslcl.a to libGL build | Brian Paul | 2009-12-10 | 1 | -5/+4 |
* | | Build mesa glsl with make. | michal | 2009-12-10 | 1 | -4/+11 |
|/ |
|
* | Use separate $(MINSTALL) for installing libraries | Dan Nicholson | 2009-06-01 | 1 | -2/+2 |
* | Use variable library name in pkg-config output. | Tom Fogal | 2009-04-29 | 1 | -1/+2 |
* | mesa: use @ to silence some Makefile output | Brian Paul | 2009-03-07 | 1 | -1/+1 |
* | mesa: build/use libmesagallium.a for gallium builds | Brian Paul | 2009-02-09 | 1 | -1/+2 |
* | mesa: added new linux-gallium and linux-gallium-debug configs | Brian Paul | 2009-02-09 | 1 | -0/+4 |
* | mesa: remove redudant lines for libglapi.a | Brian Paul | 2009-01-02 | 1 | -5/+1 |
* | mesa: remove redundant Makefile lines | Brian Paul | 2008-12-16 | 1 | -3/+1 |
* | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-12-15 | 1 | -4/+21 |
|\ |
|
| * | Add OSMesa pkg-config file | Dan Nicholson | 2008-12-14 | 1 | -3/+17 |
| * | Add more package metadata to the pkg-config files | Dan Nicholson | 2008-12-14 | 1 | -1/+4 |
* | | mesa: use sources.mak -- need to figure out how to support non-gallium builds... | Keith Whitwell | 2008-09-11 | 1 | -1/+1 |
* | | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -1/+10 |
|\ \
| |/
|/| |
|
| * | mesa: Rename sources to sources.mak. | José Fonseca | 2008-08-12 | 1 | -1/+1 |
| * | Don't make libmesa.a or libglapi.a depend on asm_subdirs | Brian Paul | 2008-06-23 | 1 | -2/+2 |
| * | Ensure all objects are built when installing DRI | Dan Nicholson | 2008-06-23 | 1 | -1/+1 |
| * | mesa: Fix libglapi.a build for dri | Jakob Bornecrantz | 2008-06-13 | 1 | -2/+2 |
| * | gallium: another attempt at fixing libglapi.a compilation for DRI builds | Brian Paul | 2008-06-13 | 1 | -6/+5 |
| * | gallium: work-around glapi.c build problem for dri configs | Brian Paul | 2008-06-10 | 1 | -4/+12 |
| * | add some missing rule dependencies | Brian Paul | 2008-06-10 | 1 | -3/+3 |
| * | s/SOLO/MESA/ | Brian Paul | 2008-06-09 | 1 | -2/+2 |
| * | mesa: sync up with latest Makefile changes on master | Brian Paul | 2008-06-06 | 1 | -79/+67 |
| * | sync up with Makefile changes on master | Brian Paul | 2008-06-05 | 1 | -20/+42 |
| * | Move construction of libOSMesa.so into src/mesa/drivers/osmesa/Makefile | Brian Paul | 2008-06-05 | 1 | -28/+4 |
| * | mesa: always build libglapi.a, updated subdir, gl.pc rule code from master | Brian Paul | 2008-06-05 | 1 | -6/+16 |
| * | mesa: Makefile comment | Brian Paul | 2008-06-05 | 1 | -0/+1 |
| * | Update for llvm -> gallivm rename. | José Fonseca | 2008-02-18 | 1 | -2/+2 |
| * | Code reorganization: split gallium and mesa makefiles. | José Fonseca | 2008-02-18 | 1 | -67/+7 |
| * | Code reorganization: s/aux/auxiliary/ -- update build. | José Fonseca | 2008-02-15 | 1 | -1/+1 |
| * | Code reorganization: update build. | José Fonseca | 2008-02-15 | 1 | -9/+7 |
| * | Fix using "ccache ppu-gcc" for CC and fix parallel builds | Ian Romanick | 2008-01-31 | 1 | -4/+5 |
| * | Specify linker instead of letting mklib use gcc | Ian Romanick | 2008-01-23 | 1 | -0/+3 |
| * | llvm: we need custom rules so had to redo the build a little bit | Zack Rusin | 2008-01-04 | 1 | -4/+7 |
| * | Port i965 driver to Gallium3D. | Zack Rusin | 2007-12-11 | 1 | -3/+5 |
| * | Add dependency checking for Cell driver sources. | Brian | 2007-12-05 | 1 | -2/+3 |
| * | Initial Cell driver infrastructure. | Brian | 2007-12-02 | 1 | -2/+7 |
| * | LLVM requires linking with the C++ compiler. | Michel Dänzer | 2007-10-25 | 1 | -5/+5 |
| * | Cleanup some of the debugging output code | Zack Rusin | 2007-10-24 | 1 | -1/+1 |
| * | Execution engine is a singleton, for now keep it in the pipe. | Zack Rusin | 2007-10-24 | 1 | -3/+3 |
| * | Initial stab at LLVM integration. | Zack Rusin | 2007-10-24 | 1 | -2/+2 |
| * | Hook up i915simple. Doesn't compile. | Keith Whitwell | 2007-08-08 | 1 | -2/+2 |
| * | Workaround wierd oops on gutsy when building mesa. | Keith Whitwell | 2007-08-03 | 1 | -1/+2 |
| * | Fix make recursion. | Keith Whitwell | 2007-08-02 | 1 | -1/+2 |
| * | Checkpoint: glClear changes - working, bug very rough. | Brian | 2007-08-01 | 1 | -3/+6 |