summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
diff options
context:
space:
mode:
authorFrancisco Jerez <currojerez@riseup.net>2016-05-20 13:03:31 -0700
committerFrancisco Jerez <currojerez@riseup.net>2016-05-27 23:19:21 -0700
commited4d0e41acb78f268b8b5c2dd03f654d11c4460b (patch)
tree4dcd38024840366dccb7f8e3bfc5ab78f9de70d0 /src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
parent64a6cb87f1fbfe2e410d6a4087450c2d4eb72228 (diff)
downloadexternal_mesa3d-ed4d0e41acb78f268b8b5c2dd03f654d11c4460b.zip
external_mesa3d-ed4d0e41acb78f268b8b5c2dd03f654d11c4460b.tar.gz
external_mesa3d-ed4d0e41acb78f268b8b5c2dd03f654d11c4460b.tar.bz2
i965/fs: Rename Gen4 physical varying pull constant load opcode.
For consistency with the Gen7 variant. I'm not doing the same to the uniform pull constant message at this point because the non-GEN7 one is still overloaded to be either an expression-like logical instruction or a Gen4-specific physical send message. Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp')
-rw-r--r--src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp b/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
index 264e9ef..4011e0f 100644
--- a/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
+++ b/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
@@ -296,7 +296,7 @@ schedule_node::set_latency_gen7(bool is_haswell)
latency = 100;
break;
- case FS_OPCODE_VARYING_PULL_CONSTANT_LOAD:
+ case FS_OPCODE_VARYING_PULL_CONSTANT_LOAD_GEN4:
case FS_OPCODE_UNIFORM_PULL_CONSTANT_LOAD:
case VS_OPCODE_PULL_CONSTANT_LOAD:
/* testing using varying-index pull constants: