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
/
main
/
Makefile.win
Age
Commit message (
Expand
)
Author
2004-04-27
updated other makefiles
Brian Paul
2003-04-17
Added arbprogram.c to Makefiles.
Brian Paul
2003-03-29
Basic infrastructure for GL_ARB_vertex_buffer_object.
Brian Paul
2003-03-25
histogram code move, remove s_histogram.[ch] from Makefiles
Brian Paul
2003-03-01
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-01-14
First batch of code for GL_NV_fragment_program.
Brian Paul
2002-10-25
remove all.h, mem.h, mem.c
Brian Paul
2002-10-15
removed highpc.c and lowpc.c
Brian Paul
2002-09-27
new texture compression infrastructure
Brian Paul
2002-06-13
New _mesa_debug() function to replace fprintf() calls.
Brian Paul
2002-04-09
Update filelist to reflect two removed source files.
Karl Schultz
2002-02-02
removed references to removed source files
Brian Paul
2002-01-15
Correct typo (vpstate.c) so that makefile works.
Karl Schultz
2002-01-14
oops, missed vpstate.c
Brian Paul
2002-01-14
added vertex program sources
Brian Paul
2001-10-15
Fix comments.
Karl Schultz
2001-10-04
Need to define MESA_DEBUG in debug builds. Otherwise, NDEBUG gets
Karl Schultz
2001-09-25
Fix up Windows makefiles so that the debug build leaves debugger info
Karl Schultz
2001-09-21
Make osmesa a DLL instead of a static lib (Windows). This is more
Karl Schultz
2001-09-18
clean up makefiles some more for Windows
Karl Schultz
2001-09-18
remove carriage return chars
Karl Schultz
2001-09-14
Win32 updates (Karl Schultz)
Brian Paul
2001-08-13
removed ss_interp.c
Brian Paul
2001-06-18
Consolidated source files. Since the re-org a number of source files
Brian Paul
2001-05-07
Initial new Win32 build support. More to come.
Gareth Hughes