bunnei
c6ab2c94d9
Merge pull request #323 from Hexagon12/stub-hid
...
Service/HID: Stubbed out GetPlayerLedPattern
7 years ago
bunnei
660991cffb
Merge pull request #325 from Hexagon12/ipc-value-fix
...
Service/vi: Fix normal_params_size in GetDisplayResolution
7 years ago
Hexagon12
e10248f308
Fixed normal params in GetDisplayResolution
7 years ago
Hexagon12
56d2958aaf
Stubbed out GetPlayerLedPattern
7 years ago
Hexagon12
b1556309fe
Merge pull request #1 from yuzu-emu/master
...
Update fork
7 years ago
bunnei
b7369f99ec
Merge pull request #319 from Hexagon12/service-name-fix
...
Various service name fixes - part 1
7 years ago
bunnei
9629736625
Merge pull request #320 from mailwl/ssl-update
...
Service/SSL: update service according switchbrew
7 years ago
mailwl
39f75350bb
Service/SSL: update service according switchbrew
7 years ago
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