summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_defines.h
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_defines.h
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_defines.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h
index 432a1ae..4089ab6 100644
--- a/src/mesa/drivers/dri/i965/brw_defines.h
+++ b/src/mesa/drivers/dri/i965/brw_defines.h
@@ -1114,7 +1114,7 @@ enum opcode {
FS_OPCODE_PIXEL_Y,
FS_OPCODE_UNIFORM_PULL_CONSTANT_LOAD,
FS_OPCODE_UNIFORM_PULL_CONSTANT_LOAD_GEN7,
- FS_OPCODE_VARYING_PULL_CONSTANT_LOAD,
+ FS_OPCODE_VARYING_PULL_CONSTANT_LOAD_GEN4,
FS_OPCODE_VARYING_PULL_CONSTANT_LOAD_GEN7,
FS_OPCODE_VARYING_PULL_CONSTANT_LOAD_LOGICAL,
FS_OPCODE_GET_BUFFER_SIZE,