summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-02GPU: Implemented the DXN1 (BC4) texture format.Subv
2018-06-01Merge pull request #492 from mailwl/timebunnei
2018-06-01Service/time: implement posix time to calendar conversionmailwl
2018-05-31Merge pull request #488 from Subv/thread_masksbunnei
2018-05-31Merge pull request #491 from bunnei/rgba16fbunnei
2018-05-30gl_rasterizer_cache: Assert that component type is UNorm or format is RGBA16F.bunnei
2018-05-30Kernel/Thread: Corrected a typo that caused the affinity mask to never be cha...Subv
2018-05-30Kernel/SVC: Support special core values -2 and -3 in svcSetThreadCoreMask.Subv
2018-05-30gl_rasterizer_cache: Implement PixelFormat RGBA16F.bunnei
2018-05-30Merge pull request #489 from Subv/vertexidbunnei
2018-05-30add IPC CommandType & Some HID FunctionInfo (#487)greggameplayer
2018-05-30Kernel/Thread: Corrected a typo in an assert about the processor id.Subv
2018-05-30Shaders: Implemented reading the gl_InstanceID and gl_VertexID variables in t...Subv
2018-05-30Merge pull request #483 from bunnei/sonicSebastian Valle
2018-05-29gl_shader_decompiler: F2F_R instruction: Implement abs.bunnei
2018-05-29Merge pull request #482 from Subv/r8bunnei
2018-05-29gl_shader_decompiler: Partially implement F2F_R instruction.bunnei
2018-05-29GPU: Implemented the R8 texture format (0x1D)Subv
2018-05-29nvhost_ctrl: Stub out IocCtrlEventRegister.bunnei
2018-05-29nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand.bunnei
2018-05-29gl_rasterize_cache: Invert order of tex format RGB565.bunnei
2018-05-29Merge pull request #480 from mailwl/bcatbunnei
2018-05-28add all the known TextureFormat (#474)greggameplayer
2018-05-28Service/BCAT: add module and servicesmailwl
2018-05-27Merge pull request #472 from bunnei/greater-equalbunnei
2018-05-27Merge pull request #476 from Subv/a1bgr5bunnei
2018-05-27Merge pull request #475 from ogniK5377/nvos-getconfigbunnei
2018-05-27Merge pull request #473 from bunnei/get-display-versionbunnei
2018-05-27Merge pull request #471 from bunnei/fmnmxSebastian Valle
2018-05-27GPU: Implemented the A1B5G5R5 texture format (0x14)Subv
2018-05-26NvOsGetConfigU32 should return null instead of 0 for default outputDavid Marcec
2018-05-26am: Stub IApplicationFunctions GetDisplayVersion.bunnei
2018-05-25gl_shader_decompiler: Implement GetPredicateComparison GreaterEqual.bunnei
2018-05-25shader_bytecode: Implement other variants of FMNMX.bunnei
2018-05-25Add & correct miscellaneous things (#470)greggameplayer
2018-05-25Merge pull request #466 from mailwl/nv-timeoutbunnei
2018-05-25GetAudioRendererWorkBufferSize impl (#465)David
2018-05-25Merge pull request #468 from Subv/compound_predsbunnei
2018-05-25Merge pull request #469 from Subv/channel_rebindbunnei
2018-05-24Shader: Implemented compound predicates in fset.Subv
2018-05-24Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463)David
2018-05-24GPU: Allow command lists to rebind a channel to another engine in the middle ...Subv
2018-05-24Shader: Implemented compound predicates in fsetp.Subv
2018-05-24Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUTmailwl
2018-05-24Merge pull request #464 from bunnei/fix-msvcbunnei
2018-05-23yuzu_cmd: Fix project for latest msvc.bunnei
2018-05-23Merge pull request #462 from ogniK5377/hid-fixbunnei
2018-05-23Fix deadlocks caused from HID having too many layoutsDavid Marcec
2018-05-23Merge pull request #460 from greggameplayer/patch-6bunnei
2018-05-23Merge pull request #459 from greggameplayer/patch-5bunnei