| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Look for the most recently modified image for present | 2023-09-11 | 1 | -1/+14 | ||
| * | | | | Merge pull request #11470 from GPUCode/bundle-vvl | 2023-09-10 | 5 | -53/+6 | ||
| |\ \ \ \ | ||||||
| | * | | | | renderer_vulkan: Remove debug report | 2023-09-08 | 5 | -53/+6 | ||
| * | | | | | vk_buffer_cache: Respect max vertex bindings in BindVertexBuffers (#11471) | 2023-09-10 | 1 | -4/+7 | ||
| * | | | | | Merge pull request #11383 from FernandoS27/are-you-a-wabbit | 2023-09-02 | 12 | -12/+139 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | VideoCore: Implement DispatchIndirect | 2023-08-27 | 11 | -13/+119 | ||
| | * | | | | | Shader Recompiler: Auto stub special registers and dump pipelines on exception. | 2023-08-27 | 1 | -0/+13 | ||
| | * | | | | | DMA Pusher: Fix regression caused by guest memory optimizations | 2023-08-26 | 1 | -0/+8 | ||
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge pull request #11393 from FernandoS27/bayo-got-busted-up | 2023-09-02 | 1 | -1/+5 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Maxwell3D: Improve Index buffer size estimation. | 2023-08-27 | 1 | -1/+5 | ||
| * | | | | | Use initial_frame to check interlaced flag | 2023-08-28 | 1 | -1/+2 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #11389 from FernandoS27/discard-fix | 2023-08-27 | 1 | -1/+9 | ||
| |\ \ \ \ | ||||||
| | * | | | | Buffer Cache: fix discard writes. | 2023-08-27 | 1 | -1/+9 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #11317 from Kelebek1/macro_dumps | 2023-08-26 | 2 | -11/+20 | ||
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Mark decompiled macros as decompiled on dump, dump shaders after translation | 2023-08-25 | 2 | -11/+20 | ||
| * | | | | Merge pull request #11302 from vonchenplus/vulkan_macos | 2023-08-22 | 2 | -9/+15 | ||
| |\ \ \ \ | ||||||
| | * | | | | Add macos moltenvk bundle, Add copy moltevk dylib script | 2023-08-22 | 2 | -9/+15 | ||
| * | | | | | Merge pull request #11149 from ameerj/astc-perf-prod | 2023-08-21 | 2 | -535/+454 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | flatten color_values | 2023-08-09 | 1 | -14/+9 | ||
| | * | | | | | flatten encoding_values | 2023-08-09 | 1 | -11/+10 | ||
| | * | | | | | flatten result vector | 2023-08-09 | 1 | -14/+5 | ||
| | * | | | | | GetUnquantizedWeightVector | 2023-08-09 | 1 | -69/+63 | ||
| | * | | | | | Revert "HACK: Avoid swizzling and reuploading ASTC image every frame" | 2023-08-06 | 5 | -39/+4 | ||
| | * | | | | | HACK: Avoid swizzling and reuploading ASTC image every frame | 2023-08-06 | 5 | -4/+39 | ||
| | * | | | | | Compute Replicate | 2023-08-06 | 1 | -85/+20 | ||
| | * | | | | | minor | 2023-08-06 | 1 | -12/+6 | ||
| | * | | | | | undo uint | 2023-08-06 | 1 | -3/+3 | ||
| | * | | | | | Revert "vulkan dims specialization" | 2023-08-06 | 5 | -198/+27 | ||
| | * | | | | | vulkan dims specialization | 2023-08-06 | 5 | -27/+198 | ||
| | * | | | | | small_block opt | 2023-08-06 | 1 | -4/+3 | ||
| | * | | | | | remove TexelWeightParams | 2023-08-06 | 1 | -46/+31 | ||
| | * | | | | | error/void extent funcs | 2023-08-06 | 1 | -48/+43 | ||
| | * | | | | | more packing | 2023-08-06 | 1 | -109/+109 | ||
| | * | | | | | Revert "uint result index" | 2023-08-06 | 1 | -1/+1 | ||
| | * | | | | | Revert "bfe instead of mod" | 2023-08-06 | 1 | -15/+13 | ||
| | * | | | | | Revert "global endpoints" | 2023-08-06 | 1 | -36/+40 | ||
| | * | | | | | global endpoints | 2023-08-06 | 1 | -40/+36 | ||
| | * | | | | | bfe instead of mod | 2023-08-06 | 1 | -13/+15 | ||
| | * | | | | | uint result index | 2023-08-06 | 1 | -1/+1 | ||
| | * | | | | | amd opts | 2023-08-06 | 1 | -16/+13 | ||
| | * | | | | | gl | 2023-08-06 | 1 | -0/+1 | ||
| | * | | | | | const, pack result_vector and replicate tables, | 2023-08-06 | 1 | -227/+260 | ||
| | * | | | | | minor redundancy cleanup | 2023-08-06 | 1 | -12/+2 | ||
| | * | | | | | extractbits robustness | 2023-08-06 | 1 | -5/+8 | ||
| | * | | | | | reuse vectors memory | 2023-08-06 | 1 | -33/+17 | ||
| | * | | | | | EncodingData pack | 2023-08-06 | 1 | -44/+69 | ||
| | * | | | | | flattening | 2023-08-06 | 1 | -43/+44 | ||
| | * | | | | | weights refactor | 2023-08-06 | 1 | -26/+22 | ||
| | * | | | | | params.max_weight | 2023-08-06 | 1 | -5/+2 | ||
| | * | | | | | skip bits | 2023-08-06 | 1 | -9/+14 | ||