summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/intel_context.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-06-20 15:58:25 -0700
committerKenneth Graunke <kenneth@whitecape.org>2013-06-28 13:35:24 -0700
commit934974fba60b10f519ef26b943e350faca0abdf5 (patch)
tree172325b920d4ff06c7cfcb9f7009596341228f7d /src/mesa/drivers/dri/i915/intel_context.c
parent39c5fd7f134cc52e7e93553c5c8238b9b531754a (diff)
i915: Remove dead debug flags.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/i915/intel_context.c')
-rw-r--r--src/mesa/drivers/dri/i915/intel_context.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesa/drivers/dri/i915/intel_context.c b/src/mesa/drivers/dri/i915/intel_context.c
index c34c60141b5..3c052f8acc2 100644
--- a/src/mesa/drivers/dri/i915/intel_context.c
+++ b/src/mesa/drivers/dri/i915/intel_context.c
@@ -268,7 +268,6 @@ intel_viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei w, GLsizei h)
static const struct dri_debug_control debug_control[] = {
{ "tex", DEBUG_TEXTURE},
{ "state", DEBUG_STATE},
- { "ioctl", DEBUG_IOCTL},
{ "blit", DEBUG_BLIT},
{ "mip", DEBUG_MIPTREE},
{ "fall", DEBUG_PERF},
@@ -279,20 +278,11 @@ static const struct dri_debug_control debug_control[] = {
{ "reg", DEBUG_REGION},
{ "fbo", DEBUG_FBO},
{ "fs", DEBUG_WM },
- { "gs", DEBUG_GS},
{ "sync", DEBUG_SYNC},
- { "prim", DEBUG_PRIMS },
- { "vert", DEBUG_VERTS },
{ "dri", DEBUG_DRI },
- { "sf", DEBUG_SF },
{ "stats", DEBUG_STATS },
{ "wm", DEBUG_WM },
- { "urb", DEBUG_URB },
- { "vs", DEBUG_VS },
- { "clip", DEBUG_CLIP },
{ "aub", DEBUG_AUB },
- { "no16", DEBUG_NO16 },
- { "blorp", DEBUG_BLORP },
{ NULL, 0 }
};