Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: remove support for GCC older than 3.3.0 | Timothy Arceri | 2014-12-17 | 1 | -2/+1 |
| | | | | | | | | | GCC >=3.3 has been required since 9aa3aa71386394725ce88df463d6183f62777ee5 Signed-off-by: Timothy Arceri <[email protected]> Reviewed-By: Jose Fonseca <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Matt Turner <[email protected]> | ||||
* | mesa: fixes for MSVC 2013 | Scott Graham | 2013-10-22 | 1 | -1/+2 |
| | | | | | Cc: "9.2" <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | gallium: Provide alternative stdint.h and stdbool.h C99 headers, instead of ↵ | José Fonseca | 2010-01-10 | 1 | -0/+46 |
ad-hoc definitions. Everybody is using the C99's integer types. Everybody except Microsoft, which in turns means everybody is including their own definitions of C99 integer types for MSVC, causing duplicate definitions when linking two projects. This is the case of building Gallium and LLVM with MSVC. Shipping alternative stdint.h and stdbool.h headers for MSVC allows us to share a single definition. It also removes clutter from the Gallium headers. |