Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-18 | microprofile: Silence sign comparison warning | ReinUsesLisp | |
2020-03-12 | Microprofile: Allow accessing token. | Fernando Sahmkow | |
2020-02-19 | fix issue with windows getnameinfo() | Brian Clinkenbeard | |
2020-02-18 | update httplib to latest commit | Brian Clinkenbeard | |
2020-02-17 | update httplib README | Brian Clinkenbeard | |
2020-02-17 | 0.4.2 works too | Brian Clinkenbeard | |
2020-02-17 | update httplib to 0.2.6 | Brian Clinkenbeard | |
2020-02-10 | use config mode for finding SDL2 with CMake | Brian Clinkenbeard | |
2020-01-19 | vk_shader_decompiler: Implement UAtomicAdd (ATOMS) on SPIR-V | ReinUsesLisp | |
Also updates sirit to include atomic instructions. | |||
2020-01-01 | core/memory + arm/dynarmic: Use a global offset within our arm page table. | Markus Wick | |
This saves us two x64 instructions per load/store instruction. TODO: Clean up our memory code. We can use this optimization here as well. | |||
2019-12-19 | vk_shader_decompiler: Update sirit and implement Texture AOFFI | ReinUsesLisp | |
2019-12-14 | externals: Update boost-ext to include safe_numerics. | bunnei | |
- This is useful to me for an upcoming change. | |||
2019-12-10 | shader: Implement MEMBAR.GL | ReinUsesLisp | |
Implement using memoryBarrier in GLSL and OpMemoryBarrier on SPIR-V. | |||
2019-12-09 | vk_shader_decompiler: Misc changes | ReinUsesLisp | |
Update Sirit and its usage in vk_shader_decompiler. Highlights: - Implement tessellation shaders - Implement geometry shaders - Implement some missing features - Use native half float instructions when available. | |||
2019-12-08 | externals: Update Vulkan-Headers | ReinUsesLisp | |
2019-11-15 | Merge pull request #3091 from lioncash/core-conversion | bunnei | |
core: Make most implicit type conversion warnings errors on MSVC | |||
2019-11-12 | externals: Update httplib | Lioncash | |
Since the introduction of this library, numerous improvements have been made. Notably, many of the warnings we would get by simply including the library header have now been fixed. This makes it much easier to make conversion warning an error. | |||
2019-11-08 | microprofile: Silence conversion warnings | ReinUsesLisp | |
2019-10-29 | externals: Track upstream libzip | Lioncash | |
Stops relying on a fork for providing zip handling and instead tracks the upstream branch but keeps any necessary build-related changes in the source tree directly without modifying the libzip target itself. | |||
2019-10-29 | externals: Amend zlib submodule | Lioncash | |
Supplies CMakeLists.txt file that avoids pulling in zlib's tests into the tree. This avoids needing to explicitly opt these tests out from ctest. | |||
2019-10-23 | externals: Track upstream opus | Lioncash | |
Tracks upstream opus, allowing the library to be easily updated. While we're at it, we incorporate the CMakeLists.txt so that we have easy control over the requirements of the build. | |||
2019-10-13 | externals: Move OSS font data to file_sys in core | Zach Hilman | |
2019-10-04 | CMakeLists: Make libzip excluded from the ALL target | Lioncash | |
Likewise, we also only want to link in the libraries that we actually make use of (so we don't need to worry about linking in test targets). | |||
2019-10-04 | externals: Use upstream zlib | Lioncash | |
We don't need to depend on a custom fork for this. We can add the library as is, and then make it excluded from the ALL target, so we only link in the libraries that we actually make use of. | |||
2019-09-30 | boxcat: Implement events global field | Zach Hilman | |
2019-09-30 | externals: Add zlib and libzip libraries to handle ZIP file parsing | Zach Hilman | |
2019-09-26 | externals: Update fmt to master | Ethan | |
2019-09-22 | Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1" | David Marcec | |
This reverts commit fa1c60c33ef88c6cd0b72da46842dc9098db712d, reversing changes made to e34899067b60a69bca02761bd1290c6824bb559a. | |||
2019-09-22 | Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1 | David | |
system_archive: Move shared font data to system_archive and fix extended font data | |||
2019-09-21 | externals: Move OSS font data to file_sys in core | Zach Hilman | |
2019-09-21 | externals: Update dynarmic to master | Ethan | |
2019-09-13 | externals: Update Vulkan headers | ReinUsesLisp | |
2019-08-29 | externals: update fmt to 6.0.0 | Ethan | |
2019-08-29 | Revert "externals: Update FMT to 6.0.0" | James Rowe | |
This reverts commit ca4ca8a6dc41207de99f67de1931579ceb4d9660. | |||
2019-08-29 | externals: Update FMT to 6.0.0 | Ethan | |
2019-05-26 | vk_shader_decompiler: Misc fixes | ReinUsesLisp | |
Fix missing OpSelectionMerge instruction. This caused devices loses on most hardware, Intel didn't care. Fix [-1;1] -> [0;1] depth conversions. Conditionally use VK_EXT_scalar_block_layout. This allows us to use non-std140 layouts on UBOs. Update external Vulkan headers. | |||
2019-05-21 | externals: Update glad to support OpenGL 4.6 compatibility profile | ReinUsesLisp | |
Now that we have an OpenGL compatibility profile we might want to use OpenGL compatibility symbols that are not available in our current glad. This commit has been generated with https://glad.dav1d.de/ with all extensions enabled and OpenGL 4.6 compatibility profile. | |||
2019-05-07 | externals: Update dynarmic to master | Lioncash | |
Better instruction support has been added since the last update. | |||
2019-04-10 | video_core: Add sirit as optional dependency with Vulkan | ReinUsesLisp | |
sirit is a runtime assembler for SPIR-V | |||
2019-03-29 | externals: Add libzstd_static to externals CMakeLists.txt | unknown | |
2019-03-29 | externals: Add Zstandard v1.3.8 | unknown | |
2019-03-16 | externals: Update opus to latest master | Lioncash | |
Prevents yuzu from getting 2000+ warnings in MSVC in a future change. | |||
2019-02-27 | externals: Update cubeb to 6f2420de8f155b10330cf973900ac7bdbfee589d | Lioncash | |
Keeps the audio library we use up to date. | |||
2019-02-19 | vk_memory_manager: Implement memory manager | ReinUsesLisp | |
A memory manager object handles the memory allocations for a device. It allocates chunks of Vulkan memory objects and then suballocates. | |||
2019-02-12 | gitmodules: Add Vulkan headers dependency | ReinUsesLisp | |
2018-12-29 | externals: Update fmt to 5.3.0 | Lioncash | |
Updates fmt from 5.2.1 to 5.3.0 | |||
2018-11-23 | Merge pull request #1725 from FernandoS27/gl43 | bunnei | |
Update OpenGL's backend version from 3.3 to 4.3 | |||
2018-11-21 | Update OpenGL's backend version from 3.3 to 4.3 | FernandoS27 | |
2018-11-21 | common: Remove dependency on xbyak | Lioncash | |
Xbyak is currently entirely unused. Rather than carting it along, remove it and get rid of a dependency. If it's ever needed in the future, then it can be re-added (and likely be more up to date at that point in time). | |||
2018-10-29 | Handle missing git info when building | MichaĆ Janiszewski | |