[Mesa-dev] [PATCH 1/2] svga: rework the FS white fragments code

2017-07-24 Thread Brian Paul
When we forcibly write white to FS outputs (for XOR mode emulation) we were using a temp register. But that's not really necessary. This also fixes the case of writing white to multiple color buffers. Subsequent changes will build on this. --- src/gallium/drivers/svga/svga_state_fs.c| 11 +++

[Mesa-dev] [PATCH 1/2] svga: rework the FS white fragments code

2017-07-22 Thread Brian Paul
When we forcibly write white to FS outputs (for XOR mode emulation) we were using a temp register. But that's not really necessary. This also fixes the case of writing white to multiple color buffers. Subsequent changes will build on this. --- src/gallium/drivers/svga/svga_state_fs.c| 11 +++