aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-15ReactiveObject: Handle case when oldValue is null (#3268)1.1.103merry1-1/+1
2022-04-10ForceDpiAware: X11 implementation (#3269)1.1.102merry1-2/+40
2022-04-10New shader cache implementation (#3194)1.1.101gdkchan81-2356/+6371
2022-04-09Fix tail merge from block with conditional jump to multiple returns (#3267)1.1.100gdkchan3-3/+3
2022-04-08Implement VMAD shader instruction and improve InvocationInfo and ISBERD handl...1.1.99gdkchan9-61/+171
2022-04-08Allow copy texture views to have mismatching multisample state (#3152)1.1.98gdkchan2-12/+51
2022-04-08Lop3Expression: Optimize expressions (#3184)1.1.97merry2-101/+98
2022-04-08Remove save data creation prompt (#3252)1.1.96MutantAura2-16/+3
2022-04-08Calculate vertex buffer size from index buffer type (#3253)1.1.95gdkchan1-0/+31
2022-04-08amadeus: Improve and fix delay effect processing (#3205)1.1.94Mary6-71/+368
2022-04-07service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandle (#3247)1.1.93Narr the Reg1-0/+3
2022-04-07Update to LibHac 0.16.1 (#3263)1.1.92Alex Barney1-1/+1
2022-04-06amadeus: Update to REV11 (#3230)1.1.91Mary12-28/+358
2022-04-05Do not clamp SNorm outputs to the [0, 1] range on OpenGL (#3260)1.1.90gdkchan1-0/+6
2022-04-04Implement primitive restart draw arrays properly on OpenGL (#3256)1.1.89gdkchan2-4/+21
2022-04-04Do not force scissor on clear if scissor is disabled (#3258)1.1.88gdkchan1-1/+1
2022-04-04Small graphics abstraction layer cleanup (#3257)1.1.87gdkchan3-50/+2
2022-04-04Fix shader textureSize with multisample and buffer textures (#3240)1.1.86gdkchan2-10/+36
2022-03-26infra: Put SDL2 headless release inside a GUI-less block in PR (#3218)1.1.85Mary1-2/+7
2022-03-23Support NVDEC H264 interlaced video decoding and VIC deinterlacing (#3225)1.1.84gdkchan20-82/+623
2022-03-22hle: Some cleanup (#3210)1.1.83Ac_K35-374/+193
2022-03-21Memory.Tests: Make Multithreading test explicit (#3220)1.1.82merry1-1/+1
2022-03-20Don't restore Viewport 0 if it hasn't been set yet. (#3219)1.1.81riperiperi1-2/+5
2022-03-20De-tile GOB when DMA copying from block linear to pitch kind memory regions (...1.1.80gdkchan8-33/+430
2022-03-20Fix OpenGL issues with RTSS overlays and OBS Game Capture (#3217)1.1.79riperiperi2-3/+23
2022-03-20oslc: Fix condition in GetSaveDataBackupSetting (#3208)1.1.78Ac_K1-1/+1
2022-03-19InstEmitMemoryEx: Barrier after write on ordered store (#3193)1.1.77merry3-11/+16
2022-03-15ntc: Implement IEnsureNetworkClockAvailabilityService (#3192)1.1.76Ac_K4-12/+108
2022-03-15Caching local network info and using an event handler to invalidate as needed...1.1.75Jumpman1-0/+23
2022-03-15Implement S8D24 texture format and tweak depth range detection (#2458)1.1.74gdkchan10-30/+196
2022-03-15Dynamically increase buffer size when resizing (#2861)1.1.73gdkchan1-2/+31
2022-03-15Ui: Add option to show/hide console window (Windows-only) (#3170)1.1.72merry5-3/+97
2022-03-14Initialize indexed inputs used on next shader stage (#3198)1.1.71gdkchan2-5/+44
2022-03-14Do not initialize geometry shader passthrough attributes (#3196)1.1.70gdkchan1-2/+9
2022-03-12olsc: Implement GetSaveDataBackupSetting (#3190)1.1.69Ac_K1-5/+42
2022-03-12Implement rotate stick 90 degrees clockwise (#3084)1.1.68darko19795-0/+45
2022-03-12Fix GetUserDisableCount NRE (#3187)1.1.67gdkchan1-1/+2
2022-03-12Limit number of events that can be retrieved from GetDisplayVSyncEvent (#3188)1.1.66gdkchan5-17/+27
2022-03-11KThread: Fix GetPsr mask (#3180)1.1.65merry4-9/+28
2022-03-07amadeus: Fix wrong Span usage in CopyHistories (#3181)1.1.64Mary1-2/+12
2022-03-06T32: Implement Data Processing (Modified Immediate) instructions (#3178)1.1.63merry3-0/+560
2022-03-06Mod loading from atmosphere SD directories (#3176)1.1.62MutantAura5-4/+32
2022-03-06Only initialize shader outputs that are actually used on the next stage (#3054)1.1.61gdkchan5-14/+104
2022-03-05A32: Fix ALU immediate instructions (#3179)1.1.60merry3-2/+59
2022-03-05Decoders: Fix instruction lengths for 16-bit B instructions (#3177)1.1.59merry2-2/+2
2022-03-04Decoder: Exit on trapping instructions, and resume execution at trapping inst...1.1.58merry3-15/+35
2022-03-04T32: Implement B, B.cond, BL, BLX (#3155)1.1.57merry8-9/+253
2022-03-04Preparation for initial Flatpack and FlatHub integration (#3173)1.1.56Mary9-11/+76
2022-03-02Implement -p or --profile command line argument (#2947)1.1.55JavidPack3-3/+24
2022-02-27Update LibHac to v0.16.0 (#3159)1.1.54Alex Barney18-79/+64