Hexagon12
f8e0ce2cd0
Updated fsp-srv with more service names.
8 years ago
Hexagon12
82be79db10
Updated CodecCtl with more service names.
8 years ago
Hexagon12
a9239dbed8
Updated audren with more service names.
8 years ago
Hexagon12
95d5bf3aa1
Updated audrec with more service names.
8 years ago
Hexagon12
eff525cab3
Updated audout with more service names.
8 years ago
Hexagon12
ba73f4e0a4
Updated audin with more service names.
8 years ago
Hexagon12
3eab3da04c
Updated AOC with more service names.
8 years ago
Hexagon12
22ef1d1cc5
Updated AppletOE with more service names.
8 years ago
Hexagon12
4a594aff08
Updated AppletAE with more service names.
8 years ago
Hexagon12
c823bbde93
Updated AM with more service names.
8 years ago
bunnei
6101a3c9d7
Merge pull request #314 from jroweboy/tegra-progress-3b
GPU: Bind uploaded textures when drawing (Rebased)
8 years ago
bunnei
e918570c6d
Merge pull request #315 from jroweboy/spelling-fix
Fix spelling of Initialize
8 years ago
bunnei
5083892592
Merge pull request #316 from jroweboy/dontcrash
Prevent crash from uninitialized telemetry
8 years ago
James Rowe
92254855e7
Prevent crash from uninitialized telemetry
8 years ago
James Rowe
f6ae0f432b
Fix spelling of Initialize
8 years ago
James Rowe
d8502eb24a
Fix clang format issues
8 years ago
Subv
cb3ca1d4cf
GPU: Assert when finding a texture with a format type other than UNORM.
8 years ago
Subv
c63f7aa93b
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.
8 years ago
Subv
4f1665d365
GL: Bind the textures to the shaders used for drawing.
8 years ago
Subv
8bc63e89e4
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.
8 years ago
Subv
1e6faaf2b3
GLCache: Implemented GetTextureSurface.
8 years ago
Subv
2a5e90745c
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.
8 years ago
Subv
34b212c6a8
GL: Remove remaining references to 3DS-specific pixel formats
8 years ago
Subv
6400a3bb35
RasterizerCache: Remove 3DS-specific pixel formats.
We're only left with RGB8 and DXT1 for now. More will be added as they are needed.
8 years ago
Subv
ab6d7991f8
GL: Create the sampler objects when starting up the GL rasterizer.
8 years ago
Subv
232ffe85ad
GL: Ported the SamplerInfo struct from citra.
8 years ago
Subv
dc26ad9aec
GL: Rename PicaTexture to MaxwellTexture.
8 years ago
Subv
3c9cbbca68
GL: Added functions to convert Maxwell tex filters and wrap modes to OpenGL.
8 years ago
Subv
d9e067fad6
Textures: Added a helper function to know if a texture is blocklinear or pitch.
8 years ago
bunnei
990ca9b20d
Merge pull request #310 from N00byKing/patch-1
Update multiple comments from citra to yuzu
8 years ago
N00byKing
6d5b25c136
core, main.h: Abort on 32Bit ROMs ( #309 )
* core, main.h: Abort on 32Bit ROMs
* main.cpp: Fix Grammar
8 years ago
bunnei
5317ce6cb2
Merge pull request #312 from jroweboy/update-fmtlib
Update fmtlib to fix msvc warnings
8 years ago
James Rowe
b957a3647a
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
8 years ago
N00byKing
63b5de9c40
rasterizer_interface.h: Update from citra to yuzu
8 years ago
N00byKing
6263f437d7
default_ini.h: Update from citra to yuzu
8 years ago
N00byKing
b84397745f
gl_rasterizer_cache.cpp: Update from citra to yuzu
8 years ago
N00byKing
3ca8768d3a
gl_rasterizer_cache.h: Update from citra to yuzu
8 years ago
N00byKing
2a2af539f3
renderer_opengl.h: Update from citra to yuzu
8 years ago
bunnei
a03d123073
Merge pull request #308 from bunnei/misc-fixes-2
Implement and stub several SVC/VI/Audio/Friend/etc. funcs
8 years ago
bunnei
e71cfbce72
svc: Stub out SetThreadActivity, GetThreadContext.
8 years ago
bunnei
372b8dae46
audren_u: Stub out GetActiveAudioDeviceName.
8 years ago
bunnei
683de06263
audout_u: Implement GetAudioOutState.
8 years ago
bunnei
659fd3e9f8
nifm: GetResult does not return a data field.
8 years ago
bunnei
c800619c1e
vi: Implement GetDisplayResolution.
8 years ago
bunnei
1eeef530e5
shared_memory: Remove incorrect 3ds-specific check.
8 years ago
bunnei
3f82cee183
service: Add friend:u interface.
8 years ago
bunnei
2bbcb1a9f1
Merge pull request #306 from daniellimws/new-fmt-macros
logging: Use variadic template instead of FMT_VARIADIC
8 years ago
Daniel Lim Wee Soong
145a4c3c2a
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.
8 years ago
bunnei
e39ea2fa8e
Merge pull request #262 from daniellimws/fmtlib-macros
Logging: Add fmtlib-based macros
8 years ago
bunnei
2b51f19079
Merge pull request #267 from N00byKing/patch-1
Update Dialog from citra to yuzu
8 years ago