summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/compiler.h
Commit message (Expand)AuthorAgeFilesLines
* Remove Sun CC specific code.Jose Fonseca2015-12-021-14/+0
* main: remove __FUNCTION__ defined because it is obsoleteMarius Predut2015-04-211-5/+0
* mesa: remove MSVC warning pragmasBrian Paul2015-03-181-20/+0
* mesa: move LONGSTRING into generated enums.cBrian Paul2015-03-121-9/+0
* mesa: remove _ASMAPI, ASMAPIPBrian Paul2015-03-121-19/+0
* mesa: remove CPU_TO_LE32() for AIXBrian Paul2015-03-111-8/+0
* mesa: remove #define __volatileBrian Paul2015-03-111-3/+0
* mesa: consolidate PUBLIC macro definitionBrian Paul2015-03-041-20/+0
* mesa: remove the Elements() macro definitionBrian Paul2015-03-021-3/+0
* mesa: move finite macro to imports.hBrian Paul2015-02-281-8/+0
* mesa: remove _NORMAPI, _NORMAPIP macrosBrian Paul2015-02-281-7/+0
* mesa: move FLT_MAX_EXP to c99_math.hBrian Paul2015-02-281-4/+0
* mesa: move ONE_DIV_SQRT_LN2 to prog_statevars.cBrian Paul2015-02-281-4/+0
* mesa: remove unused uninitialized_var() macroBrian Paul2015-02-281-8/+0
* mesa: remove unused INLINE macro from compiler.hBrian Paul2015-02-261-7/+0
* mesa: don't include stdint.h in compiler.hBrian Paul2015-02-261-6/+0
* mesa: don't include math.h in compiler.hBrian Paul2015-02-261-1/+0
* mesa: trim down #includes in compiler.hBrian Paul2015-02-261-3/+0
* mesa: don't include limits.h in compiler.hBrian Paul2015-02-261-1/+0
* mesa: don't include float.h in compiler.hBrian Paul2015-02-261-1/+0
* mesa: only include ctype.h where it's usedBrian Paul2015-02-261-1/+0
* mesa: include stdarg.h only where it's usedBrian Paul2015-02-261-1/+0
* mesa: remove M_PI, M_E, M_LOG2E macro definitionsBrian Paul2015-02-261-13/+0
* mesa: Move START/END_FAST_MATH macros to their only use.Matt Turner2015-02-231-79/+0
* mesa: Remove definition of NULL.Matt Turner2015-02-231-4/+0
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-10/+0
* mesa: Remove CHECK macro.Matt Turner2015-02-231-6/+0
* mesa: Remove dead CAPI define.Matt Turner2015-02-231-5/+0
* mesa: remove support for GCC older than 4.1.0Timothy Arceri2014-12-171-1/+1
* Remove Bluegene/L wrappersEmil Velikov2014-09-271-1/+1
* mesa: Unifdef _WIN32_WCE.Matt Turner2014-09-241-2/+0
* mesa: s/INLINE/inline/Brian Paul2014-09-041-1/+1
* mesa: Drop USE_IEEE define.Matt Turner2014-08-071-18/+0
* util: Gather some common macrosJason Ekstrand2014-08-041-90/+2
* mesa: Make unreachable macro take a string argument.Matt Turner2014-07-011-3/+11
* mesa: Add uninitialized_vars macro from the Linux kernel.Matt Turner2014-05-221-0/+6
* mesa: add arm64 supportFabio Pedretti2013-11-061-1/+1
* mesa: Add unreachable() macro.Matt Turner2013-11-061-0/+15
* mesa: remove __alpha__ && CCPML checkBrian Paul2013-11-041-4/+0
* mesa: remove OPENSTEP stuffBrian Paul2013-11-041-1/+1
* mesa: remove Watcom C supportBrian Paul2013-11-041-35/+0
* mesa: remove BUILD_FOR_SNAP bitsBrian Paul2013-11-041-6/+4
* mesa: Define introspection macro to determine whether a type is trivially des...Francisco Jerez2013-10-291-1/+23
* mesa: Shrink the size of the enum string lookup struct.Eric Anholt2013-09-231-0/+9
* mesa: Fix ieee fp on AlphaSven Joachim2013-06-171-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* Avoid spurious GCC warnings in STATIC_ASSERT() macro.Paul Berry2013-04-041-1/+1