diff options
author | Brian Paul <[email protected]> | 2014-07-10 09:42:21 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-07-10 11:30:04 -0600 |
commit | da46b9de9f2eaf462399b0efbaa5ff17d4db6146 (patch) | |
tree | 837e6d653334cc480a355c8d39d215dc80ab42ab /src/gallium/docs | |
parent | c45b9b572159983a20cf771016c3528a423643e1 (diff) |
gallium/docs: minor clarification for TXQ instruction
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/tgsi.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 8cbb3d8ab7d..093bf7dd19d 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst @@ -968,6 +968,10 @@ XXX doesn't look like most of the opcodes really belong here. Also return the number of accessible levels (last_level - first_level + 1) in W. + For components which don't return a resource dimension, their value + is undefined. + + .. math:: lod = src0.x |