Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |