| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-26 | video_core: Implement vulkan QuadStrip topology | FengChen | |
| 2022-12-12 | Merge pull request #9420 from liamwhite/aniso | Mai | |
| video_core: fix off by one in anisotropic filtering amount | |||
| 2022-12-11 | Merge pull request #9409 from liamwhite/smaa2 | Matías Locatti | |
| video_core: Integrate SMAA | |||
| 2022-12-10 | video_core: fix off by one in anisotropic filtering amount | Liam | |
| 2022-12-09 | Fix compilation error | Salvage | |
| 2022-12-08 | video_core: Integrate SMAA | Liam | |
| Co-authored-by: goldenx86 <goldenx86@users.noreply.github.com> Co-authored-by: BreadFish64 <breadfish64@users.noreply.github.com> | |||
| 2022-12-08 | Merge pull request #9401 from vonchenplus/draw_manager | Fernando S | |
| video_core: Implement maxwell3d draw manager and split draw logic | |||
| 2022-12-08 | video_core: Implement maxwell3d draw manager and split draw logic | Feng Chen | |
| 2022-12-06 | Merge pull request #9365 from liamwhite/val | Morph | |
| vulkan_common: quiet some validation errors | |||
| 2022-12-06 | Merge pull request #9393 from liamwhite/more-vulkan | Fernando S | |
| vulkan_common: further initialization tweaks | |||
| 2022-12-05 | Merge pull request #9360 from Kelebek1/R-E-S-P-E-C-T | liamwhite | |
| Respect render mode override | |||
| 2022-12-05 | vulkan_common: further initialization tweaks | Liam | |
| 2022-12-05 | Merge pull request #6833 from abouvier/unbundle | liamwhite | |
| cmake: prefer system libraries | |||
| 2022-12-05 | Vulkan: Implement Alpha coverage | Fernando Sahmkow | |
| 2022-12-04 | cmake: prefer system libraries | Alexandre Bouvier | |
| 2022-12-04 | vulkan_common: add feature test for shaderDrawParameters | Liam | |
| 2022-12-04 | vulkan_common: clean up extension usage | Liam | |
| 2022-12-04 | vulkan_common: correct usage of timeline semaphore fallbacks | Liam | |
| 2022-12-04 | vulkan_common: ensure all mandatory features are tested in feature report | Liam | |
| 2022-12-04 | vulkan_common: unsuffix 16-bit storage feature test structure | Liam | |
| 2022-12-04 | vulkan_common: unsuffix timeline semaphore feature test structure | Liam | |
| 2022-12-04 | vulkan_common: add logicOp to feature report | Liam | |
| 2022-12-04 | vulkan_common: promote host query reset usage to core | Liam | |
| 2022-12-04 | vulkan_common: promote descriptor update template usage to core | Liam | |
| 2022-12-04 | vulkan_common: promote timeline semaphore usage to core | Liam | |
| 2022-12-04 | Merge pull request #9374 from liamwhite/externals | liamwhite | |
| externals: update dynarmic, SDL2 | |||
| 2022-12-04 | externals: update dynarmic, SDL2 | Liam | |
| 2022-12-03 | Merge pull request #9344 from liamwhite/null | bunnei | |
| video_core: add null backend | |||
| 2022-12-03 | Merge pull request #9300 from ameerj/pch | liamwhite | |
| CMake: Use precompiled headers to improve compile times | |||
| 2022-12-03 | Merge pull request #9289 from liamwhite/fruit-company | liamwhite | |
| general: fix compile for Apple Clang | |||
| 2022-12-03 | Merge pull request #9353 from vonchenplus/draw_indexed | liamwhite | |
| video_core: Fine tuning the index drawing judgment logic | |||
| 2022-12-02 | Merge pull request #9303 from liamwhite/new-vulkan-init | Matías Locatti | |
| Vulkan: update initialization | |||
| 2022-12-01 | shader_recompiler: add gl_Layer translation GS for older hardware | Liam | |
| 2022-12-01 | video_core: Fine tuning the index drawing judgment logic | Feng Chen | |
| 2022-11-30 | vulkan_common: quiet some validation errors | Liam | |
| 2022-11-30 | CMake: Consolidate common PCH headers | ameerj | |
| 2022-11-30 | Respect render mode override | Kelebek1 | |
| 2022-11-29 | CMake: Use precompiled headers | ameerj | |
| 2022-11-29 | Merge pull request #9352 from lioncash/vidcast | liamwhite | |
| engines: Remove unnecessary casts | |||
| 2022-11-29 | host1x/syncpoint_manager: Eliminate unnecessary std::function construction | Lioncash | |
| We can just pass the function object through, and if it's a valid function, then it will automatically be converted. | |||
| 2022-11-29 | host1x/syncpoint_manager: Pass DeregisterAction() handle as const-ref | Lioncash | |
| The handle is only compared against and not modified in any way, so we can pass it by const reference. This also allows us to mark the respective parameters for DeregisterGuestAction() and DeregisterHostAction() as const references as well. | |||
| 2022-11-29 | maxwell_3d: Mark shifted value as unsigned | Lioncash | |
| Otherwise this is technically creating a signed int result that gets converted. Just a consistency change. While we're in the area, we can mark Samples() as const. | |||
| 2022-11-29 | engines: Remove unnecessary casts | Lioncash | |
| In a few cases we have some casts that can be trivially removed. | |||
| 2022-11-28 | video_core/surface: Eliminate casts in GetFormatType() | Lioncash | |
| We can just compare directly and get rid of verbose casting. | |||
| 2022-11-28 | video_core: add null backend | Liam | |
| 2022-11-27 | Vulkan: update initialization | Liam | |
| Co-authored-by: bylaws <bylaws@users.noreply.github.com> | |||
| 2022-11-27 | Merge pull request #9276 from goldenx86/fsrSlider | bunnei | |
| FSR Sharpening Slider | |||
| 2022-11-26 | Merge pull request #9288 from vonchenplus/deferred_draw | liamwhite | |
| video_core: Fine tune maxwell drawing trigger mechanism | |||
| 2022-11-26 | Merge pull request #9307 from Morph1984/not-used-correctly | liamwhite | |
| maxwell_to_vk: Fix format usage bits and add R16_SINT | |||
| 2022-11-24 | Merge pull request #9194 from FernandoS27/yfc-fermi2d | liamwhite | |
| YFC - Fermi2D: Rework blit engine and add a software blitter. | |||
