mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
lib/gen6_render: fix GEN6_3DSTATE_VF_STATISTICS define
We dont use this pre CTG and we will need it for gen8 golden state. Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
This commit is contained in:
parent
f0023fa8f5
commit
c5ad1c3295
@ -24,7 +24,7 @@
|
||||
#define GEN6_3DSTATE_VERTEX_BUFFERS GEN6_3D(3, 0, 8)
|
||||
#define GEN6_3DSTATE_VERTEX_ELEMENTS GEN6_3D(3, 0, 9)
|
||||
#define GEN6_3DSTATE_INDEX_BUFFER GEN6_3D(3, 0, 0xa)
|
||||
#define GEN6_3DSTATE_VF_STATISTICS GEN6_3D(3, 0, 0xb)
|
||||
#define GEN6_3DSTATE_VF_STATISTICS GEN6_3D(1, 0, 0xb)
|
||||
|
||||
#define GEN6_3DSTATE_DRAWING_RECTANGLE GEN6_3D(3, 1, 0)
|
||||
#define GEN6_3DSTATE_CONSTANT_COLOR GEN6_3D(3, 1, 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user