mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
i965: Delete CACHE_NEW_BLORP_CONST_COLOR_PROG.
Unused since krh rewrote fast clears to use meta. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
This commit is contained in:
parent
e4e3b0fc0d
commit
fbebd5e4a5
2 changed files with 0 additions and 3 deletions
|
|
@ -685,7 +685,6 @@ enum brw_cache_id {
|
|||
BRW_CC_UNIT,
|
||||
BRW_WM_PROG,
|
||||
BRW_BLORP_BLIT_PROG,
|
||||
BRW_BLORP_CONST_COLOR_PROG,
|
||||
BRW_SAMPLER,
|
||||
BRW_WM_UNIT,
|
||||
BRW_SF_PROG,
|
||||
|
|
@ -780,7 +779,6 @@ enum shader_time_shader_type {
|
|||
#define CACHE_NEW_CC_UNIT (1<<BRW_CC_UNIT)
|
||||
#define CACHE_NEW_WM_PROG (1<<BRW_WM_PROG)
|
||||
#define CACHE_NEW_BLORP_BLIT_PROG (1<<BRW_BLORP_BLIT_PROG)
|
||||
#define CACHE_NEW_BLORP_CONST_COLOR_PROG (1<<BRW_BLORP_CONST_COLOR_PROG)
|
||||
#define CACHE_NEW_SAMPLER (1<<BRW_SAMPLER)
|
||||
#define CACHE_NEW_WM_UNIT (1<<BRW_WM_UNIT)
|
||||
#define CACHE_NEW_SF_PROG (1<<BRW_SF_PROG)
|
||||
|
|
|
|||
|
|
@ -520,7 +520,6 @@ static struct dirty_bit_map cache_bits[] = {
|
|||
DEFINE_BIT(CACHE_NEW_CC_UNIT),
|
||||
DEFINE_BIT(CACHE_NEW_WM_PROG),
|
||||
DEFINE_BIT(CACHE_NEW_BLORP_BLIT_PROG),
|
||||
DEFINE_BIT(CACHE_NEW_BLORP_CONST_COLOR_PROG),
|
||||
DEFINE_BIT(CACHE_NEW_SAMPLER),
|
||||
DEFINE_BIT(CACHE_NEW_WM_UNIT),
|
||||
DEFINE_BIT(CACHE_NEW_SF_PROG),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue