anv: remove copied information from runtime graphics state
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21026>
This commit is contained in:

committed by
Marge Bot

parent
b1bb44cf65
commit
46ecd56191
@@ -3080,11 +3080,6 @@ struct anv_graphics_pipeline {
|
||||
bool uses_xfb;
|
||||
|
||||
uint32_t vb_used;
|
||||
struct anv_pipeline_vertex_binding {
|
||||
uint32_t stride;
|
||||
bool instanced;
|
||||
uint32_t instance_divisor;
|
||||
} vb[MAX_VBS];
|
||||
|
||||
/* Pre computed CS instructions that can directly be copied into
|
||||
* anv_cmd_buffer.
|
||||
|
Reference in New Issue
Block a user