summaryrefslogtreecommitdiff
path: root/src/video_core (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #8383 from Morph1984/shadow-of-the-pastGravatar Mai2022-06-141-5/+0
|\ \
| * | CMakeLists: Make variable shadowing a compile-time errorGravatar Morph2022-06-131-5/+0
| |/
* | vk_compute_pass: Use VK_ACCESS_NONEGravatar Morph2022-06-141-1/+1
* | Merge pull request #8439 from liamwhite/monkey-compilerGravatar Mai2022-06-1430-104/+105
|\ \
| * | general: fix compilation on MinGW GCC 12Gravatar Liam2022-06-131-1/+1
| * | common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-1329-103/+104
| |/
* / vk_compute_pass: Silence Wextra warningGravatar Morph2022-06-141-1/+1
|/
* Merge pull request #8413 from behunin/bounded-queueGravatar bunnei2022-06-112-4/+5
|\
| * gpu_thread: Move to bounded queueGravatar Levi Behunin2022-06-022-4/+5
* | Merge pull request #8393 from lat9nq/default-vulkanGravatar bunnei2022-06-111-0/+4
|\ \
| * | vulkan_library: Add debug loggingGravatar lat9nq2022-05-301-0/+4
* | | Maxwell3D: Fix 3D semaphore counter type 0 handlingGravatar Billy Laws2022-06-022-3/+3
| |/ |/|