| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-15 | Merge pull request #7410 from Nefsen402/wayland-fixes | liamwhite | |
| Wayland fixes | |||
| 2022-12-13 | gl_device: Use a more robust way to use strict context mode | Alexander Orzechowski | |
| Instead of checking a environment variable which may not actually exist or is just wrong, ask QT if it's running on the wayland platform. | |||
| 2022-12-13 | video_core/vulkan: Explicity check swapchain size when deciding to recreate | Alexander Orzechowski | |
| Vulkan for whatever reason does not return VK_ERROR_OUT_OF_DATE_KHR when the swapchain is the wrong size. Explicity make sure the size is indeed up to date to workaround this. | |||
| 2022-12-13 | renderer_opengl: refactor context acquire | Liam | |
| 2022-12-12 | Fix validation errors on less compatible Intel GPU | yzct12345 | |
| 2022-12-12 | Merge pull request #9406 from vonchenplus/topology | bunnei | |
| video_core: Adjust topology update logic and Adjust Clear Manage | |||
| 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 | video_core: Add vertex_array_instance_* sbubbed called warning | FengChen | |
| 2022-12-08 | video_core: The draw manager manages whether Clear is required. | FengChen | |
| 2022-12-08 | video_core: Adjust topology update logic | FengChen | |
| 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. | |||
