intel/brw: Rename and move thread_payload types to own header

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32536>
This commit is contained in:
Caio Oliveira
2024-12-06 22:13:36 -08:00
committed by Marge Bot
parent 1d485cc84f
commit f8a979466b
14 changed files with 164 additions and 179 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ run_vs(fs_visitor &s)
{
assert(s.stage == MESA_SHADER_VERTEX);
s.payload_ = new vs_thread_payload(s);
s.payload_ = new brw_vs_thread_payload(s);
brw_from_nir(&s);