i915g: Add ifdef'd out code to dump compiled shaders.

This commit is contained in:
Stéphane Marchesin 2011-09-21 17:55:26 -07:00
parent 9a15b1eb95
commit ef1fa4467f

View file

@ -1313,4 +1313,8 @@ i915_translate_fragment_program( struct i915_context *i915,
i915_fini_compile(i915, p);
i915_optimize_free(i_tokens);
#if 0
i915_disassemble_program(NULL, fs->program, fs->program_len);
#endif
}