Henrik Rydgård
|
defa8aa480
|
DarkStalkers: Handle the "normal" screen stretch too, not just "wide", to avoid a surprising performance drop.
|
2020-05-24 16:53:44 +02:00 |
|
Henrik Rydgård
|
fabe987c8f
|
Add a name tag for all render steps (GL/Vulkan). Helps with debugging and should be cheap enough (a single pointer per "step").
|
2020-05-21 11:24:05 +02:00 |
|
Unknown W. Brackets
|
b79ecc159f
|
GPU: Update postshader uniforms for each.
|
2020-05-16 12:04:36 -07:00 |
|
Henrik Rydgård
|
864d138cd9
|
Fix DarkStalkers after the just-merged refactoring.
|
2020-05-14 23:28:37 +02:00 |
|
Unknown W. Brackets
|
7024a2877d
|
GPU: Take A off RGB565 conversion funcs.
|
2020-05-13 18:17:58 -07:00 |
|
Unknown W. Brackets
|
03e3a935da
|
GPU: Cleanup presentation flipping a bit.
|
2020-05-13 18:11:25 -07:00 |
|
Unknown W. Brackets
|
a41fbb9225
|
softgpu: Fix postshader on 5551.
This also fixes rendering on Windows 7 Direct3D 11.
|
2020-05-13 18:10:09 -07:00 |
|
Unknown W. Brackets
|
762b656ea2
|
GPU: Use a texture directly for MakePixelTexture.
This makes it easier to do things with it.
|
2020-05-13 18:10:09 -07:00 |
|
Unknown W. Brackets
|
2653e50200
|
softgpu: Avoid RB swizzle when using a postshader.
So that it can post-process correctly.
|
2020-05-13 18:10:09 -07:00 |
|
Unknown W. Brackets
|
3aa8287b74
|
softgpu: Enable postshader support.
|
2020-05-13 18:10:09 -07:00 |
|
Unknown W. Brackets
|
cb94487a16
|
GPU: Move post shader handling to new class.
Currently, Vulkan is not working properly and direct (RAM -> output) is
not hooked up. But in general, it works.
|
2020-05-13 18:10:06 -07:00 |
|
Unknown W. Brackets
|
57bd88fc33
|
softgpu: Allow display rotation.
|
2020-05-13 18:07:25 -07:00 |
|
Unknown W. Brackets
|
a03e368566
|
GPU: Move cardboard/etc. to PresentationCommon.
Now this works on softgpu as well.
Some hacks for backend differences...
|
2020-05-13 18:07:25 -07:00 |
|
Unknown W. Brackets
|
d39b0bdca2
|
GPU: Split FramebufferCommon into two classes.
Only some things moved over so far.
FramebufferCommon does too much, we want to share it with softgpu without
all the buffer management stuff.
|
2020-05-13 18:07:22 -07:00 |
|
Unknown W. Brackets
|
cebcfb1bbd
|
GPU: Use old frame when presenting a skip.
If we flip using a skipped frame, we may show an even older frame causing
weird flickering.
|
2020-03-01 13:55:28 -08:00 |
|
Unknown W. Brackets
|
072041a63d
|
SoftGPU: Convert from 16-bit if unsupported.
Should help #12455, but not actually tested on an affected device.
|
2019-12-24 11:08:44 -08:00 |
|
Henrik Rydgård
|
6c8186d046
|
Remove unused textureswizzle support (we use shaders instead). Universally support presenting 5551 format directly.
|
2019-10-27 20:55:32 +01:00 |
|
Henrik Rydgård
|
86c781e434
|
Hack around most of the problems with the save/load dialog. Software stretch gets enabled in non-wide mode, so wallpapers work at a cost of speed.
|
2019-10-27 20:55:32 +01:00 |
|
Henrik Rydgård
|
4f7c23fe79
|
DarkStalkers: Fix display on OpenGL ES.
|
2019-10-27 20:54:36 +01:00 |
|
Henrik Rydgård
|
796539ad7f
|
DarkStalkers: Fix display in the D3D backends. Still broken in OpenGL.
|
2019-10-27 20:54:36 +01:00 |
|
Henrik Rydgård
|
9099441973
|
Darkstalkers: Gross hack to avoid the game's own stretch, and present the raw buffer instead for a sharper image.
|
2019-10-27 20:54:36 +01:00 |
|
Henrik Rydgård
|
58568632e8
|
Software renderer: Use hardware color conversion on Vulkan in 5551 16-bit mode
|
2019-10-27 20:54:36 +01:00 |
|
Henrik Rydgård
|
ae286aef86
|
Vulkan+SoftwareRenderer: Fix screen rotation on Android.
(Missed this because software rendering is normally disabled on Android)
|
2019-10-22 22:08:21 +02:00 |
|
Unknown W. Brackets
|
2d3885fc1a
|
GE Debugger: Fix display event record timing.
When the display happens mid frame, this fixes it so you can see the
result easily when running the dump, without manually stepping through.
|
2018-11-17 11:14:10 -08:00 |
|
xebra
|
04708fe88a
|
[spline/bezier]Unify SubmitSpline/Bezier.
|
2018-11-13 18:22:34 +09:00 |
|