Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glx/dri2: Add DRI2 support for GLX_MESA_query_renderer | Ian Romanick | 2013-11-07 | 1 | -0/+1 |
| | | | | | | | | | | The new functions for this extension were added to a separate file (dri2_query_renderer.c) to facilitate unit testing. I tried putting them in dri2_glx.c, and it resulting in an unending chain of dependencies. It was the proverbial threading hanging from a sweater. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | glx/dri2: Pull some internal structures out to a separate header file | Ian Romanick | 2013-11-07 | 1 | -0/+51 |
This structures will be accessed by internal functions that will be added in a file separate from dri2_glx.c. The new code will be added to a new file to facilitate unit testing. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> |