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>
This commit is contained in:
@@ -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
|
||||
------------------------------------
|
||||
|
Reference in New Issue
Block a user