summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
AgeCommit message (Expand)Author
2008-06-05mesa: Makefile commentBrian Paul
2008-05-07Never fail `make clean'Dan Nicholson
2008-05-07Run `make clean' in drivers/xorg, tooDan Nicholson
2008-05-07Refactor installation targetsDan Nicholson
2008-05-07Ensure recursive makes always propagate errorsDan Nicholson
2008-05-06Prevent makedepend from running multiple timesDan Nicholson
2008-05-06Error consistently when running recursive makeDan Nicholson
2008-04-23glcore: build from mesaGeorge Sapountzis
2008-03-10Move make install logic for libGL back into src/mesa/Makefile.Kristian Høgsberg
2008-03-08Move libGL install target to the libGL Makefile.Kristian Høgsberg
2008-02-25autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings.Kristian Høgsberg
2008-02-18Update for llvm -> gallivm rename.José Fonseca
2008-02-18Code reorganization: split gallium and mesa makefiles.José Fonseca
2008-02-15Code reorganization: s/aux/auxiliary/ -- update build.José Fonseca
2008-02-15Code reorganization: update build.José Fonseca
2008-01-31Fix using "ccache ppu-gcc" for CC and fix parallel buildsIan Romanick
2008-01-23Specify linker instead of letting mklib use gccIan Romanick
2008-01-11Allow osmesa to be enabled or disabledDan Nicholson
2008-01-04llvm: we need custom rules so had to redo the build a little bitZack Rusin
2007-12-11Port i965 driver to Gallium3D.Zack Rusin
2007-12-05Add dependency checking for Cell driver sources.Brian
2007-12-03added missing quote charBrian
2007-12-02Initial Cell driver infrastructure.Brian
2007-10-25use grep -qBrian
2007-10-25simplify/fix the ASM_FLAGS tests (bug 12931)Brian
2007-10-25LLVM requires linking with the C++ compiler.Michel Dänzer
2007-10-24don't build x86, x86-64 dirs if not neededBrian
2007-10-24Cleanup some of the debugging output codeZack Rusin
2007-10-24Execution engine is a singleton, for now keep it in the pipe.Zack Rusin
2007-10-24Initial stab at LLVM integration.Zack Rusin
2007-09-28add support for LDFLAGS env varDan Nicholson
2007-09-12pkg-config supportDan Nicholson
2007-09-12DESTDIR support.Dan Nicholson
2007-08-08Hook up i915simple. Doesn't compile.Keith Whitwell
2007-08-03Workaround wierd oops on gutsy when building mesa.Keith Whitwell
2007-08-02Fix make recursion.Keith Whitwell
2007-08-01Checkpoint: glClear changes - working, bug very rough.Brian
2007-06-12fix make clean commands so missing subdirs don't cause infinite loopsBrian
2007-04-17omit the glide/svga sources from stand-alone libGL (anyone using them?)Brian
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-11-30the following improvements to linux-fbdev:Sean D'Epagnier
2006-10-30better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell
2006-10-19New bin/minstall script - a minimal replacement for 'install'.Brian Paul
2006-10-18Changed install filenames to libGL* and libOSMesa* so things work on DarwinBrian Paul
2006-10-15check if files exist before installing (Thierry Reding)Brian Paul
2006-08-21move ALL_SOURCES to sources fileBrian Paul
2006-08-21remove FBDEV_DRIVER_OBJECTS assignment (in sources file)Brian Paul
2006-08-19Removed ifeq from makefile, and corrected fbdev driver so it compilesSean D'Epagnier
2006-08-18Fix-ups for linux-fbdev config. No longer build Xlib driver sources.Brian Paul
2006-08-18The driver now compiles correctly without any x headers or libraries installedSean D'Epagnier