gallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for LowerPrecisionTemporaries
[mesa.git] / src / gallium / drivers / svga / svga_debug.h
index 039f79d4e99d7a8d49700f27388265b29c684759..cdad858b0455398d967519ab3d7ca13d14fb8a54 100644 (file)
@@ -45,6 +45,8 @@
 #define DEBUG_QUERY        0x4000
 #define DEBUG_CACHE        0x8000
 #define DEBUG_STREAMOUT    0x10000
+#define DEBUG_SAMPLERS     0x20000
+#define DEBUG_RETRY        0x100000
 
 #ifdef DEBUG
 extern int SVGA_DEBUG;