intel/fs,vec4: Drop uniform compaction and pull constant support
The only driver using these was i965 and it's gone now. This is all dead code. Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14056>
This commit is contained in:

committed by
Marge Bot

parent
4175ed5099
commit
8f3c100d61
@@ -90,7 +90,6 @@ iris_finalize_program(struct iris_compiled_shader *shader,
|
||||
ralloc_steal(shader, shader->prog_data);
|
||||
ralloc_steal(shader->prog_data, (void *)prog_data->relocs);
|
||||
ralloc_steal(shader->prog_data, prog_data->param);
|
||||
ralloc_steal(shader->prog_data, prog_data->pull_param);
|
||||
ralloc_steal(shader, shader->streamout);
|
||||
ralloc_steal(shader, shader->system_values);
|
||||
}
|
||||
|
Reference in New Issue
Block a user