i965: Add INTEL_DEBUG=tcs,tes and hs,ds flags for tessellation shaders.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 26 Jul 2015 02:28:59 +0000 (19:28 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 17 Nov 2015 18:33:54 +0000 (10:33 -0800)
commitdf87cb837f995827072056d361207fd9fce514f2
treee1084fff250af91340719fe06cd22a18216f06c5
parente9b0fa496ca3d8645ff528b0b44c76ebfa76b534
i965: Add INTEL_DEBUG=tcs,tes and hs,ds flags for tessellation shaders.

Even though both tessellation shader stages must be used together, I
still think it makes sense to add separate debug flags for each stage.
It makes it possible to read the TCS/HS, rule out problems, then read
the TES/DS separately, without sifting through as much printed text.

I decided to add both the GL names (tcs/tes) and hardware names (hs/ds)
so they can be used interchangeably.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
src/mesa/drivers/dri/i965/intel_debug.c
src/mesa/drivers/dri/i965/intel_debug.h