Henrik Rydgård
|
1b3413945b
|
Some header include cleanup
|
2020-09-16 09:20:41 +02:00 |
|
Henrik Rydgård
|
a222b2017e
|
Switch to a returned value and rename these functions.
|
2020-09-14 00:04:39 +02:00 |
|
Henrik Rydgård
|
5190f85c8e
|
Unify/centralize SetFramebufferSamplingParams. Some include cleanup.
|
2020-09-14 00:04:39 +02:00 |
|
Henrik Rydgård
|
d8263d50f4
|
Make the signature of all the SetFramebufferSamplingParams the same
|
2020-09-14 00:04:39 +02:00 |
|
Henrik Rydgård
|
9ea295093b
|
TextureCacheGLES: Also share the same sampler calculation for GLES.
|
2020-09-14 00:04:39 +02:00 |
|
Henrik Rydgård
|
b81e0669e6
|
TextureCacheDX9: Use the already centralized sampler setup code from D3D11/Vulkan.
|
2020-09-14 00:04:39 +02:00 |
|
Henrik Rydgård
|
a4c071261b
|
TextureCacheCommon::UpdateSamplingParams no longer takes a TexCacheEntry
|
2020-09-13 16:40:37 +02:00 |
|
Henrik Rydgård
|
5d5e5fe6ff
|
Remove some outdated debugging code (SetDebugTexture)
|
2020-09-13 12:18:38 +02:00 |
|
Henrik Rydgård
|
3dff9781fc
|
Fix GetCurrentTextureDebug
|
2020-09-13 09:33:06 +02:00 |
|
Henrik Rydgård
|
f6db1c2b01
|
Show how many times we evaluate framebuffers per frame in debug statistics.
|
2020-09-12 15:37:03 +02:00 |
|
Henrik Rydgård
|
41eee6a1a4
|
Decouple framebuffers from texcache entries entirely.
|
2020-09-12 14:25:50 +02:00 |
|
Unknown W. Brackets
|
cbeeb8fdf1
|
GPU: Allow culling in through mode.
It works per tests and is used in Soul Caliber. Fixes #13400.
|
2020-09-08 15:52:01 -07:00 |
|
Henrik Rydgård
|
cb3ed8f4a1
|
Merge pull request #13343 from unknownbrackets/xxhash
Switch to XXH3
|
2020-08-28 12:20:26 +02:00 |
|
Unknown W. Brackets
|
e32524c544
|
GPU: Remove ReliableHash aliases.
Let's just use XXH32/XXH64 directly in texture replacements, clearer
anyway.
|
2020-08-28 01:15:22 -07:00 |
|
Unknown W. Brackets
|
7f812a5d9a
|
GPU: Hash CLUT using XXH3 with replacements off.
It's faster, but if texture replacements are enabled, we want the hash to
stay the same.
|
2020-08-27 20:46:39 -07:00 |
|
Unknown W. Brackets
|
15c25be42b
|
GPU: Switch vertex/lookup hashes to XXH3.
This is faster pretty much everywhere.
|
2020-08-27 20:37:49 -07:00 |
|
Unknown W. Brackets
|
f44717c4f5
|
TexCache: Force recreate texture on detach.
We could have multiple detaches, and we delete the texture on attach, so
we really must make sure we recreate.
Fixes #13320.
|
2020-08-23 21:29:53 -07:00 |
|
Unknown W. Brackets
|
3b11b09621
|
Debugger: Check for no texture before debug bind.
This means a framebuffer texture that is somehow not attached, but better
to avoid the crash.
|
2020-08-23 08:24:46 -07:00 |
|
Unknown W. Brackets
|
3055deeba6
|
GPU: Fix some case warnings.
Better to avoid the warnings.
|
2020-08-19 21:18:44 -07:00 |
|
Henrik Rydgård
|
5313fc5b36
|
More work on GL state leaks. Some things really need a redesign.
|
2020-08-18 09:18:24 +02:00 |
|
Henrik Rydgård
|
ccc0331279
|
Move timeutil to Common. (Experiment to see how much work it is to move these).
|
2020-08-15 20:53:08 +02:00 |
|
Henrik Rydgård
|
c41f875df4
|
Remove base/logging.h in a whole lot more places.
|
2020-08-15 19:09:00 +02:00 |
|
Henrik Rydgård
|
b43698a13d
|
Remove most instances of base/logging.h from Common, Core, GPU, more
|
2020-08-15 19:08:44 +02:00 |
|
Unknown W. Brackets
|
b8342fb8ec
|
SaveState: Rename ChunkFile files to Serialize.
Makes more sense and less weird than ChunkFileDoMap, etc.
|
2020-08-10 08:04:05 +00:00 |
|
Unknown W. Brackets
|
1dc5ee424b
|
SaveState: Split out Do types to reduce headers.
|
2020-08-10 08:03:44 +00:00 |
|