summaryrefslogtreecommitdiff
path: root/src/mesa/main/compiler.h
AgeCommit message (Collapse)Author
2009-12-16mesa: test for __blrts for CPU_TO_LE32()Brian Paul
See bug 25663.
2009-11-19mesa: define 32bit byteswap for AIX.Tom Fogal
Fixes `xlib' driver build on AIX. Signed-off-by: Brian Paul <brianp@vmware.com>
2009-07-27mesa: separate some finite/pragma Watcom stuffBrian Paul
2009-06-18mesa: protect Elements against multiple definitionsKeith Whitwell
Mesa and gallium both have a definition of this macro
2009-03-31Updated CPU_TO_LE32 to work on darwinJeremy Huddleston
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul
This trims down and cleans up imports.h and glheader.h quite a bit.