summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | texture_cache return invalid buffer on deactivated color_maskGravatar Fernando Sahmkow2019-06-202-2/+9
| * | | | | | engine_upload: Addapt to new Texture CacheGravatar Fernando Sahmkow2019-06-202-5/+5
| * | | | | | surface_params: Optimize CreateForTextureGravatar ReinUsesLisp2019-06-202-72/+76
| * | | | | | gl_texture_cache: Make main views be proxy textures instead of a full view.Gravatar Fernando Sahmkow2019-06-202-11/+25
| * | | | | | texture_cache: Add ASync ProtectionsGravatar Fernando Sahmkow2019-06-201-0/+10
| * | | | | | Remove Framebuffer reconfiguration and restrict rendertarget protectionGravatar Fernando Sahmkow2019-06-204-39/+27
| * | | | | | texture_cache: Implement GPU Dirty FlagsGravatar Fernando Sahmkow2019-06-201-15/+22
| * | | | | | texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepthGravatar Fernando Sahmkow2019-06-202-13/+50
| * | | | | | texture_cache: Implement L1_Inner_cacheGravatar Fernando Sahmkow2019-06-201-13/+30
| * | | | | | video_core: Use un-shifted block sizes to avoid integer divisionsGravatar ReinUsesLisp2019-06-2010-60/+78
| * | | | | | texture_cache: Change internal cache from lists to vectorsGravatar ReinUsesLisp2019-06-201-6/+7
| * | | | | | Reduce amount of size calculations.Gravatar Fernando Sahmkow2019-06-208-88/+97
| * | | | | | texture_cache: Correct premature texceptionsGravatar Fernando Sahmkow2019-06-204-14/+51
| * | | | | | texture_cache: Implement guest flushingGravatar Fernando Sahmkow2019-06-203-10/+29
| * | | | | | Fixes to mipmap's process and reconstruct processGravatar Fernando Sahmkow2019-06-202-3/+3
| * | | | | | surface_base: Add parenthesis to EmplaceOverview's predicateGravatar ReinUsesLisp2019-06-201-3/+2
| * | | | | | Texture Cache: Implement Blitting and Fermi CopiesGravatar Fernando Sahmkow2019-06-207-100/+93
| * | | | | | surface_view: Add constructor for ViewParamsGravatar ReinUsesLisp2019-06-203-39/+23
| * | | | | | surface_base: Split BreakDown into layered and non-layered variantsGravatar ReinUsesLisp2019-06-201-45/+48
| * | | | | | surface_base: Silence truncation warnings and minor renames and reorderingGravatar ReinUsesLisp2019-06-202-32/+37
| * | | | | | copy_params: Use constructor instead of C-like initializationGravatar ReinUsesLisp2019-06-203-47/+39
| * | | | | | Correct Mipmaps View method in Texture CacheGravatar Fernando Sahmkow2019-06-203-32/+29
| * | | | | | Change texture_cache chaching from GPUAddr to CacheAddrGravatar Fernando Sahmkow2019-06-207-101/+60
| * | | | | | Corrections to Structural MatchingGravatar Fernando Sahmkow2019-06-202-24/+53
| * | | | | | Implement Texture Cache V2Gravatar Fernando Sahmkow2019-06-206-381/+568
| * | | | | | Correct Surface Base and Views for new Texture CacheGravatar Fernando Sahmkow2019-06-207-380/+466
| * | | | | | Add OGLTextureViewGravatar Fernando Sahmkow2019-06-202-0/+43
| * | | | | | Deglobalize Memory Manager on texture cahe and Implement Invalidation and Flu...Gravatar Fernando Sahmkow2019-06-204-1/+20
| * | | | | | texture_cache: Remove execution context copies from the texture cacheGravatar ReinUsesLisp2019-06-207-168/+59
| * | | | | | gl_texture_cache: Implement fermi copiesGravatar ReinUsesLisp2019-06-205-2/+105
| * | | | | | texture_cache: Split texture cache into different filesGravatar ReinUsesLisp2019-06-2012-876/+965
| * | | | | | texture_cache: Move staging buffer into a generic implementationGravatar ReinUsesLisp2019-06-204-181/+211
| * | | | | | texture_cache: Flush 3D textures in the order they are drawnGravatar ReinUsesLisp2019-06-205-19/+44
| * | | | | | gl_texture_cache: Minor changesGravatar ReinUsesLisp2019-06-205-140/+185
| * | | | | | gl_texture_cache: Add copy from multiple overlaps into a single surfaceGravatar ReinUsesLisp2019-06-203-6/+84
| * | | | | | gl_texture_cache: Attach surface textures instead of viewsGravatar ReinUsesLisp2019-06-203-20/+32
| * | | | | | gl_texture_cache: Add fast copy pathGravatar ReinUsesLisp2019-06-204-7/+60
| * | | | | | gl_texture_cache: Initial implementationGravatar ReinUsesLisp2019-06-209-47/+809
* | | | | | | Merge pull request #2669 from FearlessTobi/move-cpujit-settingGravatar Zach Hilman2019-07-0411-36/+12
|\ \ \ \ \ \ \
| * | | | | | | yuzu: Remove CPU Jit setting from the UIGravatar fearlessTobi2019-07-0411-36/+12
* | | | | | | | Merge pull request #2555 from lioncash/tlsGravatar Zach Hilman2019-07-046-81/+148
|\ \ \ \ \ \ \ \
| * | | | | | | | kernel/process: Default initialize all member variablesGravatar Lioncash2019-07-031-2/+2
| * | | | | | | | kernel/process: Decouple TLS handling from threadsGravatar Lioncash2019-07-034-66/+97
| * | | | | | | | kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundaryGravatar Lioncash2019-07-032-13/+49
* | | | | | | | | Merge pull request #2670 from DarkLordZach/fix-merge-discrep-1Gravatar bunnei2019-07-042-5/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gl_shader_cache: Make CachedShader constructor privateGravatar Zach Hilman2019-07-032-5/+5
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2658 from ogniK5377/QueryAudioDeviceOutputEventGravatar bunnei2019-07-041-3/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | IAudioDevice::QueryAudioDeviceOutputEventGravatar David Marcec2019-07-011-3/+16
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2638 from DarkLordZach/quest-flagGravatar bunnei2019-07-048-2/+36
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | set: Implement GetQuestFlagGravatar Zach Hilman2019-06-282-1/+10