summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | texture_cache/surface_base: Address feedbackGravatar ReinUsesLisp2019-06-242-2/+10
| * | | | | | video_core/surface: Address feedbackGravatar ReinUsesLisp2019-06-241-2/+2
| * | | | | | decode/texture: Address feedbackGravatar ReinUsesLisp2019-06-241-0/+1
| * | | | | | renderer_opengl/utils: Remove unused includes and unused forward declarationGravatar ReinUsesLisp2019-06-241-4/+0
| * | | | | | gl_texture_cache: Address some feedbackGravatar ReinUsesLisp2019-06-241-2/+4
| * | | | | | gl_shader_disk_cache: Address feedbackGravatar ReinUsesLisp2019-06-242-4/+8
| * | | | | | gl_shader_decompiler: Address feedbackGravatar ReinUsesLisp2019-06-241-11/+12
| * | | | | | shader_bytecode: Include missing <array>Gravatar ReinUsesLisp2019-06-241-0/+1
| * | | | | | common/alignment: Address feedbackGravatar ReinUsesLisp2019-06-241-2/+3
| * | | | | | texture_cache: Style and CorrectionsGravatar Fernando Sahmkow2019-06-207-71/+75
| * | | | | | shader_cache: Correct versioning and size calculation.Gravatar Fernando Sahmkow2019-06-202-2/+7
| * | | | | | texture_cache: Eliminate linear textures fallthroughGravatar Fernando Sahmkow2019-06-201-4/+0
| * | | | | | texture_cache: Correct format R16U as siblingGravatar Fernando Sahmkow2019-06-202-1/+2
| * | | | | | texture_cache: Implement texception detection and texture barriers.Gravatar Fernando Sahmkow2019-06-202-7/+40
| * | | | | | texture_cache: Corrections to buffers and shadow formats use.Gravatar Fernando Sahmkow2019-06-201-10/+34
| * | | | | | texture_cache: Implement Irregular Views in surfacesGravatar Fernando Sahmkow2019-06-202-4/+24
| * | | | | | surface: Correct format S8Z24Gravatar Fernando Sahmkow2019-06-204-9/+5
| * | | | | | texture_cache: Initialize all siblings to invalid pixel format.Gravatar Fernando Sahmkow2019-06-201-6/+15
| * | | | | | gl_texture_cache: Use Stream Buffers instead of Persistant for Buffer Copies.Gravatar Fernando Sahmkow2019-06-203-5/+4
| * | | | | | gl_texture_cache: Correct Image BlitGravatar Fernando Sahmkow2019-06-201-1/+1
| * | | | | | decoders: correct block calculationGravatar Fernando Sahmkow2019-06-207-29/+41
| * | | | | | texture_cache: Use siblings textures on Rebuild and fix possible error on bli...Gravatar Fernando Sahmkow2019-06-202-11/+24
| * | | | | | texture_cache: Remove old rasterizer cacheGravatar Fernando Sahmkow2019-06-202-1956/+0
| * | | | | | texture_cache: Implement siblings texture formats.Gravatar Fernando Sahmkow2019-06-202-12/+31
| * | | | | | fermi2d: Correct Origin ModeGravatar Fernando Sahmkow2019-06-201-5/+10
| * | | | | | texture_cache: correct texture buffer on surface paramsGravatar Fernando Sahmkow2019-06-201-4/+11
| * | | | | | texture_cache: eliminate accelerated depth->color/color->depth copies due to ...Gravatar Fernando Sahmkow2019-06-204-22/+6
| * | | | | | texture_cache: correct mutex locksGravatar Fernando Sahmkow2019-06-201-4/+4
| * | | | | | shader_ir: Fix image copy rebase issuesGravatar Fernando Sahmkow2019-06-201-2/+7
| * | | | | | texture_cache: Don't Image Copy if component types differGravatar Fernando Sahmkow2019-06-201-1/+2
| * | | | | | texture_cache: move some large methods to cpp filesGravatar Fernando Sahmkow2019-06-204-139/+135
| * | | | | | texture_cache: Optimize GetSurface and use references on functions that don't...Gravatar Fernando Sahmkow2019-06-203-12/+12
| * | | | | | texture_cache: Implement Buffer Copy and detect Turing GPUs Image CopiesGravatar Fernando Sahmkow2019-06-208-12/+148
| * | | | | | texture_cache uncompress-compress is untopological.Gravatar Fernando Sahmkow2019-06-205-19/+53
| * | | | | | texture_cache: Correct copying between compressed and uncompressed formatsGravatar Fernando Sahmkow2019-06-203-10/+27
| * | | | | | texture_cache: Only load on recycle with accurate GPU.Gravatar Fernando Sahmkow2019-06-201-2/+3
| * | | | | | Fix rebase errorsGravatar Fernando Sahmkow2019-06-203-3/+13
| * | | | | | texture_cache: Handle uncontinuous surfaces.Gravatar Fernando Sahmkow2019-06-204-21/+82
| * | | | | | texture_cache: return null surface on invalid addressGravatar Fernando Sahmkow2019-06-201-0/+12
| * | | | | | texture_cache: Add checks for texture buffers.Gravatar Fernando Sahmkow2019-06-201-2/+16
| * | | | | | texture_cache: Fermi2D reform and implement View MirageGravatar Fernando Sahmkow2019-06-2011-77/+125
| * | | | | | gl_shader_decompiler: Implement image binding settingsGravatar ReinUsesLisp2019-06-205-24/+52
| * | | | | | shader: Implement bindless imagesGravatar ReinUsesLisp2019-06-203-2/+40
| * | | | | | shader: Decode SUST and implement backing image functionalityGravatar ReinUsesLisp2019-06-209-3/+283
| * | | | | | gl_rasterizer: Track texture buffer usageGravatar ReinUsesLisp2019-06-206-74/+119
| * | | | | | video_core: Make ARB_buffer_storage a required extensionGravatar ReinUsesLisp2019-06-205-8/+12
| * | | | | | gl_rasterizer_cache: Use texture buffers to emulate texture buffersGravatar ReinUsesLisp2019-06-205-11/+35
| * | | | | | maxwell_3d: Partially implement texture buffers as 1D texturesGravatar ReinUsesLisp2019-06-204-10/+24
| * | | | | | gl_shader_decompiler: Allow 1D textures to be texture buffersGravatar ReinUsesLisp2019-06-201-4/+38
| * | | | | | shader: Implement texture buffersGravatar ReinUsesLisp2019-06-203-0/+62