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
/
vf
Age
Commit message (
Expand
)
Author
2010-08-13
mesa: Clean up header file inclusion in vf.h.
Vinson Lee
2010-07-30
mesa: Include macros.h in files that use symbols from macros.h.
Vinson Lee
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2010-02-19
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2009-12-22
mesa: Remove _mesa_exit wrapper for exit().
Eric Anholt
2008-07-24
mesa: Prefix main includes with dir to avoid conflicts.
José Fonseca
2008-03-19
set outputs_safe to 0 as it's possible for the code generation
Alan Hourihane
2007-11-09
remove duplicate init func
Alan Hourihane
2007-08-15
Remove mesa include directories, be stricter about include paths.
Keith Whitwell
2007-08-01
Build libsoftpipe.a
Keith Whitwell
2007-07-24
Add VF_ATTRIB_VAR0..7 for varying variables.
Brian
2007-05-24
Add the vf module.
Keith Whitwell