Commit Graph

6394 Commits (f8764bb5d389cee15c57ebb0b9fe6daba1d3e62f)
 

Author SHA1 Message Date
bunnei 10953495c1 gl_shader_gen: Add hashable setup/config structs. 7 years ago
bunnei 2fcbb35ad2 gl_shader_util: Add missing includes. 7 years ago
bunnei 45fd7c4a37 common: Port cityhash code from Citra. 7 years ago
bunnei da1114ca59 renderer_opengl: Use OGLProgram instead of OGLShader. 7 years ago
bunnei 4f2b2d0bc5 gl_shader_util: Grab latest upstream. 7 years ago
bunnei dbfd106ba0 gl_resource_manager: Grab latest upstream. 7 years ago
bunnei ed7e597b44 gl_shader_decompiler: Add skeleton code from Citra for shader analysis. 7 years ago
bunnei 4e7e0f8112 shader_bytecode: Add initial module for shader decoding. 7 years ago
bunnei 0315fe8c3d bit_field: Make all methods constexpr. 7 years ago
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