i965/fs: Rename Gen4 physical varying pull constant load opcode.
authorFrancisco Jerez <currojerez@riseup.net>
Fri, 20 May 2016 20:03:31 +0000 (13:03 -0700)
committerFrancisco Jerez <currojerez@riseup.net>
Sat, 28 May 2016 06:19:21 +0000 (23:19 -0700)
commited4d0e41acb78f268b8b5c2dd03f654d11c4460b
tree4dcd38024840366dccb7f8e3bfc5ab78f9de70d0
parent64a6cb87f1fbfe2e410d6a4087450c2d4eb72228
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>
src/mesa/drivers/dri/i965/brw_defines.h
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_fs_generator.cpp
src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
src/mesa/drivers/dri/i965/brw_shader.cpp