aboutsummaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2019-05-14video_core/engines/engine_upload: Remove unnecessary const on parameters in f...Lioncash
2019-05-14video_core/engines/engine_upload: Remove unnecessary includesLioncash
2019-05-14video_core/engines/maxwell3d: Get rid of three magic values in CallMethod()Lioncash
2019-05-14video_core/engines/maxwell_3d: Simplify for loops into ranged for loops withi...Lioncash
2019-05-14video_core/engines/maxwell_3d: Add is_trivially_copyable_v check for RegsLioncash
2019-05-14yuzu: Remove explicit types from locks where applicableLioncash
2019-05-14video_core/gpu_thread: Remove redundant copy constructor for CommandDataConta...Lioncash
2019-05-14Merge pull request #2462 from lioncash/video-mmMat M
2019-05-14Merge pull request #2461 from lioncash/unused-varMat M
2019-05-13Merge pull request #2413 from FernandoS27/opt-gpuRodrigo Locatti
2019-05-12GPU/MMEInterpreter: Ignore the 'exit' flag when it's executed inside a delay ...Sebastian Valle
2019-05-09video_core/memory_manager: Mark IsBlockContinuous() as a const member functionLioncash
2019-05-09video_core/memory_manager: Mark the constructor as explicitLioncash
2019-05-09video_core/memory_manager: Default the destructor within the cpp fileLioncash
2019-05-09video_core/memory_manager: Amend doxygen commentsLioncash
2019-05-09video_core/memory_manager: Remove superfluous const from function declarationsLioncash
2019-05-09video_core/renderer_opengl/gl_shader_cache: Correct member initialization orderLioncash
2019-05-09video_core/shader/decode/texture: Remove unused variable from GetTld4Code()Lioncash
2019-05-09renderer_vulkan/vk_shader_decompiler: Remove unused variable from DeclareInte...Lioncash
2019-05-09video_core/renderer_opengl/gl_shader_decompiler: Remove unused Composite() fu...Lioncash
2019-05-09video_core/renderer_opengl/gl_rasterizer_cache: Remove unused variable in Upl...Lioncash
2019-05-09video_core/gpu_thread: Remove unused local variableLioncash
2019-05-09video_core/textures/astc: Remove unused variablesLioncash
2019-05-09Merge pull request #2442 from FernandoS27/astc-fixbunnei
2019-05-09Merge pull request #2443 from ReinUsesLisp/skip-repeated-variantsbunnei
2019-05-09Merge pull request #2429 from FernandoS27/computebunnei
2019-05-07Correct possible error on Rasterizer CachesFernando Sahmkow
2019-05-04shader/decode/texture: Remove unused variableLioncash
2019-05-04gl_rasterizer: Silence unused variable warningLioncash
2019-05-02shader_ir/other: Implement IPA.IDXReinUsesLisp
2019-05-02gl_shader_decompiler: Skip physical unused attributesReinUsesLisp
2019-05-02shader_ir/memory: Assert on non-32 bits ALD.PHYSReinUsesLisp
2019-05-02shader: Add physical attributes commentariesReinUsesLisp
2019-05-02gl_shader_decompiler: Implement GLSL physical attributesReinUsesLisp
2019-05-02shader_ir/memory: Implement physical input attributesReinUsesLisp
2019-05-02gl_shader_decompiler: Abstract generic attribute operationsReinUsesLisp
2019-05-02gl_shader_decompiler: Declare all possible varyings on physical attribute usageReinUsesLisp
2019-05-02shader: Remove unused AbufNode Ipa modeReinUsesLisp
2019-05-02shader_ir/memory: Emit AL2P IRReinUsesLisp
2019-05-02shader_bytecode: Add AL2P decodingReinUsesLisp
2019-05-01Refactors and name corrections.Fernando Sahmkow
2019-05-01gl_shader_disk_cache: Skip stored shader variants instead of assertingReinUsesLisp
2019-04-30Fix Layered ASTC TexturesFernando Sahmkow
2019-04-30Merge pull request #2100 from FreddyFunk/disk-cache-precompiled-filebunnei
2019-04-28Merge pull request #2435 from ReinUsesLisp/misc-vcbunnei
2019-04-28Merge pull request #2322 from ReinUsesLisp/wswitchbunnei
2019-04-28Merge pull request #2423 from FernandoS27/half-correctbunnei
2019-04-26shader_ir: Move Sampler index entry in operand< to sort declarationsReinUsesLisp
2019-04-26shader_ir: Add missing entry to Sampler operand< comparisonReinUsesLisp
2019-04-26shader_ir/texture: Fix sampler const buffer key shiftReinUsesLisp