aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/host_shaders
AgeCommit message (Collapse)Author
2024-02-11Merge pull request #12756 from liamwhite/applet-multiprocess-hwcNarr the Reg
general: applet multiprocess
2024-02-10host_shaders: add vendor workaround for adreno driversLiam
2024-02-09nvnflinger/gpu: implement blendingLiam
2024-01-31renderer_vulkan: implement layer stack compositionLiam
2024-01-31renderer_vulkan: convert FSR to graphics pipelineLiam
2024-01-31renderer_opengl: split out FXAALiam
2024-01-07Fix typos in video_coreViktor Szépe
2023-10-18Merge pull request #11795 from Squall-Leonhart/D32FToOtherliamwhite
[Vulkan]Implement missing copy formats for D32, ARGB8_SRGB and BGRA8_Unorm/SRGB
2023-10-17Merge pull request #11349 from vonchenplus/buffer_cache_crashliamwhite
video_core: Fix moltenvk crash on macos
2023-10-17Changes based on hardware testsSquall-Leonhart
Removes unnecessary d32f to bgra shader and blit functions, update vk_texture_cache to use abgr shader for d32f to BGRA formats updates abgr to d32f shader to comply with hardware tests
2023-10-16added missing trailing line.Squall Leonhart
2023-10-16use texelfetch instead of texturelodSquall-Leonhart
2023-10-16Another missing copy connected to Bravely Default IISquall-Leonhart
adds blit_image_helper.ConvertABGR8ToD32F and fragment shader for performing ABGR and BGRA to D32F copies
2023-10-15Implement missing formats for Bravely Default 2Squall-Leonhart
2023-10-07update shader to confirmed format copySquall Leonhart
2023-10-05lets not convert depth to greyscale since this makes the exhaust and tire ↵Squall-Leonhart
smoke light gray/white tiresmoke should be a darker gray.
2023-10-04Implements D32_Float to A8B8G8R8_UNORM format copySquall-Leonhart
Corrects some visual issues in games such as Disney SpeedStorm
2023-09-25host_shaders: More proper handling of x2 MSAA copiesGPUCode
2023-09-23Query Cache: Fix Prefix SumsFernando Sahmkow
2023-09-23Query Cache: Simplify Prefix Sum compute shaderFernando Sahmkow
2023-09-23Query Cache: Implement host side sample counting.Fernando Sahmkow
2023-09-23Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow
2023-09-07video_core: Fix d24r8/s8d24 convert shader build error in moltenvkFeng Chen
2023-08-21Merge pull request #11149 from ameerj/astc-perf-prodliamwhite
host_shaders: ASTC compute shader optimizations
2023-08-19Masked depthstencil clearsKelebek1
2023-08-09flatten color_valuesAmeer J
2023-08-09flatten encoding_valuesAmeer J
2023-08-09flatten result vectorAmeer J
2023-08-09GetUnquantizedWeightVectorAmeer J
2023-08-06Compute ReplicateAmeer J
2023-08-06minorAmeer J
2023-08-06undo uintAmeer J
2023-08-06Revert "vulkan dims specialization"Ameer J
This reverts commit e6243058f2269bd79ac8479d58e55feec2611e9d.
2023-08-06vulkan dims specializationameerj
2023-08-06small_block optAmeer J
2023-08-06remove TexelWeightParamsAmeer J
2023-08-06error/void extent funcsAmeer J
2023-08-06more packingAmeer J
2023-08-06Revert "uint result index"Ameer J
This reverts commit 0e978786b5a8e7382005d8b1e16cfa12f3eeb775.
2023-08-06Revert "bfe instead of mod"Ameer J
This reverts commit 86006a3b09e8a8c17d2ade61be76736a79e3f58a.
2023-08-06Revert "global endpoints"Ameer J
This reverts commit d8f5bfd1df2b7469ef6abcee182aa110602d1751.
2023-08-06global endpointsAmeer J
2023-08-06bfe instead of modAmeer J
2023-08-06uint result indexAmeer J
2023-08-06amd optsAmeer J
2023-08-06const, pack result_vector and replicate tables,Ameer J
undo amd opts
2023-08-06minor redundancy cleanupAmeer J
2023-08-06extractbits robustnessAmeer J
2023-08-06reuse vectors memoryAmeer J
2023-08-06EncodingData packAmeer J