Henrik Rydgard
|
e4cb44c243
|
Merge the texture flags into the dirty flags
|
2017-01-24 18:12:20 +01:00 |
|
Julian
|
c92ec20811
|
Fixed Inconsistent texture filtering in Disgaea 2 #4235
|
2016-12-16 22:53:55 +02:00 |
|
Unknown W. Brackets
|
a6ff7c6711
|
Vulkan: Setup texture/sampler cache for restore.
|
2016-10-09 11:28:11 -07:00 |
|
Unknown W. Brackets
|
f0ed9a9915
|
Vulkan: Correct CheckAlpha on scaled textures.
|
2016-06-25 09:10:55 -07:00 |
|
Unknown W. Brackets
|
4c94cd764d
|
Scale directly into the buffer if possible.
This will be possible in the majority of cases, and avoid an extra copy.
A small cost compared to scaling, but even so.
|
2016-06-25 08:40:45 -07:00 |
|
Unknown W. Brackets
|
5962093ef5
|
Centralize the majority of texture decode.
|
2016-06-19 08:05:54 -07:00 |
|
Unknown W. Brackets
|
339f065a5c
|
Centralize texture deindexing more.
|
2016-06-19 07:14:31 -07:00 |
|
Unknown W. Brackets
|
fc77e2f8fc
|
Flag replaced/scaled textures so we don't reuse.
Otherwise, we may try to use the replaceImages path, and end up with a
small updated texture in the top left of a large replaced texture.
|
2016-06-06 19:35:58 -07:00 |
|
Unknown W. Brackets
|
a1fbcc3d93
|
Avoid directly calling osm from Core/GPU code.
This allows UI to handle the message however it wants to, and reduces
cross linkage issues.
|
2016-05-27 22:05:30 -07:00 |
|
Unknown W. Brackets
|
f168978d3e
|
Properly set w/h on first use of a render-to-tex.
We were getting the wrong w/h when it wasn't in the texture cache already.
|
2016-05-21 17:53:42 -07:00 |
|
Unknown W. Brackets
|
2d53eb5456
|
Ensure we don't try to hash framebuffers.
Let's keep when we do things consistent: measure alpha on apply always.
|
2016-05-21 15:40:58 -07:00 |
|
Henrik Rydgard
|
51bcb02921
|
Minor vulkan updates to match the latest SDK/validator
|
2016-05-14 16:29:40 +02:00 |
|
Henrik Rydgård
|
2c84411426
|
Merge pull request #8720 from unknownbrackets/tex-range
Move texture decode/hash to after vertex decode
|
2016-05-07 22:15:19 +02:00 |
|
Henrik Rydgård
|
98f2ceed59
|
Merge pull request #8723 from unknownbrackets/tex-replace
Avoid scheduling a rescale when scaling is off for the texture
|
2016-05-07 09:37:42 +02:00 |
|
Unknown W. Brackets
|
4b89f44d1c
|
Avoid scheduling a rescale when scaling is off.
This happens for PPGe and kernel textures, and replacements. Before, we
would continually reload, trying to scale, but each time decide not to
scale.
|
2016-05-06 19:58:01 -07:00 |
|
Unknown W. Brackets
|
4650a288cd
|
Vulkan: Fix auto tex scaling reload.
|
2016-05-06 19:54:50 -07:00 |
|
Unknown W. Brackets
|
844d96f055
|
Vulkan: Free allocator safely on exit.
|
2016-05-06 19:52:46 -07:00 |
|
Unknown W. Brackets
|
53535558f8
|
Vulkan: Move texture hash/decode after vtx decode.
|
2016-05-01 17:42:08 -07:00 |
|
Unknown W. Brackets
|
c20075b0e0
|
Pass video info to texture replacements.
|
2016-05-01 08:54:43 -07:00 |
|
Unknown W. Brackets
|
f5b93bc6f0
|
Remove global num videos hack.
|
2016-05-01 08:53:48 -07:00 |
|
Unknown W. Brackets
|
99d29356d7
|
Track video addresses in texture cache.
|
2016-05-01 08:39:18 -07:00 |
|
Unknown W. Brackets
|
23ab2cd187
|
Vulkan: Correct check alpha.
|
2016-05-01 00:30:54 -07:00 |
|
Unknown W. Brackets
|
f26c0328da
|
Check alpha when loading replaced textures.
|
2016-05-01 00:30:53 -07:00 |
|
Unknown W. Brackets
|
e1fd6b6f21
|
Account for scaleFactor when saving clipped PNG.
|
2016-05-01 00:30:50 -07:00 |
|
Unknown W. Brackets
|
0c357c0ea3
|
Pass w/h in for replacement lookup.
So we can scale the w/h properly.
|
2016-05-01 00:30:44 -07:00 |
|