| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | video_core/textures: Move GetMaxAnisotropy to cpp file | 2020-04-07 | 2 | -19/+23 | ||
| | * | | | | | video_core/texture: Use a LUT to convert sRGB texture borders | 2020-04-07 | 3 | -9/+61 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3610 from FernandoS27/gpu-caches | 2020-04-09 | 30 | -424/+374 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | VkRasterizer: Eliminate Legacy code. | 2020-04-08 | 1 | -1/+0 | ||
| | * | | | | | Memory: Correct GCC errors. | 2020-04-08 | 2 | -2/+3 | ||
| | * | | | | | Memory: Address Feedback. | 2020-04-08 | 3 | -4/+7 | ||
| | * | | | | | GPUMemoryManager: Improve safety of memory reads. | 2020-04-08 | 3 | -55/+47 | ||
| | * | | | | | Clang Format. | 2020-04-06 | 1 | -6/+3 | ||
| | * | | | | | Shader/Pipeline Cache: Use VAddr instead of physical memory for addressing. | 2020-04-06 | 7 | -87/+62 | ||
| | * | | | | | Query Cache: Use VAddr instead of physical memory for adressing. | 2020-04-06 | 3 | -23/+22 | ||
| | * | | | | | Buffer Cache: Use vAddr instead of physical memory. | 2020-04-06 | 10 | -106/+129 | ||
| | * | | | | | Texture Cache: Use vAddr instead of physical memory for caching. | 2020-04-06 | 5 | -130/+81 | ||
| | * | | | | | GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr | 2020-04-06 | 13 | -61/+71 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3601 from ReinUsesLisp/some-shader-encodings | 2020-04-09 | 3 | -5/+18 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | shader/other: Add error message for some S2R registers | 2020-04-04 | 1 | -0/+6 | ||
| | * | | | | shader_bytecode: Rename MOV_SYS to S2R | 2020-04-04 | 2 | -5/+5 | ||
| | * | | | | shader_bytecode: Add encoding for BAR | 2020-04-04 | 1 | -0/+2 | ||
| | * | | | | shader_ir: Add error message for EXIT.FCSM_TR | 2020-04-04 | 1 | -0/+3 | ||
| | * | | | | shader_bytecode: Add encoding for VOTE.VTG | 2020-04-04 | 1 | -0/+2 | ||
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #3599 from ReinUsesLisp/revert-3499 | 2020-04-07 | 1 | -4/+2 | ||
| |\ \ \ \ | ||||||
| | * | | | | Revert "Merge pull request #3499 from ReinUsesLisp/depth-2d-array" | 2020-04-04 | 1 | -4/+2 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #3489 from namkazt/patch-2 | 2020-04-07 | 2 | -11/+353 | ||
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | address nit. | 2020-04-07 | 1 | -1/+1 | ||
| | * | | | Apply suggestions from code review | 2020-04-07 | 1 | -9/+9 | ||
| | * | | | shader_decode: SULD.D using std::pair instead of out parameter | 2020-04-06 | 2 | -19/+15 | ||
| | * | | | shader_decode: SULD.D avoid duplicate code block. | 2020-04-06 | 1 | -39/+2 | ||
| | * | | | shader_decode: SULD.D fix conversion error. | 2020-04-06 | 1 | -3/+3 | ||
| | * | | | shader_decode: SULD.D implement bits64 and reverse shader ir init method to r... | 2020-04-06 | 5 | -46/+105 | ||
| | * | | | silent warning (conversion error) | 2020-04-05 | 1 | -3/+2 | ||
| | * | | | shader_decode: SULD.D -> SINT actually same as UNORM. | 2020-04-05 | 1 | -5/+4 | ||
| | * | | | shader_decode: SULD.D fix decode SNORM component | 2020-04-05 | 1 | -10/+9 | ||
| | * | | | clang-format | 2020-04-05 | 1 | -2/+2 | ||
| | * | | | shader_decode: get sampler descriptor from registry. | 2020-04-05 | 1 | -77/+93 | ||
| | * | | | tweaking. | 2020-04-05 | 1 | -3/+3 | ||
| | * | | | clang-format | 2020-04-05 | 1 | -2/+1 | ||
| | * | | | cleanup unuse params | 2020-04-05 | 1 | -8/+6 | ||
| | * | | | cleanup debug code. | 2020-04-05 | 1 | -14/+3 | ||
| | * | | | reimplement get component type, uncomment mistaken code | 2020-04-05 | 1 | -18/+93 | ||
| | * | | | remove disable optimize | 2020-04-05 | 1 | -2/+0 | ||
| | * | | | [wip] reimplement SULD.D | 2020-04-05 | 1 | -22/+229 | ||
| | * | | | add shader stage when init shader ir | 2020-04-05 | 4 | -9/+12 | ||
| | * | | | clang-fix | 2020-04-05 | 1 | -1/+1 | ||
| | * | | | shader: image - import PredCondition | 2020-04-05 | 1 | -0/+1 | ||
| | * | | | shader: SULD.D bits32 implement more complexer method. | 2020-04-05 | 1 | -4/+28 | ||
| | * | | | shader: SULD.D import StoreType | 2020-04-05 | 1 | -0/+1 | ||
| | * | | | shader: implement SULD.D bits32 | 2020-04-05 | 1 | -11/+27 | ||
| | |/ / | ||||||
| * | | | Merge pull request #3513 from ReinUsesLisp/native-astc | 2020-04-06 | 12 | -301/+247 | ||
| |\ \ \ | ||||||
| | * | | | gl_texture_cache: Fix software ASTC fallback | 2020-04-01 | 1 | -7/+12 | ||
| | * | | | vk_device: Add missing ASTC queries | 2020-04-01 | 1 | -14/+29 | ||
| | * | | | video_core: Use native ASTC when available | 2020-04-01 | 10 | -281/+176 | ||