gallium/tgsi: Add resource write-back support.
authorFrancisco Jerez <currojerez@riseup.net>
Mon, 30 Apr 2012 18:20:29 +0000 (20:20 +0200)
committerFrancisco Jerez <currojerez@riseup.net>
Fri, 11 May 2012 10:39:41 +0000 (12:39 +0200)
commitb8e808f1ef9462af8545999df514fddbbff34345
tree6431be43337a12c166fae50e87e6f8b7e14c9d6c
parent82c90b2da8e236bc134cb2bd0ec4e09551b12164
gallium/tgsi: Add resource write-back support.

Define a new STORE opcode with a role dual to the LOAD opcode, and add
flags to specify that a shader resource is intended for writing.
src/gallium/auxiliary/tgsi/tgsi_build.c
src/gallium/auxiliary/tgsi/tgsi_dump.c
src/gallium/auxiliary/tgsi/tgsi_info.c
src/gallium/auxiliary/tgsi/tgsi_text.c
src/gallium/docs/source/context.rst
src/gallium/docs/source/tgsi.rst
src/gallium/include/pipe/p_shader_tokens.h
src/gallium/include/pipe/p_state.h