summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2015-10-17 23:15:28 +0200
committerMarek Olšák <marek.olsak@amd.com>2015-10-20 12:58:25 +0200
commite70c66197ea10cf052010c7352420a2ae0b0a50a (patch)
tree975708dc7cf7b27d7de7feb49beff1bcc1ddc578 /src/gallium/docs
parent67f489ded3a4c575e203dc82368ebe645e72079a (diff)
downloadexternal_mesa3d-e70c66197ea10cf052010c7352420a2ae0b0a50a.zip
external_mesa3d-e70c66197ea10cf052010c7352420a2ae0b0a50a.tar.gz
external_mesa3d-e70c66197ea10cf052010c7352420a2ae0b0a50a.tar.bz2
gallium: add new properties for clip and cull distance usage
The TGSI usage mask can't be used, because these are declared as an output array of 2 elements. Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r--src/gallium/docs/source/tgsi.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst
index 314fe1b..01e18f3 100644
--- a/src/gallium/docs/source/tgsi.rst
+++ b/src/gallium/docs/source/tgsi.rst
@@ -3126,6 +3126,16 @@ TES_POINT_MODE
If set to a non-zero value, this turns on point mode for the tessellator,
which means that points will be generated instead of primitives.
+NUM_CLIPDIST_ENABLED
+""""""""""""""""
+
+How many clip distance scalar outputs are enabled.
+
+NUM_CULLDIST_ENABLED
+""""""""""""""""
+
+How many cull distance scalar outputs are enabled.
+
Texture Sampling and Texture Formats
------------------------------------