summaryrefslogtreecommitdiff
path: root/src/video_core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | GPU: Convert the gl_InstanceId and gl_VertexID variables to floats when readi...Gravatar Subv2018-06-101-1/+1
|/ /
* | GPU: Implement the iset family of shader instructions.Gravatar Subv2018-06-092-2/+46
* | GPU: Added decodings for the ISET family of instructions.Gravatar Subv2018-06-091-0/+7
|/
* Merge pull request #550 from Subv/ssyGravatar bunnei2018-06-092-0/+7
|\
| * GPU: Stub the SSY shader instruction.Gravatar Subv2018-06-082-0/+7
* | Merge pull request #551 from bunnei/shrGravatar bunnei2018-06-092-0/+17
|\ \
| * | gl_shader_decompiler: Implement SHR instruction.Gravatar bunnei2018-06-092-0/+17
| |/
* | gl_shader_decompiler: Implement IADD instruction.Gravatar bunnei2018-06-082-11/+37
* | gl_shader_decompiler: Add missing asserts for saturate_a instructions.Gravatar bunnei2018-06-082-8/+18
|/
* GPU: Synchronize the blend state on every draw call.Gravatar Subv2018-06-082-16/+20
* GPU: Added registers for normal and independent blending.Gravatar Subv2018-06-082-31/+27
* Merge pull request #547 from Subv/compressed_alignmentGravatar bunnei2018-06-081-2/+7
|\
| * GLCache: Align compressed texture sizes to their compression ratio, and then ...Gravatar Subv2018-06-081-2/+7
* | Rasterizer: Flush the written region when writing shader uniform data before ...Gravatar Subv2018-06-081-0/+3
|/
* Merge pull request #543 from Subv/uniformsGravatar bunnei2018-06-071-3/+4
|\
| * GLRenderer: Write the shader stage configuration UBO data *before* copying it...Gravatar Subv2018-06-071-3/+4
* | Merge pull request #542 from bunnei/bfe_immGravatar bunnei2018-06-072-7/+44
|\ \
| * | gl_shader_decompiler: Implement BFE_IMM instruction.Gravatar bunnei2018-06-072-7/+44
* | | Merge pull request #541 from Subv/blittexturesGravatar bunnei2018-06-071-56/+9
|\ \ \ | |/ / |/| |
| * | GLCache: Use the full uncompressed size when blitting from one texture to ano...Gravatar Subv2018-06-061-3/+6
| * | GLCache: Simplify the logic to copy from one texture to another in BlitTextures.Gravatar Subv2018-06-061-53/+3
| |/
* | gl_shader_decompiler: F2F: Implement rounding modes.Gravatar bunnei2018-06-062-10/+35
* | Merge pull request #537 from bunnei/misc-shaderGravatar bunnei2018-06-062-8/+24
|\ \
| * | gl_shader_decompiler: Remove some attribute stuff that has nothing to do with...Gravatar bunnei2018-06-061-8/+4
| * | shader_bytecode: Add instruction decodings for BFE, IMNMX, and XMAD.Gravatar bunnei2018-06-061-0/+20
| |/
* | Merge pull request #535 from Subv/gpu_swizzleGravatar bunnei2018-06-066-0/+65
|\ \
| * | GPU: Support changing the texture swizzles for Maxwell textures.Gravatar Subv2018-06-063-0/+45
| * | GLState: Support changing the GL_TEXTURE_SWIZZLE parameter of each texture unit.Gravatar Subv2018-06-063-0/+20
| |/
* / gl_shader_decompiler: Implement ISETP_IMM instruction.Gravatar bunnei2018-06-061-8/+9
|/
* Merge pull request #534 from Subv/multitexturingGravatar bunnei2018-06-069-69/+172
|\
| * GPU: Implement sampling multiple textures in the generated glsl shaders.Gravatar Subv2018-06-069-69/+172
* | gl_shader_decompiler: Implement LD_C instruction.Gravatar bunnei2018-06-062-0/+43
* | gl_shader_gen: Add uniform handling for indirect const buffer access.Gravatar bunnei2018-06-063-4/+40
* | gl_shader_decompiler: Refactor uniform handling to allow different decodings.Gravatar bunnei2018-06-062-26/+29
|/
* Merge pull request #531 from bunnei/fix-shlGravatar Sebastian Valle2018-06-061-1/+1
|\
| * gl_shader_decompiler: Fix un/signed mismatch with SHL.Gravatar bunnei2018-06-051-1/+1
* | Merge pull request #530 from bunnei/wrap-mirrorGravatar Sebastian Valle2018-06-061-0/+2
|\ \
| * | maxwell_to_gl: Implement WrapMode Mirror.Gravatar bunnei2018-06-051-0/+2
| |/
* | Merge pull request #527 from Subv/rgba32f_texcopyGravatar bunnei2018-06-062-0/+5
|\ \
| * | GPU: Allow the usage of RGBA16_FLOAT in the texture copy engine.Gravatar Subv2018-06-051-0/+2
| * | GPU: Allow the usage of RGBA32_FLOAT in the texture copy engine.Gravatar Subv2018-06-052-0/+3
* | | Merge pull request #528 from Subv/rg11b10fGravatar bunnei2018-06-064-12/+31
|\ \ \ | |_|/ |/| |
| * | GPU: Implemented the R11FG11FB10F texture and rendertarget formats.Gravatar Subv2018-06-054-11/+30
| * | GPU: Fixed the compression factor for RGBA16F textures.Gravatar Subv2018-06-051-1/+1
| |/
* | Merge pull request #516 from Subv/f2i_rGravatar bunnei2018-06-052-7/+64
|\ \
| * | GPU: Implemented the F2I_R shader instruction.Gravatar Subv2018-06-042-7/+64
* | | Merge pull request #521 from Subv/braGravatar bunnei2018-06-051-4/+5
|\ \ \
| * | | GPU: Corrected the branch targets for the shader bra instruction.Gravatar Subv2018-06-041-4/+5
| | |/ | |/|
* | | Merge pull request #520 from bunnei/shader-shlGravatar bunnei2018-06-052-15/+48
|\ \ \ | |/ / |/| |
| * | gl_shader_decompiler: Fix typo with ISCADD instruction.Gravatar bunnei2018-06-041-1/+1