mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
llvmpipe: bump dirty tracker to 64-bits.
We need a lot more dirty states for task/mesh Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23066>
This commit is contained in:
parent
d9fae96618
commit
24f4f35eac
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ struct llvmpipe_context {
|
|||
|
||||
bool queries_disabled;
|
||||
|
||||
unsigned dirty; /**< Mask of LP_NEW_x flags */
|
||||
uint64_t dirty; /**< Mask of LP_NEW_x flags */
|
||||
unsigned cs_dirty; /**< Mask of LP_CSNEW_x flags */
|
||||
/** Mapped vertex buffers */
|
||||
ubyte *mapped_vbuffer[PIPE_MAX_ATTRIBS];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue