Re: [Mesa-dev] [PATCH 1/2] i965/fs: Make an emit_discard_jump() function to reduce duplication.

2015-03-13 Thread Matt Turner
Nice. Both are Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 1/2] i965/fs: Make an emit_discard_jump() function to reduce duplication.

2015-03-13 Thread Carl Worth
On Fri, Mar 13 2015, Kenneth Graunke wrote: > This is already copied in two places, and I want to copy it to a third > place. Reviewed-by: Carl Worth -Carl -- carl.d.wo...@intel.com pgp5HqiGlRi7H.pgp Description: PGP signature ___ mesa-dev mailing

[Mesa-dev] [PATCH 1/2] i965/fs: Make an emit_discard_jump() function to reduce duplication.

2015-03-13 Thread Kenneth Graunke
This is already copied in two places, and I want to copy it to a third place. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_fs.cpp | 15 +++ src/mesa/drivers/dri/i965/brw_fs.h | 1 + src/mesa/drivers/dri/i965/brw_fs_nir.cpp | 12 +---