summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #630 from FearlessTobi/remove-citra-referencesGravatar bunnei2018-07-063-3/+3
|\ \ \
| * | | Remove some references to CitraGravatar fearlessTobi2018-07-063-3/+3
* | | | Virtual Filesystem (#597)Gravatar Zach Hilman2018-07-0645-1676/+1784
|/ / /
* | | Merge pull request #629 from Subv/depth_testGravatar bunnei2018-07-052-9/+29
|\ \ \
| * | | GPU: Allow using the old NV04 values for the depth test function.Gravatar Subv2018-07-052-9/+29
* | | | Merge pull request #626 from Subv/shader_syncGravatar bunnei2018-07-052-0/+12
|\ \ \ \ | |/ / / |/| | |
| * | | GPU: Stub the shader SYNC and DEPBAR instructions.Gravatar Subv2018-07-042-0/+12
| |/ /
* | | Merge pull request #624 from Subv/f2f_roundGravatar bunnei2018-07-051-0/+3
|\ \ \
| * | | GPU: Implemented the F2F 'round' rounding mode.Gravatar Subv2018-07-041-0/+3
| |/ /
* | | Merge pull request #623 from Subv/vertex_typesGravatar bunnei2018-07-051-0/+8
|\ \ \
| * | | GPU: Implement the Size_16_16 and Size_10_10_10_2 vertex attribute types.Gravatar Subv2018-07-041-0/+8
| |/ /
* | | Merge pull request #622 from Subv/unused_texGravatar bunnei2018-07-052-2/+5
|\ \ \
| * | | GPU: Ignore textures that the GLSL compiler deemed unused when binding textur...Gravatar Subv2018-07-041-1/+4
| * | | 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-052-0/+43
|\ \ \
| * | | GPU: Implemented the PSETP shader instruction.Gravatar Subv2018-07-042-0/+43
| |/ /
* | | Merge pull request #620 from Subv/depth_z32fGravatar bunnei2018-07-053-2/+15
|\ \ \
| * | | GPU: Implemented the 32 bit float depth buffer format.Gravatar Subv2018-07-043-2/+15
| |/ /
* / / GPU: Flip the triangle front face winding if the GPU is configured to not fli...Gravatar Subv2018-07-042-3/+29
|/ /
* | GPU: Only configure the used framebuffers during clear.Gravatar Subv2018-07-034-17/+48
* | Merge pull request #609 from Subv/clear_buffersGravatar bunnei2018-07-035-16/+105
|\ \
| * | GPU: Factor out the framebuffer configuration code for both Clear and Draw co...Gravatar Subv2018-07-032-72/+39
| * | GPU: Support clears that don't clear the color buffer.Gravatar Subv2018-07-032-6/+17
| * | GPU: Bind and clear the render target when the CLEAR_BUFFERS register is writ...Gravatar Subv2018-07-034-0/+86
| * | GPU: Added registers for the CLEAR_BUFFERS and CLEAR_COLOR methods.Gravatar Subv2018-07-031-2/+27
* | | gl_rasterizer_cache: Implement PixelFormat S8Z24.Gravatar bunnei2018-07-033-11/+83
* | | Update AudioRenderer Voice Sections (#614)Gravatar David2018-07-031-0/+87
* | | Merge pull request #607 from jroweboy/loggingGravatar bunnei2018-07-03116-887/+1261
|\ \ \
| * | | Fix build and address review feedbackGravatar bunnei2018-07-022-4/+5
| * | | Add configurable logging backendsGravatar James Rowe2018-07-0214-22/+408
| * | | Update clang formatGravatar James Rowe2018-07-0237-154/+141
| * | | Rename logging macro back to LOG_*Gravatar James Rowe2018-07-02105-730/+730
| |/ /
* | | Merge pull request #612 from bunnei/fix-cullGravatar bunnei2018-07-021-2/+5
|\ \ \
| * | | gl_rasterizer: Only set cull mode and front face if enabled.Gravatar bunnei2018-07-021-2/+5
| |/ /
* | | Merge pull request #611 from Subv/enabled_depth_testGravatar bunnei2018-07-022-9/+13
|\ \ \
| * | | GPU: Use only the least significant 3 bits when reading the depth test func.Gravatar Subv2018-07-021-9/+9
| * | | GPU: Don't try to parse the depth test function if the depth test is disabled.Gravatar Subv2018-07-021-0/+4
| |/ /
* | | Merge pull request #610 from Subv/mufu_8Gravatar bunnei2018-07-022-0/+5
|\ \ \ | |/ / |/| |
| * | GPU: Implemented MUFU suboperation 8, sqrt.Gravatar Subv2018-07-022-0/+5
* | | Merge pull request #608 from Subv/depthGravatar bunnei2018-07-029-32/+246
|\ \ \
| * | | GPU: Set up the culling configuration on each draw.Gravatar Subv2018-07-021-6/+8
| * | | GPU: Set up the depth test state on every draw.Gravatar Subv2018-07-022-0/+14
| * | | MaxwellToGL: Added conversion functions for depth test and cull mode.Gravatar Subv2018-07-021-0/+50
| * | | GPU: Added registers for depth test and cull mode.Gravatar Subv2018-07-021-3/+51
| * | | GPU: Implemented the Z24S8 depth format and load the depth framebuffer.Gravatar Subv2018-07-027-24/+124
| |/ /
* | | Merge pull request #606 from Subv/base_vertexGravatar Sebastian Valle2018-07-022-8/+15
|\ \ \
| * | | GPU: Implement offsetted rendering when using non-indexed drawing.Gravatar Subv2018-07-021-1/+1
| * | | GPU: Fixed the index offset rendering, and implemented the base vertex functi...Gravatar Subv2018-07-021-6/+8
| * | | GPU: Added register definitions for the vertex buffer base element.Gravatar Subv2018-07-021-1/+6
| |/ /
* | | Merge pull request #603 from Subv/nvmap_freeGravatar Sebastian Valle2018-07-023-4/+16
|\ \ \