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
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to