3017 Commits (4cbbcaa004d52d2f26eaa23a6017dc15a983d4b0)

Author SHA1 Message Date
Lioncash 603d9a632a shader/shader_ir: Mark tracking functions as const member functions 7 years ago
Lioncash c410a37168 shader/shader_ir: Place implementations of constructor and destructor in cpp file 7 years ago
Lioncash 034deed766 gl_shader_gen: std::move objects where applicable 7 years ago
Lioncash 41aa8982eb gl_shader_disk_cache: in-class initialize virtual file offset of ShaderDiskCacheOpenGL 7 years ago
Lioncash df62a68aba gl_shader_disk_cache: Default ShaderDiskCacheOpenGL's destructor in the cpp file 7 years ago
Lioncash 3e7c4827ec gl_shader_disk_cache: Make hash specializations noexcept 7 years ago
Lioncash 55feec3b8c gl_shader_disk_cache: Remove redundant code string construction in LoadDecompiledEntry() 7 years ago
Lioncash 71f4dffb88 gl_shader_disk_cache: Make variable non-const in decompiled entry case 7 years ago
Lioncash 1cc28a176d gl_shader_disk_cache: Special-case boolean handling 7 years ago
ReinUsesLisp 7ee1401455 gl_rasterizer: Limit OpenGL point size to a minimum of 1 7 years ago
ReinUsesLisp d88f57b60a maxwell_to_gl: Add TriangleFan primitive topology 7 years ago
ReinUsesLisp df5cfc7440 gl_rasterizer: Pass the right number of array quad vertices count 7 years ago
Fernando Sahmkow d7fbe5838c maxwell_3d: reduce sevirity of different component formats assert. 7 years ago
Lioncash c02a05d199 video_core/engines/engine_upload: Amend constructor initializer list order 7 years ago
Lioncash 0c9db2ddf0 video_core/engines/engine_upload: Default destructor in the cpp file 7 years ago
Lioncash f06049438a video_core/engines/engine_upload: Remove unnecessary const on parameters in function declarations 7 years ago
Lioncash d3f74a0c6f video_core/engines/engine_upload: Remove unnecessary includes 7 years ago
Lioncash a394c8b35a video_core/engines/maxwell3d: Get rid of three magic values in CallMethod() 7 years ago
Lioncash e9064216a2 video_core/engines/maxwell_3d: Simplify for loops into ranged for loops within InitializeRegisterDefaults() 7 years ago
Lioncash b66f9188cb video_core/engines/maxwell_3d: Add is_trivially_copyable_v check for Regs 7 years ago
Lioncash 68cd911bd1 yuzu: Remove explicit types from locks where applicable 7 years ago
Lioncash f7e6e4a882 video_core/gpu_thread: Remove redundant copy constructor for CommandDataContainer 7 years ago
Sebastian Valle 0315253319 GPU/MMEInterpreter: Ignore the 'exit' flag when it's executed inside a delay slot. 7 years ago
Lioncash 542ab1b1b9 video_core/memory_manager: Mark IsBlockContinuous() as a const member function 7 years ago
Lioncash 24e9c43cf1 video_core/memory_manager: Mark the constructor as explicit 7 years ago
Lioncash cb867f250a video_core/memory_manager: Default the destructor within the cpp file 7 years ago
Lioncash cf685d3e43 video_core/memory_manager: Amend doxygen comments 7 years ago
Lioncash 57744806c3 video_core/memory_manager: Remove superfluous const from function declarations 7 years ago
Lioncash 7afe083f67 video_core/renderer_opengl/gl_shader_cache: Correct member initialization order 7 years ago
Lioncash 18d2c00687 video_core/shader/decode/texture: Remove unused variable from GetTld4Code() 7 years ago
Lioncash 7033f5486e renderer_vulkan/vk_shader_decompiler: Remove unused variable from DeclareInternalFlags() 7 years ago
Lioncash 0feddedab1 video_core/renderer_opengl/gl_shader_decompiler: Remove unused Composite() function 7 years ago
Lioncash af21c30808 video_core/renderer_opengl/gl_rasterizer_cache: Remove unused variable in UploadGLMipmapTexture() 7 years ago
Lioncash 56ccfcdb4b video_core/gpu_thread: Remove unused local variable 7 years ago
Lioncash d6db5ebae2 video_core/textures/astc: Remove unused variables 7 years ago
Fernando Sahmkow ce5862c505 Correct possible error on Rasterizer Caches 7 years ago
Lioncash 7af5216680 shader/decode/texture: Remove unused variable 7 years ago
Lioncash bf153808f6 gl_rasterizer: Silence unused variable warning 7 years ago
ReinUsesLisp 5bf7324068 shader_ir/other: Implement IPA.IDX 7 years ago
ReinUsesLisp f1c26af844 gl_shader_decompiler: Skip physical unused attributes 7 years ago
ReinUsesLisp 6ed96fd359 shader_ir/memory: Assert on non-32 bits ALD.PHYS 7 years ago
ReinUsesLisp d6193e2e36 shader: Add physical attributes commentaries 7 years ago
ReinUsesLisp 7680b96e1a gl_shader_decompiler: Implement GLSL physical attributes 7 years ago
ReinUsesLisp f96020b2ae shader_ir/memory: Implement physical input attributes 7 years ago
ReinUsesLisp 0ace07d1cc gl_shader_decompiler: Abstract generic attribute operations 7 years ago
ReinUsesLisp ac78410d39 gl_shader_decompiler: Declare all possible varyings on physical attribute usage 7 years ago
ReinUsesLisp f6194ce3fe shader: Remove unused AbufNode Ipa mode 7 years ago
ReinUsesLisp d786245490 shader_ir/memory: Emit AL2P IR 7 years ago
ReinUsesLisp 9a9902214e shader_bytecode: Add AL2P decoding 7 years ago
Fernando Sahmkow 08f861a820 Refactors and name corrections. 7 years ago