[Mesa-dev] [PATCH 34/47] (0018) notes on why fix needed

Shaofeng Tang shaofeng.tang at intel.com
Mon May 21 03:30:08 UTC 2018


From: Kevin Rogovin <kevin.rogovin at intel.com>

Change-Id: I8f57950867ab82b28838b5423dc90724ad5e1fb6
---
 Notes.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Notes.txt b/Notes.txt
index 1142bf7..e1ad8dc 100644
--- a/Notes.txt
+++ b/Notes.txt
@@ -6,7 +6,8 @@ Patch 0011 i965/eu: Emit JMPI with exec_size 1 already applied in Mesa-master
 
 Patch 0018 i965/fs: Rework FB write header setup for SIMD32 and better scheduling.
    Needed to change allocate_registers(false) to allocate_registers(16, false)
-   in fs_generator::emit_repclear_shader()
+   in fs_generator::emit_repclear_shader(). Leaving this in made the shader
+   compiler crash from compiling blorp shaders. For now remove this.
 
 Patch 0032 965/fs: Implement 32-wide FS payload setup on Gen6+.
    Needed to change nir->info->XXX to nir->info.XXX in fs_vistor::setup_fs_payload_gen6().
-- 
2.7.4



More information about the mesa-dev mailing list