- Sep 13, 2019
-
-
ReinUsesLisp authored
* Increase minimum Vulkan requirements * Require VK_EXT_vertex_attribute_divisor * Require depthClamp, samplerAnisotropy and largePoints features * Search and expose VK_KHR_uniform_buffer_standard_layout * Search and expose VK_EXT_index_type_uint8 * Search and expose native float16 arithmetics * Track current driver with VK_KHR_driver_properties * Query and expose SSBO alignment * Query more image formats * Improve logging overall * Minor style changes * Minor rephrasing of commentaries
-
ReinUsesLisp authored
-
- Sep 10, 2019
-
-
bunnei authored
shader/shift: Implement SHR wrapped and clamped variants
-
bunnei authored
maxwell_3d: Avoid moving macro_params
-
Fernando Sahmkow authored
gl_rasterizer: Bind images and samplers to compute
-
- Sep 09, 2019
- Sep 07, 2019
-
-
Nick Renieris authored
With this, the "Developer" field in the Properties for homebrew is now populated. Signed-off-by:
Nick Renieris <velocityra@gmail.com>
-
- Sep 06, 2019
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- Sep 05, 2019
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
Fernando Sahmkow authored
gl_shader_cache: Remove special casing for geometry shaders
-
bunnei authored
gl_rasterizer: Fix stencil testing
-
David authored
Port citra-emu/citra#4877: "citra_qt: on osx chdir to bundle dir to allow detection of user folder"
-
David authored
half_set_predicate: Fix HSETP2 predicate assignments
-
David authored
es: Implement various ticket accessor commands from IEticketService
-
FearlessTobi authored
-
David authored
Port citra-emu/citra#4866: "configure_dialog: reverse tab map to avoid logic based on user-facing/translatable text"
-
David authored
system_archive: Add open-source reimplementation of MiiModel data
-
David authored
Port citra-emu/citra#4864: "yuzu/configure: move speed limiter to general"
-
Lioncash authored
Avoids the use of global accessors, removing the reliance on global state. This also makes dependencies explicit in the interface, as opposed to being hidden
-
FearlessTobi authored
The speed limiter being a frame limiter is an implmentation detail and can be changed in the future. What user care about is that it limit the emulation speed in genenral (not just graphics but also audio+input) Co-Authored-By:
Weiyi Wang <wwylele@gmail.com>
-
- Sep 04, 2019
-
-
Lioncash authored
Corrects the parameter names within the doxygen comments so that they resolve properly.
-
Lioncash authored
Narrows the scope of variables down to where they're only necessary.
-
David authored
Port citra-emu/citra#4911: "Add cancel option to analog stick configuration"
-
David authored
audren_u: Stub IAudioDevice::QueryAudioDeviceInputEvent
-
David authored
hid: Implement PermitVibration and IsVibrationPermitted
-
David authored
externals: update fmt to 6.0.0
-
bunnei authored
gl_shader_decompiler: Rework GLSL decompiler type system
-
ReinUsesLisp authored
-
mailwl authored
* AM: Implement IApplicationFunctions::GetGpuErrorDetectedSystemEvent * Remove unneeded event clear * Fix event name
-