mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 17:40:11 +01:00
swr: [rasterizer core] GS viewport array index attribute
Only adds the attribute mapping to the jitter; no implementation yet. Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
parent
c7cd33b605
commit
2d80295a6e
2 changed files with 2 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
||||||
#define KNOB_NUM_STREAMS 32
|
#define KNOB_NUM_STREAMS 32
|
||||||
|
|
||||||
// Maximum supported number of attributes per vertex
|
// Maximum supported number of attributes per vertex
|
||||||
#define KNOB_NUM_ATTRIBUTES 38
|
#define KNOB_NUM_ATTRIBUTES 39
|
||||||
|
|
||||||
// Maximum supported active viewports and scissors
|
// Maximum supported active viewports and scissors
|
||||||
#define KNOB_NUM_VIEWPORTS_SCISSORS 16
|
#define KNOB_NUM_VIEWPORTS_SCISSORS 16
|
||||||
|
|
|
||||||
|
|
@ -197,6 +197,7 @@ enum SWR_OUTER_TESSFACTOR_ID
|
||||||
#define VERTEX_CLIPCULL_DIST_LO_SLOT 35 // VS writes lower 4 clip/cull dist
|
#define VERTEX_CLIPCULL_DIST_LO_SLOT 35 // VS writes lower 4 clip/cull dist
|
||||||
#define VERTEX_CLIPCULL_DIST_HI_SLOT 36 // VS writes upper 4 clip/cull dist
|
#define VERTEX_CLIPCULL_DIST_HI_SLOT 36 // VS writes upper 4 clip/cull dist
|
||||||
#define VERTEX_POINT_SIZE_SLOT 37 // VS writes point size here
|
#define VERTEX_POINT_SIZE_SLOT 37 // VS writes point size here
|
||||||
|
#define VERTEX_VIEWPORT_ARRAY_INDEX_SLOT 38
|
||||||
// SoAoSoA
|
// SoAoSoA
|
||||||
struct simdvertex
|
struct simdvertex
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue