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 |
|
xebra
|
89786b943d
|
[spline/bezier]Instanced rendering for B-Spline is very slow when using weak GPU, so disabled it and simplify the shaders.
Add changing the quality of HW tessellation.
|
2018-10-07 23:54:22 +09:00 |
|
xebra
|
a48a5b32f0
|
[spline/bezier]Unify hardware tessellation of bezier and spline.
|
2018-10-07 23:54:06 +09:00 |
|
xebra
|
3c0fb44f2e
|
[spline/bezier]Improve hwtess to use cached weights.
|
2018-10-07 23:54:05 +09:00 |
|
xebra
|
1e84a62e96
|
[spline/bezier]Implement weights cache system.
|
2018-10-07 23:53:50 +09:00 |
|
xebra
|
966ff32ee7
|
[spline/bezier]Improve the logic of copying control-points.
|
2018-10-07 23:53:36 +09:00 |
|
Henrik Rydgård
|
1517a93d08
|
Restore the vertexCount to 32-bit, needed in some tesselation situations
|
2018-06-26 19:49:49 +02:00 |
|
zhang wei
|
cfc353ee81
|
handle cull mode by indices, improve performance for GVGNP, refer to #10172
|
2018-04-27 16:33:35 +08:00 |
|
Henrik Rydgård
|
8953d7ff73
|
Revert "Comment fixes, reindentation."
This reverts commit 6fa9fcefb2 .
|
2018-04-10 12:14:23 +02:00 |
|
Henrik Rydgård
|
648b4eac51
|
Shrink the vertexCount field in DeferredDrawCall to the 16 bits required.
|
2018-03-18 09:42:05 +01:00 |
|
Henrik Rydgård
|
614cabb115
|
Implement pipeline/shader cache for Vulkan, to avoid shader compile stutters on second and subsequent runs.
The raw pipeline cache got pretty large. Instead, store IDs like GL.
There's still a disabled option to store the pipeline cache objects.
|
2018-03-16 21:03:03 +01:00 |
|
Henrik Rydgård
|
4cf5999bc8
|
Move the vertTypeID calculation out of DrawEngine. Need to shorten SubmitPrim as much as possible.
|
2018-03-05 12:28:10 +01:00 |
|
Henrik Rydgård
|
6fa9fcefb2
|
Comment fixes, reindentation.
|
2018-03-05 00:03:47 +01:00 |
|
Henrik Rydgård
|
d3665a8482
|
Minor cleanup
|
2018-03-05 00:03:47 +01:00 |
|
Henrik Rydgård
|
14c93bdc2b
|
Minor code/logging cleanups.
|
2018-02-27 19:44:11 +01:00 |
|
Henrik Rydgård
|
0b4b2bfe9c
|
Avoid the most common virtual call when possible.
|
2018-02-26 13:51:14 +01:00 |
|
Henrik Rydgård
|
feb4694acc
|
Unify DispatchSubmitPrim as much as possible
|
2018-02-26 11:33:17 +01:00 |
|
Henrik Rydgård
|
967018b7f8
|
Unify Execute_LoadClut
|
2018-02-26 11:32:02 +01:00 |
|
Henrik Rydgård
|
23980065ba
|
Unify all the DrawEngine::SubmitPrim
|
2018-02-26 11:07:30 +01:00 |
|
Henrik Rydgård
|
ccdb4d186d
|
gl-render-manager: Fix HW tesselation. Remove 1D texture support, likely no benefit.
|
2018-01-27 15:10:17 +01:00 |
|
Henrik Rydgård
|
713afdfe49
|
Refactor: Unify DecodeVerts and move ComputeNumVertsToDecode to Common
|
2017-11-19 12:39:09 +01:00 |
|
Henrik Rydgård
|
ca21f93d52
|
GPU: Advance the vertex pointer after BBOX vertices are sent. Fixes #6554, finally!
|
2017-11-17 13:36:48 +01:00 |
|
Henrik Rydgård
|
da09e10aa3
|
Make the interface to hw tess slightly more flexible.
|
2017-11-12 11:04:13 +01:00 |
|
Henrik Rydgård
|
9cd4db5f18
|
Vulkan hw tess: Use pushbuffers instead of temp images to upload data.
|
2017-11-11 20:39:19 +01:00 |
|
Henrik Rydgård
|
b886efe8f5
|
Another minor cleanup (DescribeCodePtr)
|
2017-10-20 11:06:12 +02:00 |
|
Henrik Rydgård
|
9c3549f0be
|
... And also for the vertex decoder (DenseHashMap)
|
2017-08-20 19:18:50 +02:00 |
|
Henrik Rydgård
|
e55b6ac4af
|
Unify SetupVertexDecoder
|
2017-06-03 18:05:46 +02:00 |
|
Henrik Rydgård
|
14a80968cf
|
Unify transformed arrays
|
2017-06-03 18:05:21 +02:00 |
|
Henrik Rydgård
|
1abb8792ab
|
Unify ComputeMiniHash
|
2017-06-03 18:05:18 +02:00 |
|
Henrik Rydgård
|
3032240916
|
Unify DecodeVertsStep
|
2017-06-03 18:04:46 +02:00 |
|
Henrik Rydgård
|
240e058b3b
|
Some unification in DrawEngine
|
2017-06-03 18:03:56 +02:00 |
|
Henrik Rydgård
|
665a2c04cb
|
Implement software skinning for the Vulkan backend. Fixes #9753
|
2017-06-02 11:47:14 +02:00 |
|