Mesa (master): i965: Remove INTEL_DEBUG=glsl_force now that there' s no brw_wm_glsl.c

Eric Anholt anholt at kemper.freedesktop.org
Mon Dec 6 08:15:46 UTC 2010


Module: Mesa
Branch: master
Commit: 4538ce915ba4c43290f4341ad80040b4b735eab3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4538ce915ba4c43290f4341ad80040b4b735eab3

Author: Eric Anholt <eric at anholt.net>
Date:   Thu Nov 11 08:51:26 2010 -0800

i965: Remove INTEL_DEBUG=glsl_force now that there's no brw_wm_glsl.c

---

 src/mesa/drivers/dri/intel/intel_context.c |    6 ------
 src/mesa/drivers/dri/intel/intel_context.h |    1 -
 2 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_context.c b/src/mesa/drivers/dri/intel/intel_context.c
index 2f13eb3..9c222c7 100644
--- a/src/mesa/drivers/dri/intel/intel_context.c
+++ b/src/mesa/drivers/dri/intel/intel_context.c
@@ -519,7 +519,6 @@ static const struct dri_debug_control debug_control[] = {
    { "sing",  DEBUG_SINGLE_THREAD },
    { "thre",  DEBUG_SINGLE_THREAD },
    { "wm",    DEBUG_WM },
-   { "glsl_force", DEBUG_GLSL_FORCE },
    { "urb",   DEBUG_URB },
    { "vs",    DEBUG_VS },
    { "clip",  DEBUG_CLIP },
@@ -800,11 +799,6 @@ intelInitContext(struct intel_context *intel,
    if (INTEL_DEBUG & DEBUG_BUFMGR)
       dri_bufmgr_set_debug(intel->bufmgr, GL_TRUE);
 
-   /* XXX force SIMD8 kernel for Sandybridge before we fixed
-      SIMD16 interpolation. */
-   if (intel->gen == 6)
-       INTEL_DEBUG |= DEBUG_GLSL_FORCE;
-
    intel->batch = intel_batchbuffer_alloc(intel);
 
    intel_fbo_init(intel);
diff --git a/src/mesa/drivers/dri/intel/intel_context.h b/src/mesa/drivers/dri/intel/intel_context.h
index 3840f1e..96493c0 100644
--- a/src/mesa/drivers/dri/intel/intel_context.h
+++ b/src/mesa/drivers/dri/intel/intel_context.h
@@ -361,7 +361,6 @@ extern int INTEL_DEBUG;
 #define DEBUG_WM        0x800000
 #define DEBUG_URB       0x1000000
 #define DEBUG_VS        0x2000000
-#define DEBUG_GLSL_FORCE 0x4000000
 #define DEBUG_CLIP      0x8000000
 
 #define DBG(...) do {						\




More information about the mesa-commit mailing list