summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-06Fix clang format issuesJames Rowe
2018-04-06GPU: Assert when finding a texture with a format type other than UNORM.Subv
2018-04-06GL: Set up the textures used for each draw call.Subv
2018-04-06GL: Bind the textures to the shaders used for drawing.Subv
2018-04-06GLCache: Specialize the MortonCopy function for the DXT1 texture format.Subv
2018-04-06GLCache: Implemented GetTextureSurface.Subv
2018-04-06GLCache: Support uploading compressed textures to the GPU.Subv
2018-04-06GL: Remove remaining references to 3DS-specific pixel formatsSubv
2018-04-06RasterizerCache: Remove 3DS-specific pixel formats.Subv
2018-04-06GL: Create the sampler objects when starting up the GL rasterizer.Subv
2018-04-06GL: Ported the SamplerInfo struct from citra.Subv
2018-04-06GL: Rename PicaTexture to MaxwellTexture.Subv
2018-04-06GL: Added functions to convert Maxwell tex filters and wrap modes to OpenGL.Subv
2018-04-06Textures: Added a helper function to know if a texture is blocklinear or pitch.Subv
2018-04-06Merge pull request #310 from N00byKing/patch-1bunnei
2018-04-06core, main.h: Abort on 32Bit ROMs (#309)N00byKing
2018-04-06Merge pull request #312 from jroweboy/update-fmtlibbunnei
2018-04-05Update fmtlib to fix msvc warningsJames Rowe
2018-04-04rasterizer_interface.h: Update from citra to yuzuN00byKing
2018-04-04default_ini.h: Update from citra to yuzuN00byKing
2018-04-04gl_rasterizer_cache.cpp: Update from citra to yuzuN00byKing
2018-04-04gl_rasterizer_cache.h: Update from citra to yuzuN00byKing
2018-04-04renderer_opengl.h: Update from citra to yuzuN00byKing
2018-04-04Merge pull request #308 from bunnei/misc-fixes-2bunnei
2018-04-02svc: Stub out SetThreadActivity, GetThreadContext.bunnei
2018-04-02audren_u: Stub out GetActiveAudioDeviceName.bunnei
2018-04-02audout_u: Implement GetAudioOutState.bunnei
2018-04-02nifm: GetResult does not return a data field.bunnei
2018-04-02vi: Implement GetDisplayResolution.bunnei
2018-04-02shared_memory: Remove incorrect 3ds-specific check.bunnei
2018-04-02service: Add friend:u interface.bunnei
2018-04-02Merge pull request #306 from daniellimws/new-fmt-macrosbunnei
2018-04-03logging: Change FmtLogMessage to use variadic template instead of FMT_VARIADICDaniel Lim Wee Soong
2018-04-02Merge pull request #262 from daniellimws/fmtlib-macrosbunnei
2018-04-02Merge pull request #267 from N00byKing/patch-1bunnei
2018-04-02Merge pull request #276 from N00byKing/acctoyuzubunnei
2018-04-02Merge pull request #304 from daniellimws/fix-openbsdbunnei
2018-04-02Merge pull request #305 from N00byKing/patch-2James Rowe
2018-04-03deconstructed_rom_directory.cpp: Fix TypoN00byKing
2018-04-02Merge pull request #66 from RiverCityRansomware/qtUpdatebunnei
2018-04-03externals: Update fmt to 4d35f94Daniel Lim Wee Soong
2018-04-03common: fix swap functions on Bitrig and OpenBSDDaniel Lim Wee Soong
2018-04-02Merge pull request #297 from bunnei/hid-touch-statebunnei
2018-04-02Merge pull request #296 from bunnei/misc-mem-fsp-fixesbunnei
2018-04-02Merge pull request #288 from Subv/macro_interpreterbunnei
2018-04-01GPU: Use the MacroInterpreter class to execute the GPU macros instead of HLEi...Subv
2018-04-01GPU: Implemented a gpu macro interpreter.Subv
2018-04-01hid: Write empty touch screen state.bunnei
2018-03-31hle_ipc, fsp_srv: Cleanup logging.bunnei
2018-03-31hid: Stub out GetSupportedNpadStyleSet.bunnei