mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
gallium: temporariliy revert softpipe shader optimization
This commit is contained in:
parent
9382a7100f
commit
a7f06dae20
1 changed files with 2 additions and 1 deletions
|
|
@ -102,7 +102,8 @@ exec_prepare( const struct sp_fragment_shader *base,
|
|||
* Bind tokens/shader to the interpreter's machine state.
|
||||
* Avoid redundant binding.
|
||||
*/
|
||||
if (spefs->machine_tokens != base->shader.tokens) {
|
||||
/* XXX revisit this */
|
||||
if (1 /* spefs->machine_tokens != base->shader.tokens*/) {
|
||||
tgsi_exec_machine_bind_shader( machine,
|
||||
base->shader.tokens,
|
||||
PIPE_MAX_SAMPLERS,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue