summaryrefslogtreecommitdiff
path: root/src/video_core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | ir/texture_pass: Use host_info instead of querying Settings::values (#9176)Gravatar Morph2022-11-118-8/+10
* | | Initial ARM64 supportGravatar Liam2022-11-092-3/+15
| |/ |/|
* | video_core:Fix vmm kinds size errorGravatar FengChen2022-11-061-1/+1
|/
* Merge pull request #9163 from vonchenplus/draw_errorGravatar Fernando S2022-11-061-32/+25
|\
| * video_core: Fix drawing trigger mechanism regressionGravatar FengChen2022-10-311-32/+25
* | Merge pull request #9189 from vonchenplus/stupidGravatar Morph2022-11-051-4/+4
|\ \
| * | video_core: Fix scaling graphical regressions for multiple gamesGravatar FengChen2022-11-051-4/+4
* | | Update shader cache version. (#9175)Gravatar gidoly2022-11-041-1/+1
|/ /
* | video_core: Fix SNORM texture buffer emulating error (#9001)Gravatar Feng Chen2022-11-048-36/+109
* | Merge pull request #8858 from vonchenplus/mipmapGravatar bunnei2022-11-039-7/+96
|\ \
| * \ Merge branch 'master' into mipmapGravatar Feng Chen2022-09-204-28/+42
| |\ \
| * | | video_core: Generate mipmap texture by drawingGravatar FengChen2022-09-209-7/+96
* | | | Merge pull request #9154 from liamwhite/new-fbGravatar Fernando S2022-11-042-1/+10
|\ \ \ \
| * | | | vk_blit_screen: recreate swapchain images on guest format changeGravatar Liam2022-10-302-1/+10
* | | | | Merge pull request #9097 from liamwhite/intel-spv-compilerGravatar Morph2022-11-034-14/+19
|\ \ \ \ \
| * | | | | video_core: don't build ASTC decoder shader unless requestedGravatar Liam2022-10-194-14/+19
* | | | | | Merge pull request #9143 from K0bin/scheduler-emptyGravatar liamwhite2022-10-311-3/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | vk_scheduler: Remove recorded_countsGravatar Robin Kertels2022-10-281-3/+1
* | | | | | Vulkan: Fix regression caused by limiting render area to width/height of rend...Gravatar Fernando Sahmkow2022-10-301-6/+6
| |_|/ / / |/| | | |
* | | | | Merge pull request #9140 from vonchenplus/darw_index_bufferx_first_errorGravatar bunnei2022-10-292-61/+70
|\ \ \ \ \
| * | | | | video_core: Fix drawing trigger mechanism regressionGravatar FengChen2022-10-272-61/+70
| |/ / / /
* / / / / video_core: Catch vulkan clear op not all channel need clearGravatar FengChen2022-10-251-8/+13
|/ / / /
* | | | Merge pull request #9112 from vonchenplus/deferred_drawGravatar liamwhite2022-10-2510-232/+203
|\ \ \ \
| * | | | video_core: Implement maxwell inline_index methodGravatar FengChen2022-10-226-74/+130
| * | | | video_coare: Reimplementing the maxwell drawing trigger mechanismGravatar FengChen2022-10-2110-224/+139
| |/ / /
* | | | Merge pull request #8873 from vonchenplus/fix_legacy_location_errorGravatar bunnei2022-10-242-0/+2
|\ \ \ \
| * | | | video_core: Fix legacy to generic location unpairedGravatar FengChen2022-09-202-0/+2
* | | | | general: Resolve -Wunused-but-set-variableGravatar Morph2022-10-221-2/+2
* | | | | general: Resolve -Wunused-lambda-capture and C5233Gravatar Morph2022-10-222-6/+6
* | | | | decoders: Use 2's complement instead of unary -Gravatar Morph2022-10-221-1/+1
* | | | | CMakeLists: Remove all redundant warningsGravatar Morph2022-10-221-7/+1
* | | | | Merge pull request #9095 from FernandoS27/meat-good-vegetable-badGravatar Fernando S2022-10-222-13/+9
|\ \ \ \ \
| * | | | | Maxwell3D/Puller: Fix regressions and syncing issues.Gravatar Fernando Sahmkow2022-10-192-13/+9
* | | | | | format_lookup_table: Implement R32_B24G8 with D32_FLOAT_S8_UINTGravatar Morph2022-10-211-0/+2
| |_|/ / / |/| | | |
* | | | | Merge pull request #9071 from bunnei/mp-mmGravatar liamwhite2022-10-191-3/+4
|\ \ \ \ \
| * | | | | video_core: renderer_vulkan: vk_query_cache: Avoid shutdown crash in QueryPoo...Gravatar bunnei2022-10-181-3/+4
* | | | | | Merge pull request #9084 from vonchenplus/dma_copyGravatar Fernando S2022-10-196-69/+407
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | video_core: implement 1D copies based on VMM 'kind'Gravatar FengChen2022-10-172-56/+73
| * | | | | video_core: Implement memory manager page kindGravatar FengChen2022-10-174-13/+334
* | | | | | video_core: Fix spelling of "synchronize"Gravatar Morph2022-10-162-5/+5
|/ / / / /
* | | | | renderer_(opengl/vulkan): Fix tessellation clockwise parameterGravatar Morph2022-10-133-6/+6
* | | | | Merge pull request #9027 from yuzu-emu/revert-8987-another-name-for-reinforce...Gravatar bunnei2022-10-122-60/+27
|\ \ \ \ \
| * | | | | Revert "vulkan: automatically use larger staging buffer sizes when possible"Gravatar liamwhite2022-10-072-60/+27
* | | | | | Merge pull request #9024 from liamwhite/async-screenshotGravatar bunnei2022-10-121-1/+7
|\ \ \ \ \ \
| * | | | | | video_core: don't block rendering on screenshotsGravatar Liam2022-10-071-1/+7
| |/ / / / /
* | | | | | Merge pull request #9049 from liamwhite/monkeyhawkGravatar bunnei2022-10-121-1/+11
|\ \ \ \ \ \
| * | | | | | syncpoint_manager: ensure handle is removable before removingGravatar Liam2022-10-101-1/+11
| | |/ / / / | |/| | | |
* / | | | | Fix stencil func registers, make clip control equivalent to how it was before...Gravatar Kelebek12022-10-108-44/+51
|/ / / / /
* | | | | Merge pull request #8766 from Kelebek1/regsGravatar Fernando S2022-10-0929-2043/+3974
|\ \ \ \ \
| * | | | | Update 3D regsGravatar Kelebek12022-10-0729-2043/+3974
| |/ / / /