diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2010-09-07 01:29:22 -0700 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2010-09-07 09:48:22 +0100 |
commit | 98e277111bd6f6e5bcbbcd663e42e18ce449b533 (patch) | |
tree | 42c377d570b1c41d30b289b924cc76b7693e50e2 /src/gallium/include/pipe | |
parent | 4a730b773f0cae9ff5defb407bb2b7ca43234c35 (diff) |
Replace reference to tgsi-instruction-set.txt.
That file has been replaced by tgsi.rst.
Signed-off-by: José Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/gallium/include/pipe')
-rw-r--r-- | src/gallium/include/pipe/p_shader_tokens.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h index c4bd17e92b..74488de17e 100644 --- a/src/gallium/include/pipe/p_shader_tokens.h +++ b/src/gallium/include/pipe/p_shader_tokens.h @@ -199,7 +199,7 @@ struct tgsi_property_data { * * For more information on semantics of opcodes and * which APIs are known to use which opcodes, see - * auxiliary/tgsi/tgsi-instruction-set.txt + * gallium/docs/source/tgsi.rst */ #define TGSI_OPCODE_ARL 0 #define TGSI_OPCODE_MOV 1 |