summaryrefslogtreecommitdiff
path: root/src/mesa/main/compiler.h
AgeCommit message (Expand)Author
2010-12-01glsl: Use M_LOG2E constant instead of calling log2Ian Romanick
2010-09-06mesa: Define C99's __func__ macro on MSVC.José Fonseca
2010-09-01mesa: Add __printf__ attribute to printf-like functions to get warnings.Eric Anholt
2010-05-31Always define int32_t in compiler headers.Chia-I Wu
2010-05-11mesa: Optimize get.c by using a table-driven approachKristian Høgsberg
2010-03-03Fix unmatched parenthesis introduce by previous commitsIan Romanick
2010-03-03Remove support for GCC older than 3.3.0Ian Romanick
2010-01-20mesa: replace questionable CPU_TO_LE32 macro with functionBrian Paul
2010-01-19Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith
2009-12-16Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-12-16mesa: test for __blrts for CPU_TO_LE32()Brian Paul
2009-11-30Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-11-19mesa: define 32bit byteswap for AIX.Tom Fogal
2009-09-24mesa: Fix missing finite symbol error on Windows.José Fonseca
2009-07-27mesa: separate some finite/pragma Watcom stuffBrian Paul
2009-06-18mesa: protect Elements against multiple definitionsKeith Whitwell
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