aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_reset.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Just use a uint32_t context handle rather than a malloc'd wrapper.Kenneth Graunke2017-04-101-8/+3
* i965/drm: Fold drm_bacon_gem_reset_stats into the callers.Kenneth Graunke2017-04-101-19/+17
* i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke2017-04-101-2/+2
* i965: Enable GL_KHR_robustnessKristian Høgsberg Kristensen2016-05-251-0/+20
* i965: Properly return *RESET* status in glGetGraphicsResetStatusARBPavel Popov2014-05-231-5/+13
* Revert "i965: Make the driver compile until a proper libdrm can be released."Ian Romanick2013-11-261-7/+0
* i965: Make the driver compile until a proper libdrm can be released.Eric Anholt2013-11-091-0/+7
* i965: Add function to query the GPU reset status for a contextIan Romanick2013-11-071-0/+67