summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Use separate $(MINSTALL) for installing librariesDan Nicholson2009-06-011-2/+2
* Use variable library name in pkg-config output.Tom Fogal2009-04-291-1/+2
* mesa: use @ to silence some Makefile outputBrian Paul2009-03-071-1/+1
* mesa: build/use libmesagallium.a for gallium buildsBrian Paul2009-02-091-1/+2
* mesa: added new linux-gallium and linux-gallium-debug configsBrian Paul2009-02-091-0/+4
* mesa: remove redudant lines for libglapi.aBrian Paul2009-01-021-5/+1
* mesa: remove redundant Makefile linesBrian Paul2008-12-161-3/+1
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-151-4/+21
|\
| * Add OSMesa pkg-config fileDan Nicholson2008-12-141-3/+17
| * Add more package metadata to the pkg-config filesDan Nicholson2008-12-141-1/+4
* | mesa: use sources.mak -- need to figure out how to support non-gallium builds...Keith Whitwell2008-09-111-1/+1
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-1/+10
|\ \ | |/ |/|
| * mesa: Rename sources to sources.mak.José Fonseca2008-08-121-1/+1
| * Don't make libmesa.a or libglapi.a depend on asm_subdirsBrian Paul2008-06-231-2/+2
| * Ensure all objects are built when installing DRIDan Nicholson2008-06-231-1/+1
| * mesa: Fix libglapi.a build for driJakob Bornecrantz2008-06-131-2/+2
| * gallium: another attempt at fixing libglapi.a compilation for DRI buildsBrian Paul2008-06-131-6/+5
| * gallium: work-around glapi.c build problem for dri configsBrian Paul2008-06-101-4/+12
| * add some missing rule dependenciesBrian Paul2008-06-101-3/+3
| * s/SOLO/MESA/Brian Paul2008-06-091-2/+2
| * mesa: sync up with latest Makefile changes on masterBrian Paul2008-06-061-79/+67
| * sync up with Makefile changes on masterBrian Paul2008-06-051-20/+42
| * Move construction of libOSMesa.so into src/mesa/drivers/osmesa/MakefileBrian Paul2008-06-051-28/+4
| * mesa: always build libglapi.a, updated subdir, gl.pc rule code from masterBrian Paul2008-06-051-6/+16
| * mesa: Makefile commentBrian Paul2008-06-051-0/+1
| * Update for llvm -> gallivm rename.José Fonseca2008-02-181-2/+2
| * Code reorganization: split gallium and mesa makefiles.José Fonseca2008-02-181-67/+7
| * Code reorganization: s/aux/auxiliary/ -- update build.José Fonseca2008-02-151-1/+1
| * Code reorganization: update build.José Fonseca2008-02-151-9/+7
| * Fix using "ccache ppu-gcc" for CC and fix parallel buildsIan Romanick2008-01-311-4/+5
| * Specify linker instead of letting mklib use gccIan Romanick2008-01-231-0/+3
| * llvm: we need custom rules so had to redo the build a little bitZack Rusin2008-01-041-4/+7
| * Port i965 driver to Gallium3D.Zack Rusin2007-12-111-3/+5
| * Add dependency checking for Cell driver sources.Brian2007-12-051-2/+3
| * Initial Cell driver infrastructure.Brian2007-12-021-2/+7
| * LLVM requires linking with the C++ compiler.Michel Dänzer2007-10-251-5/+5
| * Cleanup some of the debugging output codeZack Rusin2007-10-241-1/+1
| * Execution engine is a singleton, for now keep it in the pipe.Zack Rusin2007-10-241-3/+3
| * Initial stab at LLVM integration.Zack Rusin2007-10-241-2/+2
| * Hook up i915simple. Doesn't compile.Keith Whitwell2007-08-081-2/+2
| * Workaround wierd oops on gutsy when building mesa.Keith Whitwell2007-08-031-1/+2
| * Fix make recursion.Keith Whitwell2007-08-021-1/+2
| * Checkpoint: glClear changes - working, bug very rough.Brian2007-08-011-3/+6
* | Fixed 'make install' for darwinJeremy Huddleston2008-08-121-2/+2
* | Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-121-2/+2
* | Remove generated pkg-config files on `make clean'Dan Nicholson2008-07-111-0/+1
* | Set library and header installation directories from configurationDan Nicholson2008-07-061-9/+10
* | Ensure all objects are built when installing DRIDan Nicholson2008-06-221-1/+1
* | Don't make libmesa.a or libglapi.a depend on asm_subdirsDan Nicholson2008-06-221-2/+2
* | No more drivers/xorgDan Nicholson2008-06-151-1/+0