| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implements D32_Float to A8B8G8R8_UNORM format copy | 2023-10-04 | 2 | -0/+15 | |
| * | host_shaders: More proper handling of x2 MSAA copies | 2023-09-25 | 2 | -4/+10 | |
| * | Query Cache: Fix Prefix Sums | 2023-09-23 | 2 | -82/+109 | |
| * | Query Cache: Simplify Prefix Sum compute shader | 2023-09-23 | 3 | -65/+227 | |
| * | Query Cache: Implement host side sample counting. | 2023-09-23 | 2 | -0/+125 | |
| * | Query Cachge: Fully rework Vulkan's query cache | 2023-09-23 | 2 | -0/+21 | |
| * | Merge pull request #11149 from ameerj/astc-perf-prod | 2023-08-21 | 1 | -535/+453 | |
| |\ | |||||
| | * | 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 | |
| | * | 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 | 3 | -103/+16 | |
| | * | vulkan dims specialization | 2023-08-06 | 3 | -16/+103 | |
| | * | 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 | |
| | * | 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 | |
| | * | restrict | 2023-08-06 | 1 | -2/+2 | |
| * | | Masked depthstencil clears | 2023-08-19 | 2 | -0/+13 | |
| |/ | |||||
| * | OpenGL: Add Local Memory warmup shader | 2023-06-25 | 2 | -0/+48 | |
| * | general: fix spelling mistakes | 2023-03-12 | 2 | -2/+2 | |
| * | texture_cache: OpenGL: Implement MSAA uploads and copies | 2023-02-11 | 3 | -0/+61 | |
| * | video_core: Implement vulkan clear specified channel | 2023-01-28 | 3 | -0/+26 | |
| * | video_core/opengl: Add FSR upscaling filter to the OpenGL renderer | 2023-01-26 | 4 | -2/+154 | |
| * | Merge pull request #9556 from vonchenplus/draw_texture | 2023-01-19 | 3 | -4/+11 | |
| |\ | |||||
| | * | Address feedback | 2023-01-16 | 1 | -1/+1 | |
| | * | video_core: Implement opengl/vulkan draw_texture | 2023-01-05 | 3 | -18/+12 | |
| | * | video_core: Implement maxwell3d draw texture method | 2023-01-05 | 1 | -0/+13 | |
| * | | vulkan: implement 'turbo mode' clock booster | 2023-01-04 | 2 | -0/+30 | |
| |/ | |||||
| * | video_core: Implement vulkan QuadStrip topology | 2022-12-26 | 1 | -2/+4 | |
| * | video_core: Integrate SMAA | 2022-12-08 | 9 | -5/+1564 | |