index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
Makefile
Age
Commit message (
Expand
)
Author
2007-12-05
Add dependency checking for Cell driver sources.
Brian
2007-12-02
Initial Cell driver infrastructure.
Brian
2007-10-25
LLVM requires linking with the C++ compiler.
Michel Dänzer
2007-10-24
Cleanup some of the debugging output code
Zack Rusin
2007-10-24
Execution engine is a singleton, for now keep it in the pipe.
Zack Rusin
2007-10-24
Initial stab at LLVM integration.
Zack Rusin
2007-08-08
Hook up i915simple. Doesn't compile.
Keith Whitwell
2007-08-03
Workaround wierd oops on gutsy when building mesa.
Keith Whitwell
2007-08-02
Fix make recursion.
Keith Whitwell
2007-08-01
Checkpoint: glClear changes - working, bug very rough.
Brian
2007-06-12
fix make clean commands so missing subdirs don't cause infinite loops
Brian
2007-04-17
omit the glide/svga sources from stand-alone libGL (anyone using them?)
Brian
2007-01-16
Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...
Keith Whitwell
2006-11-30
the following improvements to linux-fbdev:
Sean D'Epagnier
2006-10-30
better handling of current attributes. Trivial dlist and varray tests work
Keith Whitwell
2006-10-19
New bin/minstall script - a minimal replacement for 'install'.
Brian Paul
2006-10-18
Changed install filenames to libGL* and libOSMesa* so things work on Darwin
Brian Paul
2006-10-15
check if files exist before installing (Thierry Reding)
Brian Paul
2006-08-21
move ALL_SOURCES to sources file
Brian Paul
2006-08-21
remove FBDEV_DRIVER_OBJECTS assignment (in sources file)
Brian Paul
2006-08-19
Removed ifeq from makefile, and corrected fbdev driver so it compiles
Sean D'Epagnier
2006-08-18
Fix-ups for linux-fbdev config. No longer build Xlib driver sources.
Brian Paul
2006-08-18
The driver now compiles correctly without any x headers or libraries installed
Sean D'Epagnier
2006-07-13
LIB_DIR is now just 'lib' or 'lib64'
Brian Paul
2006-06-26
Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.
Brian Paul
2006-06-22
New 'install' targets in makefile. See bug 2372.
Brian Paul
2005-09-14
remove rm -f line
Brian Paul
2005-09-11
fix dri drivers build
Dave Airlie
2005-09-10
Clean-up of sources/Makefile, bug 4111
Brian Paul
2005-09-06
Use mklib script instead of ar. Make libmesa.a instead of mesa.a
Brian Paul
2005-07-26
Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' will
Ian Romanick
2005-07-25
Added -linker option to mklib, used to specify a particular program for
Brian Paul
2005-06-09
Store compiled vertex program representations in a pointer in the
Keith Whitwell
2005-05-07
x86-64 transform optimizations (Mikko T.)
Brian Paul
2005-04-15
added SLANG_SOURCES to SOLO_C_SOURCES
Brian Paul
2005-02-23
Put quotes around $(CC) and $(CXX) so that 'CC=cache gcc' will work.
Ian Romanick
2005-01-18
change .cc suffix to .cpp
Michal Krol
2005-01-17
added rule for compiling C++ sources
Brian Paul
2005-01-11
Put quotes around the CC and CXX variables passed to mklib. This make
Ian Romanick
2005-01-07
Make clean in the x86 directory.
Keith Whitwell
2005-01-04
directfb changes (Claudio Ciccani)
Brian Paul
2004-12-08
Improve the behaviour of the build system wrt depend files.
Keith Whitwell
2004-11-27
use @ to silence some unneeded output
Brian Paul
2004-11-26
added X11 and OSMESA source to ALL_SOURCES, updated etags command
Brian Paul
2004-10-04
make clean should remove depend.bak too (Sérgio Moneiro Basto)
Brian Paul
2004-08-16
whitespace clean-up, new 'clean' commands
Brian Paul
2004-08-14
Move BeOS build into main Makefiles chain.
Philippe Houdoin
2004-06-25
Make sure mklib sees the definition of CC and CXX. Make mklib respect
Ian Romanick
2004-06-01
Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE
Eric Anholt
2004-04-18
added missing SHADER_SOURCES to ALL_SOURCES
Brian Paul
[next]