Re: [Mesa-dev] [PATCH 1/2] i965/fs: Remove FS_OPCODE_BLORP_FB_WRITE.

2014-11-06 Thread Matt Turner
On Thu, Aug 28, 2014 at 12:50 PM, Matt Turner matts...@gmail.com wrote: On Tue, Aug 12, 2014 at 9:48 AM, Kenneth Graunke kenn...@whitecape.org wrote: diff --git a/src/mesa/drivers/dri/i965/brw_fs_generator.cpp b/src/mesa/drivers/dri/i965/brw_fs_generator.cpp index d3509a0..19f7ef8 100644

Re: [Mesa-dev] [PATCH 1/2] i965/fs: Remove FS_OPCODE_BLORP_FB_WRITE.

2014-08-28 Thread Matt Turner
On Tue, Aug 12, 2014 at 9:48 AM, Kenneth Graunke kenn...@whitecape.org wrote: diff --git a/src/mesa/drivers/dri/i965/brw_fs_generator.cpp b/src/mesa/drivers/dri/i965/brw_fs_generator.cpp index d3509a0..19f7ef8 100644 --- a/src/mesa/drivers/dri/i965/brw_fs_generator.cpp +++

[Mesa-dev] [PATCH 1/2] i965/fs: Remove FS_OPCODE_BLORP_FB_WRITE.

2014-08-12 Thread Kenneth Graunke
With a few tiny changes, we can just reuse the normal FB write handling. I originally mistook the FS_OPCODE_BLORP_FB_WRITE opcode for the SIMD16 replicated data message used in certain BLORP color clears, when it was actually just a normal SIMD16 message without a little bit of setup.