Unknown W. Brackets
|
49f6c461ad
|
Reporting: Fix some header includes.
Particularly in Common, avoid including Core/Reporting.h.
|
2022-12-27 14:58:20 -08:00 |
|
Unknown W. Brackets
|
b2798c7ada
|
jit: Add more reasonable estimates for RX protect.
|
2022-11-20 10:55:35 -08:00 |
|
Unknown W. Brackets
|
ca248e1201
|
softgpu: Fix s8 primitives in throughmode.
Also always cull no-position verts, hardware too. Matches tests.
|
2022-09-18 07:46:18 -07:00 |
|
Unknown W. Brackets
|
4889d5285d
|
vertexjit: Use consistent skinInDecode.
Just a little cleanup.
|
2022-09-10 21:54:04 -07:00 |
|
Unknown W. Brackets
|
9f48ddb18c
|
vertexjit: Clamp through float pos during decode.
Rather than decoding it on read, better to decode it right away.
|
2022-09-01 23:33:52 -07:00 |
|
Unknown W. Brackets
|
f32f89dd90
|
Global: Remove some unused variables.
|
2021-02-15 11:59:45 -08:00 |
|
Unknown W. Brackets
|
6b8f7294b3
|
Global: Remove ARM64 define.
Was barely used anymore, and some users are specifying it when it's not
the case, so better to detect consistently.
|
2020-08-29 08:45:50 -07: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
|
7910b4029a
|
arm64jit: Track writable and non-writable pointers.
Switch uses different memory regions. We can handle this, might as well
cleanup some const abuse.
|
2020-05-17 00:15:12 -07:00 |
|
Henrik Rydgård
|
dbe52c8135
|
Remove some obsolete checks - software skinning is now supported even if morphcount isn't 1.
|
2018-04-10 13:09:01 +02:00 |
|
Henrik Rydgård
|
ccd594dae7
|
Revert "VertexLoader: Remove now-unused weights translation code"
This reverts commit 44100c6c1d.
|
2018-04-10 12:30:49 +02:00 |
|
Henrik Rydgård
|
36fd2711d6
|
Revert "Remove further remains of hardware skinning."
This reverts commit 40db61a680.
|
2018-04-10 12:22:41 +02:00 |
|
Henrik Rydgård
|
40db61a680
|
Remove further remains of hardware skinning. Fixes #10661
|
2018-03-05 00:03:47 +01:00 |
|
Henrik Rydgård
|
44100c6c1d
|
VertexLoader: Remove now-unused weights translation code
|
2018-03-05 00:03:47 +01:00 |
|
Unknown W. Brackets
|
5788e33b2f
|
arm64: Use LDRUH instead of two LDRBs.
Small boost - 5.66x instead of 5x steps.
|
2017-12-03 06:35:44 -08:00 |
|
Henrik Rydgård
|
4129459495
|
Avoid an assert in ARM64 emitter, seen in Google Play crash logs
|
2017-11-29 21:31:42 +01:00 |
|
Henrik Rydgård
|
22e65ba80d
|
Get rid of ugly alignment macros and some other cruft, we now have alignas(16) from C++11
|
2017-08-31 01:14:51 +02:00 |
|
Unknown W. Brackets
|
7699fa55de
|
arm: Jit throughmode 16-bit texcoords.
It's popular, and this makes decoding such verts much faster.
|
2017-05-06 22:52:58 -07:00 |
|
Unknown W. Brackets
|
257f8dbbc6
|
GPU: Remove now-unused vertex decoder funcs.
We always convert to float now, so these functions are no longer used.
|
2017-05-06 18:55:16 -07:00 |
|
Henrik Rydgård
|
440e72d250
|
Clean up among the logs. Remove MASTER_LOG.
|
2017-03-06 13:10:23 +01:00 |
|
Henrik Rydgard
|
a272a4ee3f
|
Improve error message on vertex decoder compile fail. Also disable a broken vertex JIT function until it can be fixed.
|
2017-03-03 14:19:36 +01:00 |
|
Henrik Rydgård
|
a61cb44b1c
|
Oops, changed the wrong function.
|
2017-01-29 15:07:25 +01:00 |
|
Henrik Rydgard
|
59f5c53040
|
Fix recent texture scaling bug. Should help #9250
Not all cases tested yet.
|
2017-01-29 14:42:59 +01:00 |
|
Henrik Rydgård
|
e1bae9aa67
|
Follow the ARM64 ABI better (update the frame pointer).
|
2017-01-27 14:19:03 +01:00 |
|
Henrik Rydgard
|
98e0ccf1e1
|
Vertex JIT: Add some missing functions to ARM/ARM64 decoders.
|
2017-01-25 20:13:29 +01:00 |
|