Commit Graph

6277 Commits (e128e90350a95bbeeebb3987c3513537e5e4289c)
 

Author SHA1 Message Date
Hexagon12 cc89b7bfcb Various fixes and clang 7 years ago
Hexagon12 a155d3b7ff
Decimal change 7 years ago
Hexagon12 88f1fe79c6
Updated pctl:a with new service names. 7 years ago
Hexagon12 177bdb94df
Updated nvmemp with new service names. 7 years ago
Hexagon12 4d1a2509df
Updated nvdrv with more service names. 7 years ago
Hexagon12 ac50d2cd60
Updated pl:u with more service names. 7 years ago
Hexagon12 2d2de1422e
Updated hid with more service names. 7 years ago
Hexagon12 9e2f30ab4a
Updated friend:u with more service names. 7 years ago
Hexagon12 be50a6ceef
Updated the unknown name 7 years ago
Hexagon12 7788178f01
Updated friend:a with more service names. 7 years ago
bunnei 20c97c60d5
Merge pull request #318 from mailwl/account
Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 services
7 years ago
Hexagon12 ae5e2d07c6
Updated fsp-srv with more service names. 7 years ago
Hexagon12 ee3ca32fa3
Updated CodecCtl with more service names. 7 years ago
Hexagon12 ed2da0ef70
Updated audren with more service names. 7 years ago
Hexagon12 c0011fdacd
Updated audrec with more service names. 7 years ago
Hexagon12 a886e3bc2a
Updated audout with more service names. 7 years ago
Hexagon12 4cf4a5ecdc
Updated audin with more service names. 7 years ago
Hexagon12 c79c9755b4
Updated AOC with more service names. 7 years ago
Hexagon12 434cffa37d
Updated AppletOE with more service names. 7 years ago
Hexagon12 0cc2e7d81d
Updated AppletAE with more service names. 7 years ago
Hexagon12 84d39530cf
Updated AM with more service names. 7 years ago
mailwl 3769a80fac Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 services 7 years ago
bunnei 227bc78cbe
Merge pull request #314 from jroweboy/tegra-progress-3b
GPU: Bind uploaded textures when drawing (Rebased)
7 years ago
bunnei e0fb6a188c
Merge pull request #315 from jroweboy/spelling-fix
Fix spelling of Initialize
7 years ago
bunnei d79558a6f0
Merge pull request #316 from jroweboy/dontcrash
Prevent crash from uninitialized telemetry
7 years ago
James Rowe 222ba939f2 Prevent crash from uninitialized telemetry 7 years ago
James Rowe f16eb90b8f Fix spelling of Initialize 7 years ago
James Rowe 0b855f1c21 Fix clang format issues 7 years ago
Subv dcc27d6dc1 GPU: Assert when finding a texture with a format type other than UNORM. 7 years ago
Subv b0ca330e14 GL: Set up the textures used for each draw call.
Each Maxwell shader stage can have an arbitrary number of textures, but we're limited to a certain number in OpenGL. We try to only use the minimum amount of host textures by not keeping a 1:1 relation between guest texture ids and host texture ids, ie, guest texture id 8 can be host texture id 0 if it's the only texture used in the guest shader program.
This mapping will have to be passed to the shader decompiler so it can rewrite the texture accesses.
7 years ago
Subv cb3183212d GL: Bind the textures to the shaders used for drawing. 7 years ago
Subv 65faeb9b2a GLCache: Specialize the MortonCopy function for the DXT1 texture format.
It will now use the UnswizzleTexture function instead of the MortonCopyPixels128, which doesn't seem to work for textures.
7 years ago
Subv b258403f0d GLCache: Implemented GetTextureSurface. 7 years ago
Subv 65ea52394b GLCache: Support uploading compressed textures to the GPU.
Compressed texture formats like DXT1, DXT2, DXT3, etc will use this to ease the load on the CPU.
7 years ago
Subv 73eaef9c05 GL: Remove remaining references to 3DS-specific pixel formats 7 years ago
Subv b305646c44 RasterizerCache: Remove 3DS-specific pixel formats.
We're only left with RGB8 and DXT1 for now. More will be added as they are needed.
7 years ago
Subv c28ed85875 GL: Create the sampler objects when starting up the GL rasterizer. 7 years ago
Subv ca96b04a0c GL: Ported the SamplerInfo struct from citra. 7 years ago
Subv 0171ec606b GL: Rename PicaTexture to MaxwellTexture. 7 years ago
Subv f73a280eeb GL: Added functions to convert Maxwell tex filters and wrap modes to OpenGL. 7 years ago
Subv ad1810e895 Textures: Added a helper function to know if a texture is blocklinear or pitch. 7 years ago
bunnei 37041ea12c
Merge pull request #310 from N00byKing/patch-1
Update multiple comments from citra to yuzu
7 years ago
N00byKing 358050cfc6 core, main.h: Abort on 32Bit ROMs (#309)
* core, main.h: Abort on 32Bit ROMs

* main.cpp: Fix Grammar
7 years ago
bunnei 68183e7b5a
Merge pull request #312 from jroweboy/update-fmtlib
Update fmtlib to fix msvc warnings
7 years ago
James Rowe f9945f8a3b Update fmtlib to fix msvc warnings
Additionally, when updating fmtlib, there was a change in fmtlib broke
how the old logging macro was overloaded, so this works around that by
just naming the fmtlib macro impl something different
7 years ago
N00byKing d1d7582a5b
rasterizer_interface.h: Update from citra to yuzu 7 years ago
N00byKing 1f37dd02ce
default_ini.h: Update from citra to yuzu 7 years ago
N00byKing 27dbbd8227
gl_rasterizer_cache.cpp: Update from citra to yuzu 7 years ago
N00byKing cfc28e0c1a
gl_rasterizer_cache.h: Update from citra to yuzu 7 years ago
N00byKing ca17f581f5
renderer_opengl.h: Update from citra to yuzu 7 years ago