summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | maxwell_3d: Fix shader_config decodings.Gravatar bunnei2018-04-131-6/+3
* | | gl_rasterizer: Use shader program manager, remove test shader.Gravatar bunnei2018-04-132-196/+31
* | | renderer_opengl: Add gl_shader_manager class.Gravatar bunnei2018-04-133-0/+209
* | | maxwell_to_gl: Add a few types, etc.Gravatar bunnei2018-04-131-0/+10
* | | gl_shader_gen: Add hashable setup/config structs.Gravatar bunnei2018-04-132-29/+50
* | | gl_shader_util: Add missing includes.Gravatar bunnei2018-04-131-0/+2
* | | common: Port cityhash code from Citra.Gravatar bunnei2018-04-135-147/+502
* | | renderer_opengl: Use OGLProgram instead of OGLShader.Gravatar bunnei2018-04-136-6/+6
* | | gl_shader_util: Grab latest upstream.Gravatar bunnei2018-04-132-149/+74
* | | gl_resource_manager: Grab latest upstream.Gravatar bunnei2018-04-131-30/+86
* | | gl_shader_decompiler: Add skeleton code from Citra for shader analysis.Gravatar bunnei2018-04-132-44/+142
* | | shader_bytecode: Add initial module for shader decoding.Gravatar bunnei2018-04-132-0/+298
* | | bit_field: Make all methods constexpr.Gravatar bunnei2018-04-131-5/+5
|/ /
* | Merge pull request #323 from Hexagon12/stub-hidGravatar bunnei2018-04-131-1/+7
|\ \
| * | Stubbed out GetPlayerLedPatternGravatar Hexagon122018-04-131-1/+7
* | | Fixed normal params in GetDisplayResolutionGravatar Hexagon122018-04-131-1/+1
|/ /
* | Merge pull request #319 from Hexagon12/service-name-fixGravatar bunnei2018-04-1321-65/+413
|\ \
| * | Various fixes and clangGravatar Hexagon122018-04-116-115/+108
| * | Decimal changeGravatar Hexagon122018-04-101-4/+4
| * | Updated pctl:a with new service names.Gravatar Hexagon122018-04-101-4/+101
| * | Updated nvmemp with new service names.Gravatar Hexagon122018-04-101-4/+4
| * | Updated nvdrv with more service names.Gravatar Hexagon122018-04-101-0/+7
| * | Updated pl:u with more service names.Gravatar Hexagon122018-04-101-1/+3
| * | Updated hid with more service names.Gravatar Hexagon122018-04-101-0/+50
| * | Updated friend:u with more service names.Gravatar Hexagon122018-04-101-1/+2
| * | Updated the unknown nameGravatar Hexagon122018-04-101-1/+1
| * | Updated friend:a with more service names.Gravatar Hexagon122018-04-101-1/+2
| * | Updated fsp-srv with more service names.Gravatar Hexagon122018-04-101-4/+102
| * | Updated CodecCtl with more service names.Gravatar Hexagon122018-04-101-3/+3
| * | Updated audren with more service names.Gravatar Hexagon122018-04-101-10/+14
| * | Updated audrec with more service names.Gravatar Hexagon122018-04-101-7/+9
| * | Updated audout with more service names.Gravatar Hexagon122018-04-101-13/+16
| * | Updated audin with more service names.Gravatar Hexagon122018-04-101-9/+16
| * | Updated AOC with more service names.Gravatar Hexagon122018-04-101-0/+1
| * | Updated AppletOE with more service names.Gravatar Hexagon122018-04-101-0/+1
| * | Updated AppletAE with more service names.Gravatar Hexagon122018-04-101-0/+1
| * | Updated AM with more service names.Gravatar Hexagon122018-04-101-2/+82
* | | Service/SSL: update service according switchbrewGravatar mailwl2018-04-112-1/+98
* | | Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 servicesGravatar mailwl2018-04-1011-127/+342
|/ /
* | Merge pull request #314 from jroweboy/tegra-progress-3bGravatar bunnei2018-04-079-173/+274
|\ \
| * | Fix clang format issuesGravatar James Rowe2018-04-061-1/+1
| * | GPU: Assert when finding a texture with a format type other than UNORM.Gravatar Subv2018-04-062-4/+16
| * | GL: Set up the textures used for each draw call.Gravatar Subv2018-04-062-2/+39
| * | GL: Bind the textures to the shaders used for drawing.Gravatar Subv2018-04-061-2/+11
| * | GLCache: Specialize the MortonCopy function for the DXT1 texture format.Gravatar Subv2018-04-061-1/+15
| * | GLCache: Implemented GetTextureSurface.Gravatar Subv2018-04-061-3/+28
| * | GLCache: Support uploading compressed textures to the GPU.Gravatar Subv2018-04-061-5/+17
| * | GL: Remove remaining references to 3DS-specific pixel formatsGravatar Subv2018-04-061-83/+22
| * | RasterizerCache: Remove 3DS-specific pixel formats.Gravatar Subv2018-04-062-71/+32
| * | GL: Create the sampler objects when starting up the GL rasterizer.Gravatar Subv2018-04-061-0/+6