diff options
author | Kenneth Graunke <[email protected]> | 2018-07-02 23:16:20 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-02-21 10:26:07 -0800 |
commit | 7f39f4843f071d0032192b94163a595df589e83f (patch) | |
tree | 77d8bde11a2d37f9d01482098c8b1165cf582d5b /src/gallium/drivers/iris/iris_context.h | |
parent | 8a080223e61fec1c340391e1d1c4e4cc7d6b6a7a (diff) |
iris: SBE change stash
not used yet, but want to flag it so I don't forget
Diffstat (limited to 'src/gallium/drivers/iris/iris_context.h')
-rw-r--r-- | src/gallium/drivers/iris/iris_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/iris/iris_context.h b/src/gallium/drivers/iris/iris_context.h index 2b4dcc89b2d..6f3112ab4af 100644 --- a/src/gallium/drivers/iris/iris_context.h +++ b/src/gallium/drivers/iris/iris_context.h @@ -55,7 +55,7 @@ struct blorp_params; #define IRIS_DIRTY_BLEND_STATE (1ull << 7) #define IRIS_DIRTY_RASTER (1ull << 8) #define IRIS_DIRTY_CLIP (1ull << 9) -// XXX: define IRIS_DIRTY_ (1ull << 10) +#define IRIS_DIRTY_SBE (1ull << 10) #define IRIS_DIRTY_LINE_STIPPLE (1ull << 11) #define IRIS_DIRTY_VERTEX_ELEMENTS (1ull << 12) #define IRIS_DIRTY_MULTISAMPLE (1ull << 13) |