summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
AgeCommit message (Expand)Author
2008-06-10gallium: work-around glapi.c build problem for dri configsBrian Paul
2008-06-10add some missing rule dependenciesBrian Paul
2008-06-09s/SOLO/MESA/Brian Paul
2008-06-06mesa: sync up with latest Makefile changes on masterBrian Paul
2008-06-05sync up with Makefile changes on masterBrian Paul
2008-06-05Move construction of libOSMesa.so into src/mesa/drivers/osmesa/MakefileBrian Paul
2008-06-05mesa: always build libglapi.a, updated subdir, gl.pc rule code from masterBrian Paul
2008-06-05mesa: Makefile commentBrian Paul
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-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-02Initial Cell driver infrastructure.Brian
2007-10-25LLVM requires linking with the C++ compiler.Michel Dänzer
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-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
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
2006-06-26Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.Brian Paul
2006-06-22New 'install' targets in makefile. See bug 2372.Brian Paul
2005-09-14remove rm -f lineBrian Paul
2005-09-11fix dri drivers buildDave Airlie
2005-09-10Clean-up of sources/Makefile, bug 4111Brian Paul
2005-09-06Use mklib script instead of ar. Make libmesa.a instead of mesa.aBrian Paul
2005-07-26Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' willIan Romanick
2005-07-25Added -linker option to mklib, used to specify a particular program forBrian Paul
2005-06-09Store compiled vertex program representations in a pointer in theKeith Whitwell
2005-05-07x86-64 transform optimizations (Mikko T.)Brian Paul