summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 #2596 from FernandoS27/revert-2590Gravatar bunnei2019-06-201-1/+1
|\
| * Revert PR 2590.Gravatar Fernando Sahmkow2019-06-191-1/+1
* | Merge pull request #2595 from jonsn0w/patch-1Gravatar Hexagon122019-06-201-2/+2
|\ \ | |/ |/|
| * Update content_archive.cppGravatar jonsn0w2019-06-191-2/+2
* | Merge pull request #2591 from lioncash/recordGravatar bunnei2019-06-195-399/+0
|\ \
| * | core: Remove unused CiTrace source filesGravatar Lioncash2019-06-185-399/+0
* | | Merge pull request #2590 from lioncash/eventGravatar bunnei2019-06-191-1/+1
|\ \ \ | |_|/ |/| |
| * | service/audio/audren_u: Correct event reset type for the system eventGravatar Lioncash2019-06-181-1/+1
| |/
* | Merge pull request #2594 from FearlessTobi/very-important-changeGravatar Zach Hilman2019-06-191-1/+1
|\ \
| * | Change to a more descriptive nameGravatar Tobias2019-06-191-1/+1
| * | yuzu/configure_input: Add missing space in window nameGravatar Tobias2019-06-191-1/+1
* | | Added missing space between two wordsGravatar Alex Subaric2019-06-201-1/+1
* | | Merge pull request #2584 from ogniK5377/cadenceGravatar Zach Hilman2019-06-1918-37/+134
|\ \ \
| * | | Addressed issuesGravatar David Marcec2019-06-174-9/+14
| * | | Signalled accumulated_suspended_tick_changed_event on creation based on REGravatar David Marcec2019-06-161-0/+1
| * | | CleanupGravatar David Marcec2019-06-1612-30/+39
| * | | Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Part...Gravatar David Marcec2019-06-1610-11/+93
* | | | Merge pull request #2562 from ReinUsesLisp/split-cbuf-uploadGravatar bunnei2019-06-176-56/+69
|\ \ \ \ | |/ / / |/| | |
| * | | gl_rasterizer: Remove unused parameters in descriptor uploadsGravatar ReinUsesLisp2019-06-072-8/+6
| * | | video_core/engines: Move ConstBufferInfo out of Maxwell3DGravatar ReinUsesLisp2019-06-076-49/+64
* | | | Merge pull request #2538 from ReinUsesLisp/ssy-pbkGravatar Zach Hilman2019-06-154-27/+78
|\ \ \ \
| * | | | shader: Split SSY and PBK stackGravatar ReinUsesLisp2019-06-074-27/+78
* | | | | Merge pull request #2581 from lioncash/hexGravatar Zach Hilman2019-06-1511-39/+45
|\ \ \ \ \
| * | | | | common/hex_util: Reserve std::string memory ahead of timeGravatar Lioncash2019-06-121-0/+5
| * | | | | common/hex_util: Combine HexVectorToString() and HexArrayToString()Gravatar Lioncash2019-06-1211-39/+40
* | | | | | Merge pull request #2582 from lioncash/reservedGravatar bunnei2019-06-141-1/+0
|\ \ \ \ \ \