i965: Move program key debugging to the compiler.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.h
index 4d6cd58d3cec1f140fc82616c2bae4a016822403..d6187541a8c16cfad354c179b5ddeb3f43d766a1 100644 (file)
@@ -1456,26 +1456,6 @@ void brw_validate_textures( struct brw_context *brw );
 /*======================================================================
  * brw_program.c
  */
-static inline bool
-key_debug(struct brw_context *brw, const char *name, int a, int b)
-{
-   if (a != b) {
-      perf_debug("  %s %d->%d\n", name, a, b);
-      return true;
-   }
-   return false;
-}
-
-static inline bool
-key_debug_float(struct brw_context *brw, const char *name, float a, float b)
-{
-   if (a != b) {
-      perf_debug("  %s %f->%f\n", name, a, b);
-      return true;
-   }
-   return false;
-}
-
 void brwInitFragProgFuncs( struct dd_function_table *functions );
 
 void brw_get_scratch_bo(struct brw_context *brw,