| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #12756 from liamwhite/applet-multiprocess-hwc | 2024-02-11 | 12 | -33/+35 | |
| |\ | |||||
| | * | nvnflinger/gpu: implement blending | 2024-02-09 | 12 | -33/+35 | |
| * | | host_shaders: add vendor workaround for adreno drivers | 2024-02-10 | 1 | -6/+4 | |
| |/ | |||||
| * | renderer_vulkan: implement layer stack composition | 2024-01-31 | 7 | -40/+34 | |
| * | renderer_vulkan: convert FSR to graphics pipeline | 2024-01-31 | 7 | -28/+37 | |
| * | renderer_opengl: split out FXAA | 2024-01-31 | 1 | -2/+2 | |
| * | Fix typos in video_core | 2024-01-07 | 1 | -9/+9 | |
| * | Merge pull request #11795 from Squall-Leonhart/D32FToOther | 2023-10-18 | 3 | -1/+17 | |
| |\ | |||||
| | * | Changes based on hardware tests | 2023-10-17 | 3 | -22/+3 | |
| | * | added missing trailing line. | 2023-10-16 | 1 | -1/+1 | |
| | * | use texelfetch instead of texturelod | 2023-10-16 | 2 | -2/+2 | |
| | * | Another missing copy connected to Bravely Default II | 2023-10-16 | 2 | -0/+19 | |
| | * | Implement missing formats for Bravely Default 2 | 2023-10-15 | 2 | -0/+16 | |
| * | | Merge pull request #11349 from vonchenplus/buffer_cache_crash | 2023-10-17 | 2 | -8/+8 | |
| |\ \ | |/ |/| | |||||
| | * | video_core: Fix d24r8/s8d24 convert shader build error in moltenvk | 2023-09-07 | 2 | -8/+8 | |
| * | | update shader to confirmed format copy | 2023-10-07 | 1 | -1/+1 | |
| * | | lets not convert depth to greyscale since this makes the exhaust and tire smo... | 2023-10-05 | 1 | -1/+1 | |
| * | | 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 | |