[PR #1872] [MERGED] texture_cache: Enable anisotropic filtering #2360

Closed
opened 2026-02-27 21:16:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1872
Author: @ngoquang2708
Created: 12/25/2024
Status: Merged
Merged: 12/27/2024
Merged by: @raphaelthegreat

Base: mainHead: anis-filtering


📝 Commits (1)

  • cd9275c texture_cache: Enable anisotropic filtering

📊 Changes

3 files changed (+41 additions, -0 deletions)

View changed files

📝 src/video_core/amdgpu/resource.h (+27 -0)
📝 src/video_core/renderer_vulkan/vk_instance.h (+5 -0)
📝 src/video_core/texture_cache/sampler.cpp (+9 -0)

📄 Description

Fixed blurry and smeared textures when viewed at an angle for games that use it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/1872 **Author:** [@ngoquang2708](https://github.com/ngoquang2708) **Created:** 12/25/2024 **Status:** ✅ Merged **Merged:** 12/27/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `anis-filtering` --- ### 📝 Commits (1) - [`cd9275c`](https://github.com/shadps4-emu/shadPS4/commit/cd9275c56459713aa5347017c2bd0372f459afea) texture_cache: Enable anisotropic filtering ### 📊 Changes **3 files changed** (+41 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/video_core/amdgpu/resource.h` (+27 -0) 📝 `src/video_core/renderer_vulkan/vk_instance.h` (+5 -0) 📝 `src/video_core/texture_cache/sampler.cpp` (+9 -0) </details> ### 📄 Description Fixed blurry and smeared textures when viewed at an angle for games that use it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:16:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2360
No description provided.