summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | add some missing rule dependenciesBrian Paul2008-06-101-3/+3
* | s/SOLO/MESA/Brian Paul2008-06-091-2/+2
* | s/subdirs/asm_subdirs/Brian Paul2008-06-061-3/+3
* | move the install rulesBrian Paul2008-06-061-20/+20
* | remove stray semicolonBrian Paul2008-06-061-1/+1
* | move a beos-ism down into drivers/beos/MakefileBrian Paul2008-06-061-3/+0
* | Remove the old, complicated default build rule; use the new driver_subdirs ruleBrian Paul2008-06-061-66/+13
* | remove more old stuff, insert new driver_subdir build rules (but not enabled ...Brian Paul2008-06-061-18/+32
* | move directfb-libgl into drivers/directfb/MakefileBrian Paul2008-06-061-6/+0
* | Move fbdev driver construction into src/mesa/drivers/fbdev/MakefileBrian Paul2008-06-051-12/+7
* | reorder some lines, more make clean cmdsBrian Paul2008-06-051-15/+16
* | Move building of stand-alone Mesa into drivers/x11/MakefileBrian Paul2008-06-051-39/+31
* | Move construction of libOSMesa.so into src/mesa/drivers/osmesa/MakefileBrian Paul2008-06-051-27/+10
* | Never fail `make clean'Dan Nicholson2008-05-071-4/+4
* | Run `make clean' in drivers/xorg, tooDan Nicholson2008-05-071-0/+1
* | Refactor installation targetsDan Nicholson2008-05-071-19/+26
* | Ensure recursive makes always propagate errorsDan Nicholson2008-05-071-6/+6
* | Prevent makedepend from running multiple timesDan Nicholson2008-05-061-1/+1
* | Error consistently when running recursive makeDan Nicholson2008-05-061-7/+7
* | glcore: build from mesaGeorge Sapountzis2008-04-231-2/+4
* | Move make install logic for libGL back into src/mesa/Makefile.Kristian Høgsberg2008-03-101-2/+22
* | Move libGL install target to the libGL Makefile.Kristian Høgsberg2008-03-081-15/+1
* | autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings.Kristian Høgsberg2008-02-251-1/+1
* | Allow osmesa to be enabled or disabledDan Nicholson2008-01-111-17/+17
* | added missing quote charBrian2007-12-031-1/+1
* | use grep -qBrian2007-10-251-2/+2
* | simplify/fix the ASM_FLAGS tests (bug 12931)Brian2007-10-251-2/+2
* | don't build x86, x86-64 dirs if not neededBrian2007-10-241-2/+7
* | add support for LDFLAGS env varDan Nicholson2007-09-281-5/+5