Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-01 | glsl: Use M_LOG2E constant instead of calling log2 | Ian Romanick | |
2010-09-06 | mesa: Define C99's __func__ macro on MSVC. | José Fonseca | |
2010-09-01 | mesa: Add __printf__ attribute to printf-like functions to get warnings. | Eric Anholt | |
2010-05-31 | Always define int32_t in compiler headers. | Chia-I Wu | |
eglplatform.h no longer defines int32_t. | |||
2010-05-11 | mesa: Optimize get.c by using a table-driven approach | Kristian Høgsberg | |
2010-03-03 | Fix unmatched parenthesis introduce by previous commits | Ian Romanick | |
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 <ian.d.romanick@intel.com> | |||
2010-03-03 | Remove support for GCC older than 3.3.0 | Ian Romanick | |
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2010-01-20 | mesa: replace questionable CPU_TO_LE32 macro with function | Brian Paul | |
2010-01-19 | Sun compilers now support some gcc __attribute__ values | Alan Coopersmith | |
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 <alan.coopersmith@sun.com> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2009-12-16 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick | |
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 | |||
2009-12-16 | mesa: test for __blrts for CPU_TO_LE32() | Brian Paul | |
See bug 25663. | |||
2009-11-30 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick | |
Conflicts: progs/util/shaderutil.c src/mesa/drivers/dri/r600/r600_context.c src/mesa/main/version.h | |||
2009-11-19 | mesa: define 32bit byteswap for AIX. | Tom Fogal | |
Fixes `xlib' driver build on AIX. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2009-09-24 | mesa: Fix missing finite symbol error on Windows. | José Fonseca | |
Caused by some weird logic regarding the __WIN32__ define which made the finite definition dependent on the header include order. | |||
2009-07-27 | mesa: separate some finite/pragma Watcom stuff | Brian Paul | |
2009-06-18 | mesa: protect Elements against multiple definitions | Keith Whitwell | |
Mesa and gallium both have a definition of this macro | |||
2009-03-31 | Updated CPU_TO_LE32 to work on darwin | Jeremy Huddleston | |
2009-02-22 | mesa: move a bunch of compiler-related stuff into new compiler.h header | Brian Paul | |
This trims down and cleans up imports.h and glheader.h quite a bit. |