On 01/08/2018 06:59 PM, Marek Olšák wrote:
From: Marek Olšák <marek.ol...@amd.com>

This is unused because it's for libGL/libEGL, not drivers.

IMO this is not enough, you would need to also remove the query for this as well (driQueryOptionb in intel_screen.c), otherwise we hit assertion. Maybe just set bool allow_rgb10_configs = false for now?


---
  src/mesa/drivers/dri/common/dri_util.c | 4 ----
  1 file changed, 4 deletions(-)

diff --git a/src/mesa/drivers/dri/common/dri_util.c 
b/src/mesa/drivers/dri/common/dri_util.c
index d4fba0b..e6a7d23 100644
--- a/src/mesa/drivers/dri/common/dri_util.c
+++ b/src/mesa/drivers/dri/common/dri_util.c
@@ -48,24 +48,20 @@
  #include "main/version.h"
  #include "main/debug_output.h"
  #include "main/errors.h"
  #include "main/macros.h"
const char __dri2ConfigOptions[] =
     DRI_CONF_BEGIN
        DRI_CONF_SECTION_PERFORMANCE
           DRI_CONF_VBLANK_MODE(DRI_CONF_VBLANK_DEF_INTERVAL_1)
        DRI_CONF_SECTION_END
-
-      DRI_CONF_SECTION_MISCELLANEOUS
-         DRI_CONF_ALLOW_RGB10_CONFIGS("true")
-      DRI_CONF_SECTION_END
     DRI_CONF_END;
/*****************************************************************/
  /** \name Screen handling functions                              */
  /*****************************************************************/
  /*@{*/
static void
  setupLoaderExtensions(__DRIscreen *psp,
                      const __DRIextension **extensions)

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to