summaryrefslogtreecommitdiff
path: root/src/video_core/engines (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1010 from bunnei/unk-vert-attrib-shaderGravatar bunnei2018-08-111-2/+1
|\
| * gl_shader_decompiler: Improve handling of unknown input/output attributes.Gravatar bunnei2018-08-111-2/+1
* | Merge pull request #1018 from Subv/ssy_syncGravatar bunnei2018-08-111-0/+7
|\ \ | |/ |/|
| * GPU/Shader: Don't predicate instructions that don't have a predicate field (S...Gravatar Subv2018-08-111-0/+7
* | video_core: Use variable template variants of type_traits interfaces where ap...Gravatar Lioncash2018-08-091-2/+1
|/
* maxwell_3d: Ignore macros that have not been uploaded yet.Gravatar bunnei2018-08-081-4/+9
* Merge pull request #982 from bunnei/stub-unk-63Gravatar bunnei2018-08-081-0/+2
|\
| * gl_shader_decompiler: Stub input attribute Unknown_63.Gravatar bunnei2018-08-081-0/+2
* | Merge pull request #976 from bunnei/shader-immGravatar bunnei2018-08-081-9/+4
|\ \
| * | gl_shader_decompiler: Let OpenGL interpret floats.Gravatar bunnei2018-08-081-9/+4
| |/
* / maxwell_3d: Use correct const buffer size and check bounds.Gravatar bunnei2018-08-082-1/+3
|/
* maxwell_3d: Remove outdated assert.Gravatar bunnei2018-08-051-2/+0
* video_core: Eliminate the g_renderer global variableGravatar Lioncash2018-08-042-6/+12
* GPU: Remove the assert that required the CODE_ADDRESS to be 0.Gravatar Subv2018-07-241-8/+0
* shader_bytecode: Implement other TEXS masks.Gravatar bunnei2018-07-221-5/+9
* gl_shader_decompiler: Implement SEL instruction.Gravatar bunnei2018-07-221-0/+11
* maxwell_3d: Add depth buffer enable, width, and height registers.Gravatar bunnei2018-07-211-2/+14
* video_core: Use nested namespaces where applicableGravatar Lioncash2018-07-206-28/+14
* maxwell_3d: Remove unused variable within GetStageTextures()Gravatar Lioncash2018-07-191-2/+0
* GPU: Added register definitions for the stencil parameters.Gravatar Subv2018-07-171-2/+25
* gl_rasterizer: Fix check for if a shader stage is enabled.Gravatar bunnei2018-07-122-24/+8
* Merge pull request #655 from bunnei/pred-lt-nanGravatar bunnei2018-07-121-0/+1
|\
| * gl_shader_decompiler: Implement PredCondition::LessThanWithNan.Gravatar bunnei2018-07-121-0/+1
* | gl_shader_decompiler: Use FlowCondition field in EXIT instruction.Gravatar bunnei2018-07-121-0/+9
|/
* Merge pull request #652 from Subv/fadd32iGravatar Sebastian Valle2018-07-121-0/+9
|\
| * GPU: Implement the FADD32I shader instruction.Gravatar Subv2018-07-121-0/+9
* | Merge pull request #651 from Subv/ffma_decodeGravatar bunnei2018-07-121-1/+1
|\ \
| * | GPU: Corrected the decoding of FFMA for immediate operands.Gravatar Subv2018-07-121-1/+1
| |/
* | Merge pull request #625 from Subv/imnmxGravatar bunnei2018-07-071-3/+17
|\ \ | |/ |/|
| * GPU: Implemented the IMNMX shader instruction.Gravatar Subv2018-07-041-3/+17
* | Merge pull request #629 from Subv/depth_testGravatar bunnei2018-07-051-9/+21
|\ \
| * | GPU: Allow using the old NV04 values for the depth test function.Gravatar Subv2018-07-051-9/+21
* | | Merge pull request #626 from Subv/shader_syncGravatar bunnei2018-07-051-0/+5
|\ \ \ | |/ / |/| |
| * | GPU: Stub the shader SYNC and DEPBAR instructions.Gravatar Subv2018-07-041-0/+5
| |/
* | Merge pull request #622 from Subv/unused_texGravatar bunnei2018-07-051-1/+1
|\ \
| * | GPU: Corrected the decoding for the TEX shader instruction.Gravatar Subv2018-07-041-1/+1
| |/
* | Merge pull request #621 from Subv/psetp_Gravatar bunnei2018-07-051-0/+13
|\ \
| * | GPU: Implemented the PSETP shader instruction.Gravatar Subv2018-07-041-0/+13
| |/
* / GPU: Flip the triangle front face winding if the GPU is configured to not fli...Gravatar Subv2018-07-041-3/+19
|/
* Merge pull request #609 from Subv/clear_buffersGravatar bunnei2018-07-032-2/+39
|\
| * GPU: Support clears that don't clear the color buffer.Gravatar Subv2018-07-031-2/+3
| * GPU: Bind and clear the render target when the CLEAR_BUFFERS register is writ...Gravatar Subv2018-07-031-0/+11
| * GPU: Added registers for the CLEAR_BUFFERS and CLEAR_COLOR methods.Gravatar Subv2018-07-031-2/+27
* | Merge pull request #607 from jroweboy/loggingGravatar bunnei2018-07-033-5/+5
|\ \
| * | Update clang formatGravatar James Rowe2018-07-022-3/+3
| * | Rename logging macro back to LOG_*Gravatar James Rowe2018-07-023-3/+3
| |/
* | Merge pull request #611 from Subv/enabled_depth_testGravatar bunnei2018-07-021-9/+9
|\ \
| * | GPU: Use only the least significant 3 bits when reading the depth test func.Gravatar Subv2018-07-021-9/+9
| |/
* | Merge pull request #610 from Subv/mufu_8Gravatar bunnei2018-07-021-0/+1
|\ \ | |/ |/|
| * GPU: Implemented MUFU suboperation 8, sqrt.Gravatar Subv2018-07-021-0/+1