mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
i965: remove old code to init surface-related cache IDs
These types are only found in the new surface state cache now.
This commit is contained in:
parent
c0c58cf5cf
commit
21a422d97e
1 changed files with 0 additions and 14 deletions
|
|
@ -445,20 +445,6 @@ brw_init_non_surface_cache(struct brw_context *brw)
|
|||
BRW_GS_PROG,
|
||||
sizeof(struct brw_gs_prog_key),
|
||||
sizeof(struct brw_gs_prog_data));
|
||||
|
||||
#if 1
|
||||
brw_init_cache_id(cache,
|
||||
"SS_SURFACE",
|
||||
BRW_SS_SURFACE,
|
||||
sizeof(struct brw_surface_state),
|
||||
0);
|
||||
|
||||
brw_init_cache_id(cache,
|
||||
"SS_SURF_BIND",
|
||||
BRW_SS_SURF_BIND,
|
||||
0,
|
||||
0);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue