Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glx: Don't use current context in __glXSendError | Michel Dänzer | 2016-08-17 | 1 | -3/+1 |
| | | | | | | | | | | | | | | There's no guarantee that there is one, and we don't need one anyway. Fixes piglit tests: glx@glx-fbconfig-bad glx@glx_ext_import_context@import context, multi process glx@glx_ext_import_context@import context, single process Fixes: 2e3f067458e4 ("glx: fix error code when there is no context bound") Cc: "11.2" <[email protected]> Reviewed-by: Tapani Pälli <[email protected]> | ||||
* | glx: fix error code when there is no context bound | Bernard Kilarski | 2016-08-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | v2: change all related NULL checks to check against dummyContext v3: really check for dummyContext *only* when ctx was from __glXGetCurrentContext v4: cover more checks, add dummyBuffer, dummyVtable (Emil) Signed-off-by: Bernard Kilarski <[email protected]> Signed-off-by: Matt Roper <[email protected]> Signed-off-by: Tapani Pälli <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Cc: "11.2" <[email protected]> | ||||
* | glx: Deliver an xlib style error to the application from an XCB error | Ian Romanick | 2011-12-23 | 1 | -0/+19 |
| | | | | Signed-off-by: Ian Romanick <[email protected]> | ||||
* | glx: Make parameter types for __glXSendError match protocol types | Ian Romanick | 2011-12-19 | 1 | -2/+2 |
| | | | | | | | 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/+67 |
Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Adam Jackson <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Cc: Jeremy Huddleston <[email protected]> |