summaryrefslogtreecommitdiff
path: root/src/mesa/main/compiler.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-06mesa: add arm64 supportFabio Pedretti1-1/+1
2013-11-06mesa: Add unreachable() macro.Matt Turner1-0/+15
2013-11-04mesa: remove __alpha__ && CCPML checkBrian Paul1-4/+0
2013-11-04mesa: remove OPENSTEP stuffBrian Paul1-1/+1
2013-11-04mesa: remove Watcom C supportBrian Paul1-35/+0
2013-11-04mesa: remove BUILD_FOR_SNAP bitsBrian Paul1-6/+4
2013-10-29mesa: Define introspection macro to determine whether a type is trivially des...Francisco Jerez1-1/+23
2013-09-23mesa: Shrink the size of the enum string lookup struct.Eric Anholt1-0/+9
2013-06-17mesa: Fix ieee fp on AlphaSven Joachim1-1/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-04Avoid spurious GCC warnings in STATIC_ASSERT() macro.Paul Berry1-1/+1
2013-03-19mesa: use ieee fp on s390 and m68kAndreas Boll1-1/+2
2013-03-12mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.José Fonseca1-51/+5
2012-11-16Remove OpenVMS supportMatt Turner1-4/+2
2012-09-05Use the correct macro _WIN32 for Windows.Vinson Lee1-3/+3
2012-09-05mesa: remove now unused CONST macroBrian Paul1-11/+0
2012-08-29mesa: Define CPU_TO_LE32 to work on OpenBSDMartin Pieuchot1-0/+3
2012-05-18mesa: Remove undefinition of _P symbol.Vinson Lee1-6/+0
2011-11-30mesa: add STATIC_ASSERT() macro for compile-time assertionsBrian Paul1-0/+12
2011-10-24Only use gcc visibility support with gcc4+.Tom Fogal1-1/+1
2011-09-08Define INLINE macro in terms of inline.José Fonseca1-15/+16
2011-08-16mesa: Remove use of fpu_control.hChad Versace1-3/+0
2011-08-04mesa: Remove MSVC stdint typedefs from compiler.h.Vinson Lee1-23/+1
2011-07-22mesa: Add an ifndef guard around the definition of the INLINE macroPaul Berry1-20/+22
2011-05-06mesa: add precision to M_PI constantMatt Turner1-1/+1
2011-05-06mesa: replace ONE_DIV_LN2 constant with M_LOG2EMatt Turner1-4/+0
2011-03-25mesa: Avoid redefining PUBLIC/USE/likely/unlikely macros.José Fonseca1-13/+17
2010-12-01glsl: Use M_LOG2E constant instead of calling log2Ian Romanick1-0/+4
2010-09-06mesa: Define C99's __func__ macro on MSVC.José Fonseca1-0/+12
2010-09-01mesa: Add __printf__ attribute to printf-like functions to get warnings.Eric Anholt1-0/+5
2010-05-31Always define int32_t in compiler headers.Chia-I Wu1-3/+1
2010-05-11mesa: Optimize get.c by using a table-driven approachKristian Høgsberg1-0/+7
2010-03-03Fix unmatched parenthesis introduce by previous commitsIan Romanick1-1/+1
2010-03-03Remove support for GCC older than 3.3.0Ian Romanick1-6/+4
2010-01-20mesa: replace questionable CPU_TO_LE32 macro with functionBrian Paul1-6/+9
2010-01-19Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith1-1/+2
2009-12-16Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick1-1/+1
2009-12-16mesa: test for __blrts for CPU_TO_LE32()Brian Paul1-1/+1
2009-11-30Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick1-1/+6
2009-11-19mesa: define 32bit byteswap for AIX.Tom Fogal1-1/+6
2009-09-24mesa: Fix missing finite symbol error on Windows.José Fonseca1-2/+1
2009-07-27mesa: separate some finite/pragma Watcom stuffBrian Paul1-3/+5
2009-06-18mesa: protect Elements against multiple definitionsKeith Whitwell1-2/+2
2009-03-31Updated CPU_TO_LE32 to work on darwinJeremy Huddleston1-1/+4
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul1-0/+479