i965: Delete unused brw_blorp_blit_test_compile().
authorMatt Turner <mattst88@gmail.com>
Sun, 25 May 2014 06:01:42 +0000 (23:01 -0700)
committerMatt Turner <mattst88@gmail.com>
Sun, 25 May 2014 06:03:22 +0000 (23:03 -0700)
src/mesa/drivers/dri/i965/brw_blorp_blit.cpp

index fe75100..a70865a 100644 (file)
@@ -2153,14 +2153,3 @@ brw_blorp_blit_params::get_wm_prog(struct brw_context *brw,
    }
    return prog_offset;
 }
-
-void
-brw_blorp_blit_test_compile(struct brw_context *brw,
-                            const brw_blorp_blit_prog_key *key,
-                            FILE *out)
-{
-   GLuint program_size;
-   brw_blorp_blit_program prog(brw, key);
-   INTEL_DEBUG |= DEBUG_BLORP;
-   prog.compile(brw, &program_size, out);
-}