gl_shader_cache: Rework shader cache and remove post-specializations
Instead of pre-specializing shaders and then post-specializing them, drop the later and only "specialize" the shader while decoding it.
This commit is contained in:
		@@ -57,8 +57,6 @@ set(HASH_FILES
 | 
			
		||||
    "${VIDEO_CORE}/renderer_opengl/gl_shader_decompiler.h"
 | 
			
		||||
    "${VIDEO_CORE}/renderer_opengl/gl_shader_disk_cache.cpp"
 | 
			
		||||
    "${VIDEO_CORE}/renderer_opengl/gl_shader_disk_cache.h"
 | 
			
		||||
    "${VIDEO_CORE}/renderer_opengl/gl_shader_gen.cpp"
 | 
			
		||||
    "${VIDEO_CORE}/renderer_opengl/gl_shader_gen.h"
 | 
			
		||||
    "${VIDEO_CORE}/shader/decode/arithmetic.cpp"
 | 
			
		||||
    "${VIDEO_CORE}/shader/decode/arithmetic_half.cpp"
 | 
			
		||||
    "${VIDEO_CORE}/shader/decode/arithmetic_half_immediate.cpp"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user