[Mesa-dev] [PATCH 10/13] i965: Reorder sources of the untyped atomic opcode.

Pohjolainen, Topi topi.pohjolainen at intel.com
Fri Mar 6 02:06:22 PST 2015


On Fri, Feb 27, 2015 at 05:34:53PM +0200, Francisco Jerez wrote:
> This is consistent with the untyped surface read opcode.  From now on
> all typed and untyped surface access opcodes will follow the same
> pattern: src[0] will be the message payload, src[1] will be the
> surface index and src[2] will be a control immediate (atomic operation
> for atomic opcodes and number of vector components for surface read
> and write opcodes).
> ---
>  src/mesa/drivers/dri/i965/brw_fs_generator.cpp   | 4 ++--
>  src/mesa/drivers/dri/i965/brw_fs_visitor.cpp     | 2 +-
>  src/mesa/drivers/dri/i965/brw_vec4_generator.cpp | 4 ++--
>  src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp   | 2 +-
>  4 files changed, 6 insertions(+), 6 deletions(-)
> 

Reviewed-by: Topi Pohjolainen <topi.pohjolainen at intel.com>


More information about the mesa-dev mailing list