summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-24acc: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24Merge pull request #389 from mailwl/fs-renamefilebunnei
2018-04-24Service/FS: implement IFileSystem::RenameFilemailwl
2018-04-24Merge pull request #379 from Subv/multi_buffersbunnei
2018-04-23Merge pull request #370 from Subv/sync_primitivesbunnei
2018-04-23Merge pull request #384 from Subv/nvhost-remapbunnei
2018-04-23Merge pull request #385 from Subv/unimpl_ioctlsbunnei
2018-04-23Merge pull request #383 from Subv/gpu_mmubunnei
2018-04-23Merge pull request #382 from Subv/a2rgb10_rtbunnei
2018-04-23GPU: Support multiple enabled vertex arrays.Subv
2018-04-23Kernel: Implemented mutex priority inheritance.Subv
2018-04-23NvDrv/nvhost-as-gpu: Ensure that the object passed to MapBufferEx has already...Subv
2018-04-23Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.Subv
2018-04-23Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Subv
2018-04-23GPU: Make the GPU virtual memory manager use 16 page bits and 10 page table b...Subv
2018-04-23GPU: Implement the RGB10_A2 RenderTarget format, it will use the same format ...Subv
2018-04-21Merge pull request #378 from Subv/a2bgr10bunnei
2018-04-21GPU: Implement the A2BGR10 texture format.Subv
2018-04-21Merge pull request #377 from adityaruplaha/sdl2-fullscreenbunnei
2018-04-21SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)adityaruplaha
2018-04-21Merge pull request #376 from bunnei/shader-decoderbunnei
2018-04-20Merge pull request #375 from lioncash/headerbunnei
2018-04-20gl_shader_decompiler: Skip RRO instruction.bunnei
2018-04-20gl_shader_decompiler: Cleanup error logging.bunnei
2018-04-20shader_bytecode: Add several more instruction decodings.bunnei
2018-04-20shader_bytecode: Decode instructions based on bit strings.bunnei
2018-04-20Merge pull request #369 from Subv/shader_instr2bunnei
2018-04-20Merge pull request #374 from lioncash/noexceptbunnei
2018-04-20Merge pull request #373 from lioncash/enum2bunnei
2018-04-20ShaderGen: Implemented the KIL instruction, which is equivalent to 'discard'.Subv
2018-04-20ShaderGen: Implemented predicated instruction execution.Subv
2018-04-20ShaderGen: Implemented the fsetp instruction.Subv
2018-04-20Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOsSubv
2018-04-20Qt: Update the WaitTree widget to show info about the current mutex of each t...Subv
2018-04-20Kernel: Remove unused ConditionVariable class.Subv
2018-04-20Kernel: Remove old and unused Mutex code.Subv
2018-04-20Kernel: Properly implemented svcWaitProcessWideKey and svcSignalProcessWideKeySubv
2018-04-20Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.Subv
2018-04-20Merge pull request #372 from lioncash/enumbunnei
2018-04-20Merge pull request #371 from lioncash/globalbunnei
2018-04-20opengl: Remove unnecessary header inclusionsLioncash
2018-04-20gl_resource_manager: Add missing noexcept specifiers to move constructors and...Lioncash
2018-04-20gl_rasterizer_cache: Make MatchFlags an enum classLioncash
2018-04-20core: Relocate g_service_manager to the System classLioncash
2018-04-20resource_limit: Make ResourceTypes an enum classLioncash
2018-04-20Merge pull request #340 from mailwl/vi-updatebunnei
2018-04-20ShaderGen: Register id 255 is special and is hardcoded to return 0 (SR_ZERO).Subv
2018-04-20ShaderGen: Ignore the 'sched' instruction when generating shaders.Subv
2018-04-20Merge pull request #367 from lioncash/clampbunnei
2018-04-20Merge pull request #361 from lioncash/commonbunnei