Fermi2D: Implement Bilinear software filtering and address feedback.
This commit is contained in:
parent
957840be91
commit
5fbd6954ef
7 changed files with 179 additions and 115 deletions
|
@ -61,8 +61,8 @@ enum class RenderTargetFormat : u32 {
|
|||
R32_SINT = 0xE3,
|
||||
R32_UINT = 0xE4,
|
||||
R32_FLOAT = 0xE5,
|
||||
// X8R8G8B8_UNORM = 0xE6,
|
||||
// X8R8G8B8_SRGB = 0xE7,
|
||||
X8R8G8B8_UNORM = 0xE6,
|
||||
X8R8G8B8_SRGB = 0xE7,
|
||||
R5G6B5_UNORM = 0xE8,
|
||||
A1R5G5B5_UNORM = 0xE9,
|
||||
R8G8_UNORM = 0xEA,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue