mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 09:58:05 +02:00
iris: Add support for MESA_SHADER_KERNEL in the disk cache
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6280>
This commit is contained in:
parent
65eeb06a7f
commit
3d7d76c152
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ static const enum iris_program_cache_id cache_id_for_stage[] = {
|
|||
[MESA_SHADER_GEOMETRY] = IRIS_CACHE_GS,
|
||||
[MESA_SHADER_FRAGMENT] = IRIS_CACHE_FS,
|
||||
[MESA_SHADER_COMPUTE] = IRIS_CACHE_CS,
|
||||
[MESA_SHADER_KERNEL] = IRIS_CACHE_CS,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue