summaryrefslogtreecommitdiff
path: root/src/video_core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #10777 from liamwhite/no-barrierGravatar bunnei2023-06-211-0/+4
|\ \ \
| * | | video_core: optionally skip barriers on feedback loopsGravatar Liam2023-06-141-0/+4
* | | | Merge pull request #10818 from vonchenplus/render_target_samplesGravatar liamwhite2023-06-202-18/+14
|\ \ \ \
| * | | | video_core: add samples check when find render targetGravatar FengChen2023-06-172-18/+14
* | | | | Merge pull request #10835 from lat9nq/intel-restrict-compute-disableGravatar liamwhite2023-06-203-4/+27
|\ \ \ \ \
| * | | | | vulkan_device: Remove brace initializerGravatar toast29032023-06-191-1/+1
| * | | | | video_core: Check broken compute earlierGravatar lat9nq2023-06-192-2/+3
| * | | | | video_core: Formalize HasBrokenComputeGravatar lat9nq2023-06-183-4/+26
* | | | | | Merge pull request #10840 from Kelebek1/unbug_blinks_brainGravatar liamwhite2023-06-201-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use current GPU address when unmapping GPU pages, not the baseGravatar Kelebek12023-06-191-2/+2
* | | | | | Merge pull request #10829 from lat9nq/remove-external-memGravatar liamwhite2023-06-182-19/+0
|\ \ \ \ \ \
| * | | | | | vulkan_device: Remove external memory extensionGravatar lat9nq2023-06-182-19/+0
* | | | | | | Merge pull request #10798 from vonchenplus/draw_texture_scaleGravatar liamwhite2023-06-181-3/+7
|\ \ \ \ \ \ \
| * | | | | | | video_core: drawtexture support upscaleGravatar Feng Chen2023-06-161-3/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #10809 from Kelebek1/reduce_vertex_bindingsGravatar liamwhite2023-06-182-13/+16
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Synchronize vertex buffer even when it doesn't require bindingGravatar Kelebek12023-06-172-13/+16
| |/ / / / /
* | / / / / renderer_vulkan: add missing includeGravatar Liam2023-06-171-0/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #10744 from Wollnashorn/af-for-allGravatar Fernando S2023-06-1814-80/+243
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | video_core: Only apply AF to 2D (array) image typesGravatar Wollnashorn2023-06-171-2/+7
| * | | | video_core: Removed AF for all mip modes option as it's default nowGravatar Wollnashorn2023-06-171-5/+3
| * | | | video_core: Use sampler IDs instead pointers in the pipeline configGravatar Wollnashorn2023-06-168-23/+68
| * | | | video_core: Fallback to default anisotropy instead to 1x anisotropyGravatar Wollnashorn2023-06-157-16/+20
| * | | | video_core: Disable AF for non-color image formatsGravatar Wollnashorn2023-06-151-0/+9
| * | | | video_core: Fixed compilation errors because of name shadowingGravatar Wollnashorn2023-06-152-9/+9
| * | | | video_core: Add per-image anisotropy heuristics (format & mip count)Gravatar Wollnashorn2023-06-1511-71/+168
| * | | | video_core: Apply AF only to samplers with normal LOD range [0, 1+x]Gravatar Wollnashorn2023-06-141-4/+6
| * | | | video_core: Fix default anisotropic heuristicGravatar Wollnashorn2023-06-141-4/+4
| * | | | video_core: Never apply AF to None mipmap modeGravatar Wollnashorn2023-06-141-3/+4
| * | | | video_core: Disable anisotropic filtering for samplers with depth compareGravatar Wollnashorn2023-06-131-2/+3
| * | | | video_core: Option to apply anisotropic filtering for all mipmap modesGravatar Wollnashorn2023-06-131-1/+2
* | | | | Merge pull request #10783 from liamwhite/memoryGravatar bunnei2023-06-162-6/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | video_core: preallocate fewer IR blocksGravatar Liam2023-06-142-6/+6
* | | | | Merge pull request #10790 from liamwhite/arm-driver-momentGravatar bunnei2023-06-151-5/+10
|\ \ \ \ \
| * | | | | vulkan_device: disable extended_dynamic_state2 on ARM driversGravatar Liam2023-06-151-5/+10
| |/ / / /
* | | | | Merge pull request #10775 from liamwhite/cb2Gravatar bunnei2023-06-151-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | renderer_vulkan: propagate conditional barrier supportGravatar Liam2023-06-141-0/+1
| | |/ / | |/| |
* / | | buffer_cache_base: Specify buffer type in HostBindingsGravatar Morph2023-06-136-37/+35
|/ / /
* | | Merge pull request #10675 from liamwhite/scalerGravatar liamwhite2023-06-121-8/+12
|\ \ \
| * | | image_info: adjust rescale thresholds and refactor constant useGravatar Liam2023-06-081-8/+12
| | |/ | |/|
* | | Merge pull request #10699 from liamwhite/conditional-barrierGravatar Matías Locatti2023-06-125-0/+14
|\ \ \
| * | | shader_recompiler: remove barriers in conditional control flow when device la...Gravatar Liam2023-06-105-0/+14
| |/ /
* | | Merge pull request #10693 from liamwhite/f64-to-f32Gravatar bunnei2023-06-123-0/+7
|\ \ \ | |_|/ |/| |
| * | shader_recompiler: translate f64 to f32 when unsupported on hostGravatar Liam2023-06-103-0/+7
| |/
* | Merge pull request #10668 from Kelebek1/reduce_vertex_bindingsGravatar bunnei2023-06-116-24/+148
|\ \
| * | Combine vertex/transform feedback buffer binding into a single callGravatar Kelebek12023-06-086-24/+148
| |/
* | android: Fix screen orientation & blurriness.Gravatar bunnei2023-06-102-47/+5
* | vk_blit_screen: use higher bit depth for fxaaGravatar Liam2023-06-081-4/+4
|/
* Merge pull request #10635 from mrcmunir/l4t-tx1-nvidiaGravatar liamwhite2023-06-071-4/+4
|\
| * Updated to lexicographical order suggestionsGravatar Carlos Estrague / Mrc_munir2023-06-061-3/+3
| * Make VK_EXT_robustness2 optionalGravatar Carlos Estrague / Mrc_munir2023-06-061-4/+4