Since setup of ALLOW_RGB10_CONFIGS was moved to i965's own
brw_config_options.xml, this was hard-coded to false and
could not be overriden by drirc. Add some parsing into
i965's private screen->optionCache to enable drirc again.
Fixes: b391fb26df9f1b ("dri_util: remove ALLOW_RGB10_CONFIGS option (
Yeah that works, thanks Mario!
Reviewed-by: Tapani Pälli
On 11.01.2018 18:00, Mario Kleiner wrote:
Since setup of ALLOW_RGB10_CONFIGS was moved to i965's own
brw_config_options.xml, this was hard-coded to false and
could not be overriden by drirc. Add some parsing into
i965's private screen->o
Reviewed-by: Marek Olšák
Marek
On Thu, Jan 11, 2018 at 5:00 PM, Mario Kleiner
wrote:
> Since setup of ALLOW_RGB10_CONFIGS was moved to i965's own
> brw_config_options.xml, this was hard-coded to false and
> could not be overriden by drirc. Add some parsing into
> i965's private screen->optionCa
Since setup of ALLOW_RGB10_CONFIGS was moved to i965's own
brw_config_options.xml, this was hard-coded to false and
could not be overriden by drirc. Add some parsing into
i965's private screen->optionCache to enable drirc again.
Fixes: b391fb26df9f1b ("dri_util: remove ALLOW_RGB10_CONFIGS option (