mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-20 03:30:36 +02:00
panfrost: Add draw parameters dirty flags
Needed to track some new sysvals. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11074>
This commit is contained in:
parent
344db85bd5
commit
8e9c043d5e
1 changed files with 2 additions and 0 deletions
|
|
@ -66,6 +66,8 @@ enum pan_dirty_3d {
|
|||
PAN_DIRTY_VIEWPORT = BITFIELD_BIT(0),
|
||||
PAN_DIRTY_SCISSOR = BITFIELD_BIT(1),
|
||||
PAN_DIRTY_VERTEX = BITFIELD_BIT(2),
|
||||
PAN_DIRTY_PARAMS = BITFIELD_BIT(3),
|
||||
PAN_DIRTY_DRAWID = BITFIELD_BIT(4),
|
||||
};
|
||||
|
||||
enum pan_dirty_shader {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue