Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glx: Don't enclose includes inside `extern "C" { }`. | Jose Fonseca | 2016-04-26 | 1 | -0/+8 |
| | | | | | | | | | 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: Deliver an xlib style error to the application from an XCB error | Ian Romanick | 2011-12-23 | 1 | -0/+4 |
| | | | | Signed-off-by: Ian Romanick <[email protected]> | ||||
* | glx: Make parameter types for __glXSendError match protocol types | Ian Romanick | 2011-12-19 | 1 | -2/+4 |
| | | | | | | | Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Adam Jackson <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Cc: Jeremy Huddleston <[email protected]> | ||||
* | glx: Make __glXSendError available in non-Apple builds | Ian Romanick | 2011-12-19 | 1 | -0/+33 |
Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Adam Jackson <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Cc: Jeremy Huddleston <[email protected]> |