| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Video_core: Address feedback | 2023-01-04 | 20 | -170/+346 | |
| | | |||||
| * | Texture Cache: Implement async texture downloads. | 2023-01-03 | 5 | -35/+91 | |
| | | |||||
| * | Vulkan: Update blacklisting to latest driver versions. | 2023-01-03 | 1 | -5/+12 | |
| | | |||||
| * | ShaderCompiler: Inline driver specific constants. | 2023-01-03 | 5 | -3/+39 | |
| | | |||||
| * | Vulkan: rework stencil tracking. | 2023-01-03 | 4 | -36/+169 | |
| | | |||||
| * | vulkan_common: blacklist radv from extended_dynamic_state2 on drivers before ↵ | 2023-01-01 | 2 | -2/+14 | |
| | | | | | 22.3.1 | ||||
| * | video_core: fix build | 2023-01-01 | 4 | -3/+38 | |
| | | |||||
| * | MacroHLE: Final cleanup and fixes. | 2023-01-01 | 14 | -128/+94 | |
| | | |||||
| * | Rasterizer: Setup skeleton for Host Conditional rendering | 2023-01-01 | 6 | -10/+53 | |
| | | |||||
| * | RasterizerMemory: Add filtering for flushing/invalidation operations. | 2023-01-01 | 14 | -93/+186 | |
| | | |||||
| * | Vulkan: Allow stagging buffer deferrals. | 2023-01-01 | 2 | -21/+56 | |
| | | |||||
| * | MacroHLE: Add OpenGL Support | 2023-01-01 | 6 | -39/+107 | |
| | | |||||
| * | Vulkan: Add other additional pipeline specs | 2023-01-01 | 1 | -1/+17 | |
| | | |||||
| * | Vulkan: Implement Dynamic State 3 | 2023-01-01 | 13 | -105/+313 | |
| | | |||||
| * | Vulkan Implement Dynamic State 2 LogicOp and PatchVertices | 2023-01-01 | 12 | -27/+75 | |
| | | |||||
| * | Vulkan: Implement Dynamic States 2 | 2023-01-01 | 13 | -66/+315 | |
| | | |||||
| * | DMAPusher: Improve collection of non executing methods | 2023-01-01 | 13 | -2/+181 | |
| | | |||||
| * | Revert Buffer cache changes and setup additional macros. | 2023-01-01 | 7 | -128/+179 | |
| | | |||||
| * | MacroHLE: Reduce massive calculations on sizing estimation. | 2023-01-01 | 9 | -95/+238 | |
| | | |||||
| * | MacroHLE: Add HLE replacement for base vertex and base instance. | 2023-01-01 | 22 | -70/+265 | |
| | | |||||
| * | MacroHLE: Add Index Buffer size estimation. | 2023-01-01 | 5 | -10/+74 | |
| | | |||||
| * | MacroHLE: Refactor MacroHLE system. | 2023-01-01 | 11 | -121/+420 | |
| | | |||||
| * | MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect. | 2023-01-01 | 16 | -72/+252 | |
| | | |||||
| * | MacroHLE: Add MultidrawIndirect HLE Macro. | 2023-01-01 | 13 | -47/+169 | |
| | | |||||
| * | vfs: Replace cstr concat with char concat | 2023-01-01 | 1 | -3/+3 | |
| | | |||||
| * | Merge pull request #9533 from merryhime/overcommit | 2023-01-01 | 1 | -2/+17 | |
| |\ | | | | | host_memory: mmap changes for virtual_base | ||||
| | * | host_memory: Use transparent huge pages where available | 2023-01-01 | 1 | -0/+15 | |
| | | | |||||
| | * | host_memory: Allocate virtual_base with MAP_NORESERVE | 2023-01-01 | 1 | -2/+2 | |
| | | | | | | | | | | | Specify that we do not require swap to be reserved for this address range; allow overcommitting. | ||||
| * | | Merge pull request #9514 from ColinKinloch/en_gb | 2023-01-01 | 2 | -1/+47 | |
| |\ \ | |/ |/| | settings: warn on invalid regon/language combinations | ||||
| | * | settings: comment language blocklist columns | 2022-12-30 | 1 | -7/+13 | |
| | | | |||||
| | * | settings: added regon/language warning bounds check | 2022-12-29 | 1 | -1/+1 | |
| | | | |||||
| | * | settings: warn on invalid regon/language combinations | 2022-12-28 | 2 | -1/+41 | |
| | | | |||||
| * | | core: hid: emulated_console: Avoid a crash if frontend does not configure ↵ | 2022-12-30 | 1 | -0/+5 | |
| | | | | | | | | | touch_from_button_maps. | ||||
| * | | Merge pull request #9515 from liamwhite/cmake-refactor | 2022-12-29 | 4 | -14/+49 | |
| |\ \ | | | | | | | CMake: make more features optional | ||||
| | * | | cmake: make cubeb and SDL2 optional | 2022-12-28 | 1 | -6/+13 | |
| | | | | |||||
| | * | | cmake: make libusb optional | 2022-12-28 | 2 | -7/+32 | |
| | | | | |||||
| | * | | cmake: make room server optional | 2022-12-28 | 1 | -1/+4 | |
| | |/ | |||||
| * | | config: Save multiplayer settings only globally | 2022-12-30 | 1 | -2/+0 | |
| | | | | | | | | | Saved multiplayer settings like the nickname, remote address, etc. were reset everytime a game was booted up and the game-specific config files were loaded, as these values will never be set. | ||||
| * | | Merge pull request #9423 from vonchenplus/vulkan_quad_strip | 2022-12-28 | 8 | -125/+245 | |
| |\ \ | | | | | | | video_core: Implement all vulkan topology | ||||
| | * | | video_core: Implement other missing vulkan topology | 2022-12-26 | 1 | -3/+16 | |
| | | | | |||||
| | * | | video_core: Implement vulkan QuadStrip topology | 2022-12-26 | 8 | -122/+229 | |
| | | | | |||||
| * | | | Merge pull request #9504 from liamwhite/pg2 | 2022-12-28 | 11 | -181/+322 | |
| |\ \ \ | |_|/ |/| | | k_page_group: synchronize | ||||
| | * | | k_page_table: remove HACK_OpenPages/ClosePages | 2022-12-25 | 3 | -58/+54 | |
| | | | | |||||
| | * | | k_page_group: synchronize | 2022-12-25 | 11 | -125/+270 | |
| | | | | |||||
| * | | | Merge pull request #9490 from ameerj/texture-cache-prealloc | 2022-12-27 | 4 | -22/+44 | |
| |\ \ \ | | | | | | | | | texture_cache: Use pre-allocated heap buffer for texture swizzles | ||||
| | * | | | texture_cache: Use Common::ScratchBuffer for swizzle buffers | 2022-12-25 | 4 | -10/+12 | |
| | | | | | |||||
| | * | | | texture_cache: Use pre-allocated buffer for texture downloads | 2022-12-25 | 3 | -9/+14 | |
| | | | | | |||||
| | * | | | texture_cache: Use pre-allocated buffer for texture uploads | 2022-12-25 | 4 | -13/+28 | |
| | |/ / | |||||
| * | | | Merge pull request #9495 from german77/no_refresh | 2022-12-27 | 3 | -23/+11 | |
| |\ \ \ | | | | | | | | | yuzu: Automatically refresh device list | ||||
| | * | | | yuzu: Automatically refresh device list | 2022-12-23 | 3 | -23/+11 | |
| | | | | | |||||