intel/blorp: remove unused blorp batch flag

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28623>
This commit is contained in:
Tapani Pälli 2024-04-03 09:24:52 +03:00 committed by Marge Bot
parent c603dee104
commit 7d4c23991a
1 changed files with 0 additions and 3 deletions

View File

@ -135,9 +135,6 @@ enum blorp_batch_flags {
/** Use the hardware blitter to perform any operations in this batch */
BLORP_BATCH_USE_BLITTER = BITFIELD_BIT(4),
/** Reuse dynamic states */
BLORP_BATCH_REUSE_DYNAMIC_STATES = BITFIELD_BIT(5),
};
struct blorp_batch {