aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-13[GPU] Do not use the f suffix on float contants on the shader glsl codegdkchan
2018-04-13Bump glsl version to support layout qualifiergdkchan
2018-04-13Fix for current framebuffer issues (#78)gdkchan
2018-04-12Add TRN1 & TRN2 (vector) instructions. Add 4 simple tests (4S, 8B). (#77)LDj3SNuD
2018-04-11[CPU] Speed up translation a little bitgdkchan
2018-04-10[HLE/Service] Fix ToCalendarTimeWithMyRule (for real this time)gdkchan
2018-04-10[HLE/Service] Fix ToCalendarTimeWithMyRulegdkchan
2018-04-10[CPU] Fix CNT instructiongdkchan
2018-04-10[GPU] Add support for the BC4/5 texture formatsgdkchan
2018-04-10Fix regression -- enable raw frame buffer renderinggdkchan
2018-04-10[GPU] Add more shader instructions, add support for rgb565 texturesgdkchan
2018-04-08Add A1B5G5R5 texture format. (#76)LDj3SNuD
2018-04-08Remove line numbers from loggdkchan
2018-04-08log calling method in logs (#71)emmauss
2018-04-08Use correct pitch value when decoding linear swizzle texturesgdkchan
2018-04-08Merge shader branch, adding support for GLSL decompilation, a macrogdkchan
2018-04-08Add FMUL (scalar, by element) instruction; add FRECPE, FRECPS (scalar & vecto...LDj3SNuD
2018-04-06[CPU] Fix CBZ/CBNZ with 32 bits operandsgdkchan
2018-04-06[CPU] Fail early when the index/size of the vector is invalidgdkchan
2018-04-06Bump the maximum number of threadsgdkchan
2018-04-06Fix FRSQRTS and FCM* (scalar) instructionsgdkchan
2018-04-06Show service short name for unimplemented commandsgdkchan
2018-04-06Support the .romfs extension aswellgdkchan
2018-04-06Add FMLS (vector) instructiongdkchan
2018-04-06Fix typogdkchan
2018-04-06Fix possible regression on bsdgdkchan
2018-04-06Rename services with the official interface namesgdkchan
2018-04-05Add FRSQRTS and FCM* instructionsgdkchan
2018-04-05Implement Frsqrte_S (#72)Merry
2018-04-05Color* should be an array in NvGpuIoctlZbcSetTablegdkchan
2018-04-05[ServiceNvDrv] Add 0x4703 ([/dev/nvhost-ctrl-gpu] NvGpuIoctlZbcSetTable) (#70)Starlet
2018-04-05Update README.mdAc_K
2018-04-04Add Faddp (vector) instructiongdkchan
2018-04-04Fix GetAvailableLanguageCodes, stub ListAddOnContent and NvGpuAsIoctlRemap (0...gdkchan
2018-04-04Stub ActivateKeyboard on Hidgdkchan
2018-04-04Stub ActivateMouse on Hidgdkchan
2018-04-04Remove useless spacinggdkchan
2018-04-04stubs (#69)emmauss
2018-04-04HashSet is not thread safe, hopefully this fixes the CPU issue where it throw...gdkchan
2018-04-04Add PRFM (unscaled) instructiongdkchan
2018-04-04Add FNEG (vector) instructiongdkchan
2018-04-04Fix SvcGetThreadIdgdkchan
2018-03-30Fix 32-bits extended register instructions with 64-bits extensionsgdkchan
2018-03-30Enable all ld/st (single structure) instructionsgdkchan
2018-03-30Fix EXT/Widening instruction carrying garbage values on some cases, fix ABD (...gdkchan
2018-03-30Add BIT instructiongdkchan
2018-03-30Add UABD instructiongdkchan
2018-03-30Add UABDL instructiongdkchan
2018-03-30Add UADDL instructiongdkchan
2018-03-30Add UHADD instructiongdkchan