aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gpu
AgeCommit message (Expand)Author
2018-05-07NvServices refactoring (#120)gdkchan
2018-04-29Properly support multiple vertex buffers, stub 2 ioctls, fix a shader issue, ...gdkchan
2018-04-25Some small sync primitive fixes, logging fixes, started to implement the 2D e...gdkchan
2018-04-14[GPU] Fix frame buffer being upside down in some casesgdkchan
2018-04-13[GPU] Avoid drawing the frame buffer with alpha blend enabled, use correct bl...gdkchan
2018-04-13Fix for current framebuffer issues (#78)gdkchan
2018-04-10[GPU] Add support for the BC4/5 texture formatsgdkchan
2018-04-10[GPU] Add more shader instructions, add support for rgb565 texturesgdkchan
2018-04-08Add A1B5G5R5 texture format. (#76)LDj3SNuD
2018-04-08Use correct pitch value when decoding linear swizzle texturesgdkchan
2018-04-08Merge shader branch, adding support for GLSL decompilation, a macrogdkchan
2018-03-19[WIP] Add support for events (#60)gdkchan
2018-03-15Improvements to audout (#58)gdkchan
2018-02-27Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it ...gdkchan
2018-02-20Split main project into core,graphics and chocolarm4 subproject (#29)emmauss