[Mesa-dev] [PATCH 4/4] dri: Add KHR_no_error toggle to driconf

Grigori Goronzy greg at chown.ath.cx
Thu Jul 13 11:09:57 UTC 2017


On 2017-07-12 15:15, Emil Velikov wrote:
> As mentioned in earlier commit no_error should be device agnostic.
> Hence removing the st/dri bits and adding a DRI_CONF_MESA_NO_ERROR()
> line next to DRI_CONF_VBLANK_MODE seems like the better solution.
> 

Hm, driconf overrides are typically set per screen and/or driver, so 
that won't work. The overrides will be ignored because of screen/driver 
mismatch. So I think it needs to be implemented separately for each 
classic driver. I'll keep this part to the Gallium state tracker for 
now.

By the way, glthread seems to have similar issues even though it is in 
theory independent of driver.

Grigori

> As always, if you think I'm off my rocker at any point don't be afraid
> to let me know.
> 
> -Emil


More information about the mesa-dev mailing list