- 01 Apr, 2020 1 commit
-
-
ReinUsesLisp authored
-
- 31 Mar, 2020 1 commit
-
-
Rodrigo Locatti authored
renderer_vulkan/wrapper: Add a Vulkan wrapper (part 1 of 2)
-
- 30 Mar, 2020 1 commit
-
-
bunnei authored
gl_rasterizer: Synchronize stencil testing on clears
-
- 29 Mar, 2020 2 commits
- 28 Mar, 2020 7 commits
-
-
bunnei authored
am: Implement VR related APIs
-
bunnei authored
services: hid: Stub InitializeSevenSixAxisSensor.
-
ReinUsesLisp authored
-
bunnei authored
Port citra-emu/citra#5089: "Set render window's focus policy to Qt::StrongFocus"
-
bunnei authored
Port citra-emu/citra#4906: "citra_qt: fix the stuck in fullscreen mode"
-
bunnei authored
Port citra-emu/citra#5093: "Replace non-commercial icons"
-
FearlessTobi authored
Co-Authored-By: Valentin Vanelslande <vvanelslandedev@gmail.com>
-
- 27 Mar, 2020 16 commits
-
-
Guo Yunhe authored
-
Vitor K authored
-
Fernando Sahmkow authored
engines/const_buffer_engine_interface: Store image format and types
-
bunnei authored
- Used by Super Smash Bros. Ultimate v7.0.0.
-
bunnei authored
- Used by Super Smash Bros. Ultimate.
-
perillamint authored
Implement (and stub) VR related APIs in AM sysmodule. This fixes issue #2938
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
The intention behind a Vulkan wrapper is to drop Vulkan-Hpp. The issues with Vulkan-Hpp are: - Regular breaks of the API. - Copy constructors that do the same as the aggregates (fixed recently) - External dynamic dispatch that is hard to remove - Alias KHR handles with non-KHR handles making it impossible to use smart handles on Vulkan 1.0 instances with extensions that were included on Vulkan 1.1. - Dynamic dispatchers silently change size depending on preprocessor definitions. Different files will have different dispatch definitions, generating all kinds of hard to debug memory issues. In other words, Vulkan-Hpp is not "production ready" for our needs and this wrapper aims to replace it without losing RAII and exception safety.
-
ReinUsesLisp authored
This information is required to properly implement SULD.B. It might also be handy for all image operations, since it would allow us to implement them on devices that require the image format to be specified (on desktop, this would be AMD on OpenGL and Intel on OpenGL and Vulkan).
-
Mat M authored
maxwell_to_vk: implement signedscaled vertex formats
-
- 26 Mar, 2020 6 commits
-
-
Dan authored
-
bunnei authored
yuzu: Remove exit lock for game pausing
-
bunnei authored
Minor Readme Changes
-
bunnei authored
Use the correct directory for Qt Plugins
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- 25 Mar, 2020 2 commits
- 24 Mar, 2020 4 commits
-
-
James Hughes authored
-
James Hughes authored
Added Discord shield and direct link to contribution guide
-
bunnei authored
Port citra-emu/citra#5106: "gdbstub: Ensure gdbstub doesn't drop packets crucial to initialization"
-
James Rowe authored
-