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.pohjolai...@intel.com>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to