Matt Turner <[email protected]> writes: > Similar to Paul's commit e9fa3a944 except brw_fs_generator's debug_flag > is for DEBUG_WM and DEBUG_BLORP.
> @@ -2160,7 +2162,6 @@ brw_blorp_blit_test_compile(struct brw_context *brw,
> FILE *out)
> {
> GLuint program_size;
> - brw_blorp_blit_program prog(brw, key);
> - INTEL_DEBUG |= DEBUG_BLORP;
> + brw_blorp_blit_program prog(brw, key, true /* debug_flag */);
> prog.compile(brw, &program_size, out);
> }
This function looks like it's dead and could just be removed instead.
Other than that,
Reviewed-by: Eric Anholt <[email protected]>
pgpMSRiC0BDiy.pgp
Description: PGP signature
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
