mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
i965: Remove INTEL_DEBUG=glsl_force now that there's no brw_wm_glsl.c
This commit is contained in:
parent
5ba517baa2
commit
4538ce915b
2 changed files with 0 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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 { \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue