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
/
compiler.h
Age
Commit message (
Expand
)
Author
2010-05-31
Always define int32_t in compiler headers.
Chia-I Wu
2010-05-11
mesa: Optimize get.c by using a table-driven approach
Kristian Høgsberg
2010-03-03
Fix unmatched parenthesis introduce by previous commits
Ian Romanick
2010-03-03
Remove support for GCC older than 3.3.0
Ian Romanick
2010-01-20
mesa: replace questionable CPU_TO_LE32 macro with function
Brian Paul
2010-01-19
Sun compilers now support some gcc __attribute__ values
Alan Coopersmith
2009-12-16
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Ian Romanick
2009-12-16
mesa: test for __blrts for CPU_TO_LE32()
Brian Paul
2009-11-30
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Ian Romanick
2009-11-19
mesa: define 32bit byteswap for AIX.
Tom Fogal
2009-09-24
mesa: Fix missing finite symbol error on Windows.
José Fonseca
2009-07-27
mesa: separate some finite/pragma Watcom stuff
Brian Paul
2009-06-18
mesa: protect Elements against multiple definitions
Keith Whitwell
2009-03-31
Updated CPU_TO_LE32 to work on darwin
Jeremy Huddleston
2009-02-22
mesa: move a bunch of compiler-related stuff into new compiler.h header
Brian Paul