Henrik Rydgård
|
416d8b403b
|
Merge pull request #15768 from lvonasek/feature_openxr_6dof
OpenXR - 6DoF support
|
2022-08-24 18:49:41 +02:00 |
|
Henrik Rydgård
|
b529d26f3a
|
Fix smoothed depal on GLES. Don't enable filtering if not using.
|
2022-08-24 13:43:41 +02:00 |
|
Henrik Rydgård
|
586da08820
|
Merge pull request #15895 from unknownbrackets/gpu-minor
GPU: Correct Draw2D::DeviceRestore()
|
2022-08-24 11:50:42 +02:00 |
|
Henrik Rydgård
|
d459eac891
|
Fix checks for depth texture support, GLES syntax errors
|
2022-08-24 11:26:07 +02:00 |
|
Henrik Rydgård
|
ff92d7d4b0
|
Remove duplicate uniform queries
|
2022-08-24 10:51:45 +02:00 |
|
Henrik Rydgård
|
eb2f12e64a
|
Drive-by texture slot management cleanup
|
2022-08-24 10:22:58 +02:00 |
|
Luboš Vonásek
|
c5cb45b1f7
|
Merge branch 'hrydgard:master' into feature_openxr_6dof
|
2022-08-24 06:55:31 +02:00 |
|
Henrik Rydgård
|
5d50d02227
|
Merge pull request #15894 from unknownbrackets/debugger
GE Debugger: Record only one flip if display framebuf not changed, step on vsync
|
2022-08-24 06:27:31 +02:00 |
|
Unknown W. Brackets
|
7ec62a32b4
|
GPU: More consistently clear ptrs on DeviceLost().
Rather get a null pointer crash than confusing buggy use-after-free
excitement.
|
2022-08-23 20:15:30 -07:00 |
|
Unknown W. Brackets
|
c581a83896
|
GPU: Centralize SetDisplayFramebuffer().
|
2022-08-23 19:29:06 -07:00 |
|
Henrik Rydgård
|
5084743bbb
|
Use Draw2D for depal shaders (except the actual blit, for now)
|
2022-08-23 11:21:40 +02:00 |
|
Henrik Rydgård
|
6558bde0f6
|
Remove SmoothedDepal compat setting, instead detect the ramp directly.
|
2022-08-22 15:24:41 +02:00 |
|
Henrik Rydgård
|
b39b74e602
|
More renaming. Fix shader view for Vulkan
|
2022-08-22 12:30:51 +02:00 |
|
Henrik Rydgård
|
82a6c42e17
|
DepalettizeCommon -> TextureShaderCommon. Simplifications.
|
2022-08-22 12:21:20 +02:00 |
|
Unknown W. Brackets
|
89a499b4d2
|
GLES: Correct preview of mip levels > 0.
Don't need to force level 0 anymore. Software can show levels hardware
refuses to load. This is consistent with other backends.
|
2022-08-21 16:47:46 -07:00 |
|
Unknown W. Brackets
|
b5a4843c1f
|
GPU: Purify ConvertViewportAndScissor().
This makes it harder to misuse. See #15856.
|
2022-08-20 14:21:11 -07:00 |
|
Unknown W. Brackets
|
d61619db47
|
GPU: Dirty params when converting viewport state.
This flag will be false when we convert next time, so parameters won't get
updated as expected.
|
2022-08-20 14:03:24 -07:00 |
|
Henrik Rydgård
|
12db0e52d4
|
Fix deferred-depth for bezier/spline. Move updating of last_frame_depth_render to GPUCommon.
|
2022-08-20 08:29:33 +02:00 |
|
Henrik Rydgård
|
886679c7ec
|
Remove the color-to-depth mode
|
2022-08-20 08:29:33 +02:00 |
|
Lubos
|
4026d49104
|
OpenXR - Multiview uniforms working
|
2022-08-17 19:14:36 +02:00 |
|
Lubos
|
d570a194dd
|
Merge branch 'feature_openxr_6dof' into feature_openxr_stereo
|
2022-08-17 17:08:12 +02:00 |
|
Lubos
|
1e479fa192
|
Merge branch 'master' into feature_openxr_6dof
|
2022-08-17 16:48:05 +02:00 |
|
Henrik Rydgård
|
5785cf40ad
|
Clean up and comment framebuffer struct better, add bind sequence numbers
|
2022-08-17 10:09:11 +02:00 |
|
Henrik Rydgård
|
cdb4124bc1
|
More removing redundant stuff
|
2022-08-16 21:38:09 +02:00 |
|
Lubos
|
22e7f87e33
|
OpenXR - Disable multiview for now
|
2022-08-16 21:32:11 +02:00 |
|