Commit Graph

6664 Commits (94fecef137eb8452cfb82caa38a9593eab3d46ea)
 

Author SHA1 Message Date
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
bunnei 20bd26dc7d
Merge pull request #308 from bunnei/misc-fixes-2
Implement and stub several SVC/VI/Audio/Friend/etc. funcs
7 years ago
bunnei 40bccd74d3 svc: Stub out SetThreadActivity, GetThreadContext. 7 years ago
bunnei 4c0cf3d5ff audren_u: Stub out GetActiveAudioDeviceName. 7 years ago
bunnei 3d4dfefaec audout_u: Implement GetAudioOutState. 7 years ago
bunnei 910b02d74b nifm: GetResult does not return a data field. 7 years ago
bunnei 9d08a11c1d vi: Implement GetDisplayResolution. 7 years ago
bunnei 99ae9dbf49 shared_memory: Remove incorrect 3ds-specific check. 7 years ago
bunnei 9eb485702f service: Add friend:u interface. 7 years ago
bunnei b87a588c37
Merge pull request #306 from daniellimws/new-fmt-macros
logging: Use variadic template instead of FMT_VARIADIC
7 years ago
Daniel Lim Wee Soong bb9093ed57 logging: Change FmtLogMessage to use variadic template instead of FMT_VARIADIC
Due to premature merging of #262 I think the build may be failing right now. Should merge this ASAP to fix it.
7 years ago
bunnei c2e0820ac2
Merge pull request #262 from daniellimws/fmtlib-macros
Logging: Add fmtlib-based macros
7 years ago
bunnei c824648db5
Merge pull request #267 from N00byKing/patch-1
Update Dialog from citra to yuzu
7 years ago
bunnei 6cd1482354
Merge pull request #276 from N00byKing/acctoyuzu
Change Telemetry Names to yuzu and remove links to citra
7 years ago