summaryrefslogtreecommitdiff
path: root/src/video_core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | vulkan: automatically use larger staging buffer sizes when possibleGravatar Liam2022-09-252-27/+60
| | |_|_|/ | |/| | |
* | | | | Merge pull request #9005 from liamwhite/micro-fitGravatar bunnei2022-10-041-11/+5
|\ \ \ \ \
| * | | | | macro_jit_x64: cancel exit for taken branchGravatar Liam2022-10-011-11/+5
* | | | | | Merge pull request #9010 from liamwhite/buttwiseGravatar bunnei2022-10-041-37/+9
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | macro_jit_x64: fix miscompilation of bit extraction operationsGravatar Liam2022-10-011-37/+9
| |/ / / /
* | | | | Merge pull request #6598 from FernandoS27/falklands-are-britishGravatar liamwhite2022-10-011-1/+62
|\ \ \ \ \
| * | | | | MacroHLE: Add MultidrawIndirect HLE Macro.Gravatar Fernando Sahmkow2022-10-011-1/+62
| |/ / / /
* | | | | Merge pull request #8874 from vonchenplus/align_index_buffer_sizeGravatar bunnei2022-10-011-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Align index buffe size when vertex_buffer_unified_memory enableGravatar FengChen2022-09-101-1/+1
| | |/ / | |/| |
* | | | Merge pull request #8910 from vonchenplus/astc_decode_errorGravatar bunnei2022-09-302-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | video_core: Modify astc texture decode error fill valueGravatar FengChen2022-09-152-2/+2
| |/ /
* / / astc: Enable parallel CPU astc decodingGravatar Morph2022-09-161-21/+35
|/ /
* | Merge pull request #8819 from liamwhite/cash-moneyGravatar lat9nq2022-09-081-1/+4
|\ \
| * | video_core: add option for pessimistic flushingGravatar Liam2022-08-251-1/+4
* | | style: General style changes to match with the rest of the codebaseGravatar Morph2022-08-311-5/+2
* | | (shader/pipeline)_cache: Raise shader/pipeline cache versionGravatar Morph2022-08-312-2/+2
| |/ |/|
* | Merge pull request #8752 from vonchenplus/rectangle_textureGravatar Fernando S2022-08-314-13/+18
|\ \
| * | video_code: support rectangle textureGravatar FengChen2022-08-254-13/+18
* | | video_core: vulkan: rasterizer: Workaround on viewport swizzle on AMDGravatar Narr the Reg2022-08-231-1/+8
| |/ |/|
* | Merge pull request #8784 from Docteh/nosnekGravatar liamwhite2022-08-219-60/+62
|\ \
| * | code: dodge PAGE_SIZE #defineGravatar Kyle Kienapfel2022-08-199-60/+62
* | | video_core: support framebuffer crop rect top not zeroGravatar vonchenplus2022-08-202-12/+25
* | | video_core: implement R16G16B16X16 texture formatGravatar Liam2022-08-191-1/+1
|/ /
* | Merge pull request #8739 from merryhime/swizzle_tableGravatar bunnei2022-08-132-15/+48
|\ \
| * | video_core/textures/decoders: Avoid SWIZZLE_TABLEGravatar Merry2022-08-092-15/+48
| |/
* / Make vsync setting work for VulkanGravatar DJRobX2022-08-071-2/+3
|/
* Merge pull request #8658 from liamwhite/plgpGravatar bunnei2022-08-061-9/+7
|\
| * video_core: differentiate between tiled and untiled framebuffer sizes for una...Gravatar Liam2022-07-271-9/+7
* | Merge pull request #8700 from liamwhite/xc3-vk-crashGravatar bunnei2022-08-061-0/+12
|\ \
| * | vk_texture_cache: return VK_NULL_HANDLE for views of null imagesGravatar Liam2022-08-021-0/+12
* | | renderer_vulkan: add format fallbacks for R16G16B16_SFLOAT, R16G16B16_SSCALED...Gravatar Liam2022-08-025-273/+337
|/ /
* | Merge pull request #8678 from liamwhite/stop-waitingGravatar bunnei2022-07-312-2/+2
|\ \
| * | video_core: stop waiting for shader compilation on user cancelGravatar Liam2022-07-292-2/+2
* | | renderer_opengl: delete shader source after linkingGravatar Liam2022-07-301-0/+1
|/ /
* | Merge pull request #8542 from Morph1984/gpu-use-old-qGravatar liamwhite2022-07-272-4/+3
|\ \
| * | gpu_thread: Use the previous MPSCQueue implementationGravatar Morph2022-07-062-4/+3
* | | chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-2720-42/+46
| |/ |/|
* | video_core: use correct byte size for framebufferGravatar Liam2022-07-191-5/+8
* | yuzu: settings: Remove framerate cap and merge unlocked framerate setting.Gravatar bunnei2022-07-161-3/+3
* | renderer_(gl/vk): Implement ASTC_10x6_UNORMGravatar Morph2022-07-057-1/+16
|/
* Revert "vulkan_device: Block AMDVLK's VK_KHR_push_descriptor"Gravatar lat9nq2022-06-291-11/+0
* video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueueGravatar german772022-06-2614-33/+33
* video_core: Replace VKSwapchain with SwapchainGravatar german772022-06-265-25/+23
* video_core: Replace VKQueryCache with QueryCacheGravatar german772022-06-266-28/+27
* video_core: Replace VKScheduler with SchedulerGravatar german772022-06-2635-111/+110
* video_core: Replace VKBlitScreen with BlitScreenGravatar german772022-06-263-51/+51
* video_core: Replace VKFenceManager with FenceManagerGravatar german772022-06-263-15/+14
* Merge pull request #8460 from Morph1984/bounded-qGravatar liamwhite2022-06-151-1/+1
|\
| * bounded_threadsafe_queue: Use constexpr capacity and maskGravatar Morph2022-06-151-1/+1
* | vk_compute_pass: Explicitly cast to VkAccessFlagsGravatar Morph2022-06-151-25/+26