Re: [Mesa-dev] [PATCH 1/5] i965: Rework passthrough TCS checks.
The series is Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev
[Mesa-dev] [PATCH 1/5] i965: Rework passthrough TCS checks.
According to Timothy, using program_string_id == 0 to identify the passthrough TCS is going to be problematic for his shader cache work. So, change it to strcmp() the name at visitor creation time. Cc: timothy.arc...@collabora.com Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw