iris: Normalize all compute shaders to MESA_SHADER_COMPUTE
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6405>
This commit is contained in:
committed by
Marge Bot
parent
d0a8ad77e9
commit
b4b39b802b
@@ -132,7 +132,6 @@ 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,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user