summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2019-07-07Delete decode_integer_set.cppTobias
2019-07-05Merge pull request #2601 from FernandoS27/texture_cacheZach Hilman
2019-07-05texture_cache: Address FeedbackFernando Sahmkow
2019-07-04texture_cache: Correct Texture Buffer UploadingFernando Sahmkow
2019-07-03gl_shader_cache: Make CachedShader constructor privateZach Hilman
2019-07-03Merge pull request #2563 from ReinUsesLisp/shader-initializersZach Hilman
2019-07-01rasterizer_cache: Protect inherited caches from submission levelFernando Sahmkow
2019-06-29texture_cache: Pack sibling queries inside a methodReinUsesLisp
2019-06-29texture_cache: Use std::vector reservation for sampled_texturesReinUsesLisp
2019-06-29texture_cache: Style changesReinUsesLisp
2019-06-29texture_cache: Use std::array for siblings_tableReinUsesLisp
2019-06-29texture_cache: Address feedbackReinUsesLisp
2019-06-25texture_cache: Correct variable naming.Fernando Sahmkow
2019-06-25gl_texture_cache: Correct assertsFernando Sahmkow
2019-06-25texture_cache: Corrections, documentation and assertsFernando Sahmkow
2019-06-25surface_params: Corrections, asserts and documentation.Fernando Sahmkow
2019-06-25copy_params: use constexpr for constructorFernando Sahmkow
2019-06-25gl_texture_cache: Corrections and fixesFernando Sahmkow
2019-06-25gl_resource_manager: Correct MakeStreamCopyFernando Sahmkow
2019-06-25texture_cache: Query MemoryManager from the systemFernando Sahmkow
2019-06-24texture_cache: Include "core/core.h"ReinUsesLisp
2019-06-24gl_texture_cache: Explicitly add indirect includeReinUsesLisp
2019-06-24texture_cache/surface_view: Address feedbackReinUsesLisp
2019-06-24texture_cache/surface_base: Address feedbackReinUsesLisp
2019-06-24video_core/surface: Address feedbackReinUsesLisp
2019-06-24decode/texture: Address feedbackReinUsesLisp
2019-06-24renderer_opengl/utils: Remove unused includes and unused forward declarationReinUsesLisp
2019-06-24gl_texture_cache: Address some feedbackReinUsesLisp
2019-06-24gl_shader_disk_cache: Address feedbackReinUsesLisp
2019-06-24gl_shader_decompiler: Address feedbackReinUsesLisp
2019-06-24shader_bytecode: Include missing <array>ReinUsesLisp
2019-06-21Merge pull request #2579 from ReinUsesLisp/fix-aoffi-testbunnei
2019-06-20texture_cache: Style and CorrectionsFernando Sahmkow
2019-06-20shader_cache: Correct versioning and size calculation.Fernando Sahmkow
2019-06-20texture_cache: Eliminate linear textures fallthroughFernando Sahmkow
2019-06-20texture_cache: Correct format R16U as siblingFernando Sahmkow
2019-06-20texture_cache: Implement texception detection and texture barriers.Fernando Sahmkow
2019-06-20texture_cache: Corrections to buffers and shadow formats use.Fernando Sahmkow
2019-06-20texture_cache: Implement Irregular Views in surfacesFernando Sahmkow
2019-06-20surface: Correct format S8Z24Fernando Sahmkow
2019-06-20texture_cache: Initialize all siblings to invalid pixel format.Fernando Sahmkow
2019-06-20gl_texture_cache: Use Stream Buffers instead of Persistant for Buffer Copies.Fernando Sahmkow
2019-06-20gl_texture_cache: Correct Image BlitFernando Sahmkow
2019-06-20decoders: correct block calculationFernando Sahmkow
2019-06-20texture_cache: Use siblings textures on Rebuild and fix possible error on bli...Fernando Sahmkow
2019-06-20texture_cache: Remove old rasterizer cacheFernando Sahmkow
2019-06-20texture_cache: Implement siblings texture formats.Fernando Sahmkow
2019-06-20fermi2d: Correct Origin ModeFernando Sahmkow
2019-06-20texture_cache: correct texture buffer on surface paramsFernando Sahmkow
2019-06-20texture_cache: eliminate accelerated depth->color/color->depth copies due to ...Fernando Sahmkow