Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glx: Don't enclose includes inside `extern "C" { }`. | Jose Fonseca | 2016-04-26 | 1 | -2/+0 |
| | | | | | | | | | Ran `make check` inside src/glx to verify everything compiles and links correctly. https://bugs.freedesktop.org/show_bug.cgi?id=95158 Reviewed-by: Brian Paul <[email protected]> | ||||
* | glx/tests: Fix signed/unsigned comparison warnings. | Paul Berry | 2012-06-20 | 1 | -20/+20 |
| | |||||
* | glx: Move tests from tests/glx to src/glx/tests | Ian Romanick | 2012-06-13 | 1 | -0/+723 |
This matches the organization of other unit tests in Mesa. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Brian Paul <[email protected]> |