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

2017-07-18 Thread Emil Velikov
On 18 July 2017 at 09:26, Grigori Goronzy wrote: > On 2017-07-17 19:21, Emil Velikov wrote: >> >> On 13 July 2017 at 12:09, Grigori Goronzy wrote: >>> >>> On 2017-07-12 15:15, Emil Velikov wrote: As mentioned in earlier commit no_error should

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

2017-07-18 Thread Grigori Goronzy
On 2017-07-17 19:21, Emil Velikov wrote: On 13 July 2017 at 12:09, Grigori Goronzy wrote: 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

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

2017-07-17 Thread Emil Velikov
On 13 July 2017 at 12:09, Grigori Goronzy wrote: > 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

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

2017-07-13 Thread Grigori Goronzy
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

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

2017-07-12 Thread Emil Velikov
On 11 July 2017 at 23:26, Grigori Goronzy wrote: > Allows applications to be whitelisted. > --- > src/gallium/state_trackers/dri/dri_context.c| 3 +++ > src/gallium/state_trackers/dri/dri_screen.c | 1 + > src/mesa/drivers/dri/common/dri_util.c | 3 +++ >

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

2017-07-11 Thread Grigori Goronzy
Allows applications to be whitelisted. --- src/gallium/state_trackers/dri/dri_context.c| 3 +++ src/gallium/state_trackers/dri/dri_screen.c | 1 + src/mesa/drivers/dri/common/dri_util.c | 3 +++ src/mesa/drivers/dri/common/xmlpool/t_options.h | 5 + 4 files changed, 12