| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | gl_sampler_cache: Port sampler cache to OpenGL | 2019-04-02 | 5 | -123/+82 | ||
| | * | | | | video_core: Abstract vk_sampler_cache into a templated class | 2019-04-02 | 5 | -58/+101 | ||
| * | | | | | Merge pull request #2348 from FernandoS27/guest-bindless | 2019-04-17 | 8 | -44/+217 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Adapt Bindless to work with AOFFI | 2019-04-08 | 1 | -7/+18 | ||
| | * | | | | | Move ConstBufferAccessor to Maxwell3d, correct mistakes and clang format. | 2019-04-08 | 9 | -44/+25 | ||
| | * | | | | | Fix bad rebase | 2019-04-08 | 1 | -2/+1 | ||
| | * | | | | | Fix TMML | 2019-04-08 | 1 | -5/+7 | ||
| | * | | | | | Simplify ConstBufferAccessor | 2019-04-08 | 5 | -53/+22 | ||
| | * | | | | | Refactor GetTextureCode and GetTexCode to use an optional instead of optional... | 2019-04-08 | 2 | -34/+33 | ||
| | * | | | | | Implement TXQ_B | 2019-04-08 | 2 | -2/+10 | ||
| | * | | | | | Implement TMML_B | 2019-04-08 | 1 | -5/+10 | ||
| | * | | | | | Corrections to TEX_B | 2019-04-08 | 2 | -4/+37 | ||
| | * | | | | | Fixes to Const Buffer Accessor and Formatting | 2019-04-08 | 3 | -10/+10 | ||
| | * | | | | | Implement Bindless Handling on SetupTexture | 2019-04-08 | 4 | -18/+34 | ||
| | * | | | | | Unify both sampler types. | 2019-04-08 | 4 | -22/+48 | ||
| | * | | | | | Implement Bindless Samplers and TEX_B in the IR. | 2019-04-08 | 4 | -16/+77 | ||
| | * | | | | | Implement Const Buffer Accessor | 2019-04-08 | 5 | -2/+65 | ||
| * | | | | | | Merge pull request #2315 from ReinUsesLisp/severity-decompiler | 2019-04-16 | 2 | -5/+20 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | shader_ir/memory: Reduce severity of LD_L cache management and log it | 2019-04-03 | 2 | -2/+9 | ||
| | * | | | | | | shader_ir/memory: Reduce severity of ST_L cache management and log it | 2019-04-03 | 2 | -3/+11 | ||
| * | | | | | | | Merge pull request #2384 from ReinUsesLisp/gl-state-clear | 2019-04-16 | 1 | -4/+4 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gl_rasterizer: Apply just the needed state on Clear | 2019-04-10 | 1 | -4/+4 | ||
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2092 from ReinUsesLisp/stg | 2019-04-16 | 11 | -89/+186 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | shader_ir: Implement STG, keep track of global memory usage and flush | 2019-04-14 | 11 | -89/+186 | ||
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * / | | | | | | Correct Pitch in Fermi2D | 2019-04-15 | 1 | -4/+1 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2373 from FernandoS27/z32 | 2019-04-13 | 2 | -2/+19 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Implement Texture Format ZF32_X24S8. | 2019-04-09 | 1 | -0/+2 | ||
| | * | | | | | | Correct depth compare with color formats for R32F | 2019-04-09 | 1 | -2/+17 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #2386 from ReinUsesLisp/shader-manager | 2019-04-13 | 2 | -34/+61 | ||
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | gl_shader_manager: Move code to source file and minor clean up | 2019-04-10 | 2 | -34/+61 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #2235 from ReinUsesLisp/spirv-decompiler | 2019-04-11 | 3 | -1/+1465 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | vk_shader_decompiler: Implement flow primitives | 2019-04-10 | 1 | -5/+82 | ||
| | * | | | | | vk_shader_decompiler: Implement most common texture primitives | 2019-04-10 | 1 | -8/+65 | ||
| | * | | | | | vk_shader_decompiler: Implement texture decompilation helper functions | 2019-04-10 | 1 | -0/+32 | ||
| | * | | | | | vk_shader_decompiler: Implement Assign and LogicalAssign | 2019-04-10 | 1 | -2/+64 | ||
| | * | | | | | vk_shader_decompiler: Implement non-OperationCode visits | 2019-04-10 | 1 | -7/+129 | ||
| | * | | | | | vk_shader_decompiler: Implement OperationCode decompilation interface | 2019-04-10 | 1 | -1/+411 | ||
| | * | | | | | vk_shader_decompiler: Implement Visit | 2019-04-10 | 1 | -1/+50 | ||
| | * | | | | | vk_shader_decompiler: Implement labels tree and flow | 2019-04-10 | 1 | -0/+71 | ||
| | * | | | | | vk_shader_decompiler: Implement declarations | 2019-04-10 | 1 | -3/+457 | ||
| | * | | | | | vk_shader_decompiler: Declare and stub interface for a SPIR-V decompiler | 2019-04-10 | 3 | -0/+127 | ||
| | * | | | | | video_core: Add sirit as optional dependency with Vulkan | 2019-04-10 | 1 | -1/+4 | ||
| | |/ / / / | ||||||
| * | | | | | gl_rasterizer_cache: Relax restrictions on FastCopySurface and FastLayeredCop... | 2019-04-11 | 1 | -4/+10 | ||
| * | | | | | Merge pull request #2278 from ReinUsesLisp/vc-texture-cache | 2019-04-10 | 3 | -0/+974 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | video_core: Implement API agnostic view based texture cache | 2019-03-22 | 3 | -0/+974 | ||
| * | | | | | | Merge pull request #2372 from FernandoS27/fermi-fix | 2019-04-10 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | Correct Fermi Copy on Linear Textures. | 2019-04-09 | 1 | -0/+4 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #2345 from ReinUsesLisp/multibind | 2019-04-10 | 4 | -30/+69 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | renderer_opengl/utils: Skip empty binds | 2019-04-05 | 1 | -0/+3 | ||
| | * | | | | | gl_rasterizer: Use ARB_multi_bind to update SSBOs | 2019-04-05 | 2 | -9/+9 | ||