- Jul 18, 2018
 - 
- 
Lioncash authored
 
 - 
 - Jul 17, 2018
 - 
- 
bunnei authored
GPU: Added register definitions for the stencil parameters.
 - 
Subv authored
 - 
Zach Hilman authored
 - 
bunnei authored
scheduler: Clear exclusive state when switching contexts
 - 
bunnei authored
svc:: Fix bug in svcWaitForAddress
 - 
bunnei authored
nvflinger: Fix for BufferQueue event handling.
 - 
bunnei authored
 - 
Michael Scire authored
 
 - 
 - Jul 16, 2018
 - Jul 15, 2018
 - 
- 
Lioncash authored
 - 
bunnei authored
HID: Update controllers less often
 - 
bunnei authored
Minor logging improvements
 - 
James Rowe authored
 - 
James Rowe authored
 - 
bunnei authored
gl_rasterizer_cache: Implement texture format G8R8.
 - 
bunnei authored
 - 
bunnei authored
gl_rasterizer_cache: Fix incorrect offset in ConvertS8Z24ToZ24S8.
 - 
bunnei authored
gl_rasterizer_cache: Implement depth format Z16_UNORM.
 - 
bunnei authored
 - 
bunnei authored
 - 
bunnei authored
OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.
 - 
bunnei authored
Services/BSD: Corrected the return for StartMonitoring according to SwIPC
 
 - 
 - Jul 14, 2018
 - 
- 
bunnei authored
FileSys: Append the requested path to the filesystem base path in DeleteFile
 - 
James Rowe authored
 - 
Subv authored
 - 
bunnei authored
No need to use ASSERT_MSG with an empty assert message
 - 
Subv authored
We were trying to delete things in the current directory instead of the actual filesystem directory. This may fix some savedata issues in some games.
 - 
David Marcec authored
 - 
bunnei authored
GPU: Always enable the depth write when clearing the depth buffer.
 - 
bunnei authored
 - 
Subv authored
The GPU ignores that register when clearing, but OpenGL obeys the glDepthMask parameter, so we set the depth mask to GL_TRUE when clearing the depth buffer. It will be restored to the correct value automatically on the next draw call.
 
 - 
 - Jul 13, 2018
 - 
- 
bunnei authored
gl_shader_gen: Implement dual vertex shader mode.
 - 
Hedges authored
* More improvements to GDBStub - Debugging of threads should work correctly with source and assembly level stepping and modifying registers and memory, meaning threads and callstacks are fully clickable in VS. - List of modules is available to the client, with assumption that .nro and .nso are backed up by an .elf with symbols, while deconstructed ROMs keep N names. - Initial support for floating point registers. * Tidy up as requested in PR feedback * Tidy up as requested in PR feedback
 - 
bunnei authored
 - 
bunnei authored
- When VertexA shader stage is enabled, we combine with VertexB program to make a single Vertex Shader stage.
 - 
bunnei authored
Initialized memory for RequestUpdateAudioRenderer and fixed MemoryPoolSection to be more accurate
 - 
bunnei authored
gl_shader_decompiler: Implement PredCondition::LessThanWithNan.
 - 
bunnei authored
gl_shader_decompiler: Use FlowCondition field in EXIT instruction.
 
 -