Unknown W. Brackets
|
35ba01e01f
|
softgpu: Refactor imm draws to bypass vert read.
|
2022-09-18 06:16:25 -07:00 |
|
Henrik Rydgård
|
ce82fce8de
|
Use subpass dependencies to implement shader framebuffer read in Vulkan.
|
2022-09-16 19:19:42 +02:00 |
|
Henrik Rydgård
|
c846c2dfa8
|
Remove confusing resetFramebufferRead flag from secondary framebuffer binding
|
2022-09-03 14:48:07 +02:00 |
|
Henrik Rydgård
|
c784c0e94b
|
Some renaming. Store the BlendState/MaskState.
|
2022-09-02 21:07:29 +02:00 |
|
Henrik Rydgård
|
c9048c3748
|
Shrink the DeferredDrawcall struct, because why not. Assorted cleanup
|
2022-09-01 11:59:33 +02:00 |
|
Unknown W. Brackets
|
18e1efece1
|
GPU: Add a way to defer dirty rechecks.
These are situations where we have temporary state which will require
recalc again later.
|
2022-08-28 08:34:48 -07:00 |
|
Henrik Rydgård
|
41e327a66b
|
Cleanup and testfixes
|
2022-08-03 13:34:59 +02:00 |
|
Henrik Rydgård
|
e6403d7157
|
Split GetPointer into two versions, to help with const correctness
|
2022-07-24 13:26:19 +02:00 |
|
Henrik Rydgård
|
66ddbe9513
|
Remove the rather problematic limit on framebuffer copies
|
2022-05-01 12:49:19 +02:00 |
|
Unknown W. Brackets
|
76f9103e97
|
softgpu: Add a table and initial dirty flags.
Not actually using the dirty flags to skip state, but have moved to
Execute_* functions and everything else like other graphics backends.
|
2022-01-23 08:08:40 -08:00 |
|
Unknown W. Brackets
|
de46b0998a
|
GPU: Correctly initialize HW tessellation support.
Oops, shouldn't call a virtual in a constructor.
|
2021-05-08 09:10:23 -07:00 |
|
Henrik Rydgård
|
391b8155c5
|
More work on detangling the concepts and making things make more sense.
|
2020-11-08 13:14:23 +01:00 |
|
Henrik Rydgård
|
886a8b1ac6
|
Remove Timer.cpp/h. Move various collections into Common/Data/Collections.
|
2020-10-05 21:05:23 +02:00 |
|
Henrik Rydgård
|
1b3413945b
|
Some header include cleanup
|
2020-09-16 09:20:41 +02: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
|
ac60e2ecd4
|
GPU: Track HW tess at start of frame too.
This also makes it so we don't force the setting off when you change
backends, and just ignore it if unsupported.
|
2020-04-04 11:52:32 -07:00 |
|
Unknown W. Brackets
|
46b9454e73
|
GPU: Reset hw transform once per frame.
Might prevent potential crashes if it changes mid-frame.
|
2020-04-04 11:21:22 -07:00 |
|
Unknown W. Brackets
|
30ede8240c
|
GPU: Move hw transform decision to draw engine.
|
2020-04-04 11:14:32 -07:00 |
|
xebra
|
df4179fdb5
|
[spline/bezier]Remove unused stuff.
|
2018-12-24 04:06:12 +09:00 |
|
Unknown W. Brackets
|
8a7ec4fc19
|
GPU: Fix curve breakage due to cull flipping.
|
2018-12-16 13:00:36 -08:00 |
|
Unknown W. Brackets
|
b1e68c653c
|
GPU: Avoid a missing virtual destructor warning.
|
2018-12-01 13:59:47 -08:00 |
|
xebra
|
04708fe88a
|
[spline/bezier]Unify SubmitSpline/Bezier.
|
2018-11-13 18:22:34 +09:00 |
|
xebra
|
eca9386c05
|
[spline/bezier]Reduce static buffers. Get rid of the spline buffer using half of the vertex buffer.
|
2018-10-07 23:54:31 +09:00 |
|
xebra
|
ef53195ae8
|
[spline/bezier]Surround with namespace Spline.
|
2018-10-07 23:54:28 +09:00 |
|
xebra
|
41823f8780
|
[spline/bezier]Fix GLES texture resolution of HW tess to real 2D to avoid huge width in FF4CC mist dragon morphing.
|
2018-10-07 23:54:23 +09:00 |
|