Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Use M_LOG2E constant instead of calling log2 | Ian Romanick | 2010-12-01 | 1 | -0/+4 |
| | |||||
* | mesa: Define C99's __func__ macro on MSVC. | José Fonseca | 2010-09-06 | 1 | -0/+12 |
| | |||||
* | mesa: Add __printf__ attribute to printf-like functions to get warnings. | Eric Anholt | 2010-09-01 | 1 | -0/+5 |
| | |||||
* | Always define int32_t in compiler headers. | Chia-I Wu | 2010-05-31 | 1 | -3/+1 |
| | | | | eglplatform.h no longer defines int32_t. | ||||
* | mesa: Optimize get.c by using a table-driven approach | Kristian Høgsberg | 2010-05-11 | 1 | -0/+7 |
| | |||||
* | Fix unmatched parenthesis introduce by previous commits | Ian Romanick | 2010-03-03 | 1 | -1/+1 |
| | | | | | | | | I wasn't careful enough when removing support for GCC versions earlier than 3.3.0. I could have sworn that I compile tested before pushing, but apparently not. FAIL. Signed-off-by: Ian Romanick <[email protected]> | ||||
* | Remove support for GCC older than 3.3.0 | Ian Romanick | 2010-03-03 | 1 | -6/+4 |
| | | | | Signed-off-by: Ian Romanick <[email protected]> | ||||
* | mesa: replace questionable CPU_TO_LE32 macro with function | Brian Paul | 2010-01-20 | 1 | -6/+9 |
| | |||||
* | Sun compilers now support some gcc __attribute__ values | Alan Coopersmith | 2010-01-19 | 1 | -1/+2 |
| | | | | | | | | | | | Sun cc 5.9 and later (__SUNPRO_C >= 0x590) support __attribute__ calls for aligned, always_inline, noinline, pure, const, and malloc. This commit includes updates to files that were regenerated by gl_XML.py after adding the __SUNPRO_C checks to it Signed-off-by: Alan Coopersmith <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick | 2009-12-16 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/unichrome/via_ioctl.c src/mesa/drivers/dri/unichrome/via_screen.c src/mesa/main/version.h src/mesa/state_tracker/st_atom.c | ||||
| * | mesa: test for __blrts for CPU_TO_LE32() | Brian Paul | 2009-12-16 | 1 | -1/+1 |
| | | | | | | | | See bug 25663. | ||||
* | | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick | 2009-11-30 | 1 | -1/+6 |
|\| | | | | | | | | | | | | | Conflicts: progs/util/shaderutil.c src/mesa/drivers/dri/r600/r600_context.c src/mesa/main/version.h | ||||
| * | mesa: define 32bit byteswap for AIX. | Tom Fogal | 2009-11-19 | 1 | -1/+6 |
| | | | | | | | | | | | | Fixes `xlib' driver build on AIX. Signed-off-by: Brian Paul <[email protected]> | ||||
* | | mesa: Fix missing finite symbol error on Windows. | José Fonseca | 2009-09-24 | 1 | -2/+1 |
|/ | | | | | Caused by some weird logic regarding the __WIN32__ define which made the finite definition dependent on the header include order. | ||||
* | mesa: separate some finite/pragma Watcom stuff | Brian Paul | 2009-07-27 | 1 | -3/+5 |
| | |||||
* | mesa: protect Elements against multiple definitions | Keith Whitwell | 2009-06-18 | 1 | -2/+2 |
| | | | | Mesa and gallium both have a definition of this macro | ||||
* | Updated CPU_TO_LE32 to work on darwin | Jeremy Huddleston | 2009-03-31 | 1 | -1/+4 |
| | |||||
* | mesa: move a bunch of compiler-related stuff into new compiler.h header | Brian Paul | 2009-02-22 | 1 | -0/+479 |
This trims down and cleans up imports.h and glheader.h quite a bit. |