6848 Commits (46ef072cf9e0636f7ba9f1414fdabeb607a88e0f)

Author SHA1 Message Date
Lioncash 46ef072cf9 rasterizer_interface: Remove ScreenInfo from AccelerateDraw()'s signature 7 years ago
Lioncash bc16f7f3cc renderer_base: Make creation of the rasterizer, the responsibility of the renderers themselves 7 years ago
David Marcec 23d45715dc Implemented RGBA8_UINT 7 years ago
Lioncash ffd60ee476 game_list: Avoid uninitialized variables when retrieving program ID 7 years ago
David Marcec 8a88110060 Added CheckFreeCommunicationPermission 7 years ago
Subv 6cf719a4ab Shaders/TEXS: Fixed the component mask in the TEXS instruction. 7 years ago
Subv f7edbcd7a3 Shaders/TEXS: Fixed the component mask in the TEXS instruction. 7 years ago
Subv 7fb406c3fc Shader: Implemented the TLD4 and TLD4S opcodes using GLSL's textureGather. 7 years ago
Subv 3ef4b3d4b4 Shader: Use the right sampler type in the TEX, TEXS and TLDS instructions. 7 years ago
Subv 73b937b190 Shader: Added bitfields for the texture type of the various sampling instructions. 7 years ago
Subv 656758fd81 Shaders: Added decodings for TLD4 and TLD4S 7 years ago
Subv 1b92ae136f Shaders: Added decodings for the LDG and STG instructions. 7 years ago
Subv 731701a2d2 Shaders: Implemented the gl_FrontFacing input attribute (attr 63). 7 years ago
David Marcec 706fc5d2d6 Added check to see if ARB_texture_mirror_clamp_to_edge is supported 7 years ago
Subv 9b1c49a9cf Shader: Remove an unneeded assert, the negate bit is implemented for conversion instructions. 7 years ago
Subv e0f66c1fbf GLRasterizer: Implemented instanced vertex arrays. 7 years ago
Subv 8335b2f115 Shader: Implemented the predicate and mode arguments of LOP. 7 years ago
David Marcec 71cc482bbd Added WrapMode MirrorOnceClampToEdge 7 years ago
Subv ff358d97e8 Shaders: Implemented a stack for the SSY/SYNC instructions. 7 years ago
Subv 2e95ba2e9c Shaders: Corrected the 'abs' and 'neg' bit usage in the float arithmetic instructions. 7 years ago
David Marcec 63dff47e22 Added predcondition GreaterThanWithNan 7 years ago
greggameplayer 2003771789 Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059) 7 years ago
bunnei e341d868ee gl_rasterizer_cache: Remove asserts for supported blits. 7 years ago
bunnei da7226442f renderer_opengl: Treat OpenGL errors as critical. 7 years ago
greggameplayer cef35e7c9c
correct coding style 7 years ago
greggameplayer 928e78dced Implement GetDefaultDisplayResolutionChangeEvent 7 years ago
Lioncash 9791f0d590 qt/main: Unindent code in OnMenuInstallToNAND() 7 years ago
Lioncash 2a3d7128d1 qt/main: Make installation dialog text within OnMenuInstallToNAND() translatable 7 years ago
Lioncash aac807fd3a qt/main: Get rid of compilation warnings 7 years ago
Lioncash a0ce6de913 core: Delete System copy/move constructors and assignment operators 7 years ago
MerryMage 94329038b6 dynarmic: Update to 550d662 7 years ago
Lioncash b39cd70cd4 common: Namespace hex_util.h/.cpp 7 years ago
bunnei 89c3d6a2a3 gl_rasterizer_cache: Treat Depth formats differently from DepthStencil. 7 years ago
Subv 91140f6c0a Shader/Conversion: Implemented the negate bit in F2F and I2I instructions. 7 years ago
Subv 38592a3b5e Shader/I2F: Implemented the negate I2F_C instruction variant. 7 years ago
Subv 40ecdda19e Shader/F2I: Implemented the negate bit in the I2F instruction 7 years ago
Subv 5ef447cc0e Shader/F2I: Implemented the F2I_C instruction variant. 7 years ago
Subv 11c221cc62 Shader/F2I: Implemented the negate bit in the F2I instruction. 7 years ago
Lioncash aac5792a2b kernel/server_session: Add IsSession() member function 7 years ago
Lioncash 5752454629 sm/controller: Correct return value of QueryPointerBufferSize 7 years ago
Lioncash 87d8a9c986 loader: Make ResultStatus directly compatible with fmt 7 years ago
Lioncash 0769aa594e loader/nca: Remove unnecessary includes and member variables 7 years ago
Lioncash c8e3f98c27 loader/xci: Remove unnecessary includes and member variables 7 years ago
Lioncash b74df62959 lm: Use LOG_DEBUG for printing out trace logs 7 years ago
Lioncash e0b0f4eece lm: Handle threads and modules within the logger 7 years ago
bunnei b1148d269d gl_rasterizer_cache: Cleanup some PixelFormat names and logging. 7 years ago
Subv c5284efd4f Rasterizer: Implemented instanced rendering. 7 years ago
bunnei 8599e1e4fc gl_rasterizer_cache: Add RGBA16U to PixelFormatFromTextureFormat. 7 years ago
greggameplayer 6eda9ebbdb Implement Z16_UNORM in PixelFormatFromTextureFormat function 7 years ago
Lioncash 96c0b81a51 loader: Remove address mapping remnants from citra 7 years ago