mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
i965: Make CACHE_NEW_GS_PROG.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
This commit is contained in:
parent
a702f6325c
commit
53f6e79633
1 changed files with 2 additions and 0 deletions
|
|
@ -680,6 +680,7 @@ enum brw_cache_id {
|
|||
BRW_VS_PROG,
|
||||
BRW_FF_GS_UNIT,
|
||||
BRW_FF_GS_PROG,
|
||||
BRW_GS_PROG,
|
||||
BRW_CLIP_VP,
|
||||
BRW_CLIP_UNIT,
|
||||
BRW_CLIP_PROG,
|
||||
|
|
@ -770,6 +771,7 @@ enum shader_time_shader_type {
|
|||
#define CACHE_NEW_VS_PROG (1<<BRW_VS_PROG)
|
||||
#define CACHE_NEW_FF_GS_UNIT (1<<BRW_FF_GS_UNIT)
|
||||
#define CACHE_NEW_FF_GS_PROG (1<<BRW_FF_GS_PROG)
|
||||
#define CACHE_NEW_GS_PROG (1<<BRW_GS_PROG)
|
||||
#define CACHE_NEW_CLIP_VP (1<<BRW_CLIP_VP)
|
||||
#define CACHE_NEW_CLIP_UNIT (1<<BRW_CLIP_UNIT)
|
||||
#define CACHE_NEW_CLIP_PROG (1<<BRW_CLIP_PROG)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue