| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | externals: update Vulkan-Headers to v1.3.238 | 2022-12-19 | 1 | -0/+12 | |
| | | |||||
| * | Merge pull request #7450 from FernandoS27/ndc-vulkan | 2022-12-17 | 5 | -4/+47 | |
| |\ | | | | | Vulkan: Add support for VK_EXT_depth_clip_control. | ||||
| | * | Vulkan: Add support for VK_EXT_depth_clip_control. | 2022-12-13 | 5 | -4/+47 | |
| | | | |||||
| * | | Remove unimplemented transform feedback geometry spam, it should be implemented | 2022-12-16 | 1 | -2/+1 | |
| | | | |||||
| * | | Merge pull request #9431 from liamwhite/sixty-five-oh-two | 2022-12-15 | 1 | -1/+2 | |
| |\ \ | | | | | | | vulkan_common: declare storageBuffer8BitAccess | ||||
| | * | | vulkan_common: declare storageBuffer8BitAccess | 2022-12-13 | 1 | -1/+2 | |
| | |/ | |||||
| * | | Merge pull request #7410 from Nefsen402/wayland-fixes | 2022-12-15 | 9 | -55/+92 | |
| |\ \ | | | | | | | Wayland fixes | ||||
| | * | | gl_device: Use a more robust way to use strict context mode | 2022-12-13 | 3 | -8/+7 | |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | | video_core/vulkan: Explicity check swapchain size when deciding to recreate | 2022-12-13 | 3 | -15/+28 | |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | | renderer_opengl: refactor context acquire | 2022-12-13 | 5 | -36/+61 | |
| | |/ | |||||
| * / | Fix validation errors on less compatible Intel GPU | 2022-12-12 | 5 | -2/+34 | |
| |/ | |||||
| * | Merge pull request #9406 from vonchenplus/topology | 2022-12-12 | 4 | -32/+36 | |
| |\ | | | | | video_core: Adjust topology update logic and Adjust Clear Manage | ||||
| | * | video_core: Add vertex_array_instance_* sbubbed called warning | 2022-12-08 | 1 | -0/+5 | |
| | | | |||||
| | * | video_core: The draw manager manages whether Clear is required. | 2022-12-08 | 3 | -10/+9 | |
| | | | |||||
| | * | video_core: Adjust topology update logic | 2022-12-08 | 2 | -23/+23 | |
| | | | |||||
| * | | Merge pull request #9420 from liamwhite/aniso | 2022-12-12 | 1 | -1/+2 | |
| |\ \ | | | | | | | video_core: fix off by one in anisotropic filtering amount | ||||
| | * | | video_core: fix off by one in anisotropic filtering amount | 2022-12-10 | 1 | -1/+2 | |
| | | | | |||||
| * | | | Merge pull request #9409 from liamwhite/smaa2 | 2022-12-11 | 21 | -27/+13878 | |
| |\ \ \ | |/ / |/| | | video_core: Integrate SMAA | ||||
| | * | | video_core: Integrate SMAA | 2022-12-08 | 21 | -27/+13878 | |
| | |/ | | | | | | | | | Co-authored-by: goldenx86 <goldenx86@users.noreply.github.com> Co-authored-by: BreadFish64 <breadfish64@users.noreply.github.com> | ||||
| * / | Fix compilation error | 2022-12-09 | 1 | -1/+1 | |
| |/ | |||||
| * | Merge pull request #9401 from vonchenplus/draw_manager | 2022-12-08 | 12 | -267/+341 | |
| |\ | | | | | video_core: Implement maxwell3d draw manager and split draw logic | ||||
| | * | video_core: Implement maxwell3d draw manager and split draw logic | 2022-12-08 | 12 | -267/+341 | |
| | | | |||||
| * | | Merge pull request #9365 from liamwhite/val | 2022-12-06 | 2 | -1/+3 | |
| |\ \ | | | | | | | vulkan_common: quiet some validation errors | ||||
| | * | | vulkan_common: quiet some validation errors | 2022-11-30 | 2 | -1/+3 | |
| | | | | |||||
| * | | | Merge pull request #9393 from liamwhite/more-vulkan | 2022-12-06 | 2 | -1/+9 | |
| |\ \ \ | | | | | | | | | vulkan_common: further initialization tweaks | ||||
| | * | | | vulkan_common: further initialization tweaks | 2022-12-05 | 2 | -1/+9 | |
| | | | | | |||||
| * | | | | Merge pull request #9360 from Kelebek1/R-E-S-P-E-C-T | 2022-12-05 | 1 | -29/+39 | |
| |\ \ \ \ | |/ / / |/| | | | Respect render mode override | ||||
| | * | | | Respect render mode override | 2022-11-30 | 1 | -29/+39 | |
| | |/ / | |||||
| * | | | Merge pull request #6833 from abouvier/unbundle | 2022-12-05 | 1 | -4/+3 | |
| |\ \ \ | | | | | | | | | cmake: prefer system libraries | ||||
| | * | | | cmake: prefer system libraries | 2022-12-04 | 1 | -4/+3 | |
| | | | | | |||||
| * | | | | Vulkan: Implement Alpha coverage | 2022-12-05 | 3 | -2/+6 | |
| | |_|/ |/| | | |||||
| * | | | vulkan_common: add feature test for shaderDrawParameters | 2022-12-04 | 1 | -1/+13 | |
| | | | | |||||
| * | | | vulkan_common: clean up extension usage | 2022-12-04 | 12 | -102/+105 | |
| | | | | |||||
| * | | | vulkan_common: correct usage of timeline semaphore fallbacks | 2022-12-04 | 1 | -2/+1 | |
| | | | | |||||
| * | | | vulkan_common: ensure all mandatory features are tested in feature report | 2022-12-04 | 1 | -1/+24 | |
| | | | | |||||
| * | | | vulkan_common: unsuffix 16-bit storage feature test structure | 2022-12-04 | 1 | -2/+2 | |
| | | | | |||||
| * | | | vulkan_common: unsuffix timeline semaphore feature test structure | 2022-12-04 | 1 | -2/+2 | |
| | | | | |||||
| * | | | vulkan_common: add logicOp to feature report | 2022-12-04 | 1 | -1/+2 | |
| | | | | |||||
| * | | | vulkan_common: promote host query reset usage to core | 2022-12-04 | 4 | -11/+12 | |
| | | | | |||||
| * | | | vulkan_common: promote descriptor update template usage to core | 2022-12-04 | 8 | -37/+36 | |
| | | | | |||||
| * | | | vulkan_common: promote timeline semaphore usage to core | 2022-12-04 | 3 | -9/+15 | |
| |/ / | |||||
| * | | Merge pull request #9374 from liamwhite/externals | 2022-12-04 | 2 | -13/+19 | |
| |\ \ | | | | | | | externals: update dynarmic, SDL2 | ||||
| | * | | externals: update dynarmic, SDL2 | 2022-12-04 | 2 | -13/+19 | |
| | | | | |||||
| * | | | Merge pull request #9344 from liamwhite/null | 2022-12-03 | 6 | -0/+236 | |
| |\ \ \ | |/ / |/| | | video_core: add null backend | ||||
| | * | | video_core: add null backend | 2022-11-28 | 6 | -0/+236 | |
| | | | | |||||
| * | | | Merge pull request #9300 from ameerj/pch | 2022-12-03 | 2 | -0/+11 | |
| |\ \ \ | | | | | | | | | CMake: Use precompiled headers to improve compile times | ||||
| | * | | | CMake: Consolidate common PCH headers | 2022-11-30 | 1 | -7/+1 | |
| | | | | | |||||
| | * | | | CMake: Use precompiled headers | 2022-11-29 | 2 | -0/+17 | |
| | | |/ | |/| | |||||
| * | | | Merge pull request #9289 from liamwhite/fruit-company | 2022-12-03 | 28 | -12/+26 | |
| |\ \ \ | | | | | | | | | general: fix compile for Apple Clang | ||||
| | * | | | general: fix compile for Apple Clang | 2022-11-22 | 28 | -12/+26 | |
| | | | | | |||||