Herman Semenov
|
29b87e0c0b
|
Merge branch 'master' into master
|
2022-10-03 07:49:13 +00:00 |
|
Henrik Rydgård
|
bc1975bc99
|
Merge pull request #16142 from unknownbrackets/geo-shader
Implement geometry shader for range culling
|
2022-10-02 17:06:55 +02:00 |
|
Unknown W. Brackets
|
2832edcc37
|
Vulkan: Allow configuring geometry shaders on/off.
|
2022-10-02 07:42:22 -07:00 |
|
Unknown W. Brackets
|
d16caa71af
|
Vulkan: Add geometry shader ID tracking.
We're still not generating them, yet. But this tracks the objects and
IDs through the pipeline.
|
2022-10-02 07:42:16 -07:00 |
|
Unknown W. Brackets
|
a8c12385c1
|
UI: Prevent rendering during reboot.
Can sometimes crash.
|
2022-10-02 07:25:31 -07:00 |
|
Unknown W. Brackets
|
753ac95307
|
Debugger: Fix game.reset by adding a reboot status.
We don't want EmuScreen to auto-exit, and we don't want to double-lock the
debugger lifecycle lock. Let's just handle reboot specifically.
|
2022-10-01 18:13:22 -07:00 |
|
Unknown W. Brackets
|
59a489f883
|
Draw: Add COLOR1 semantic.
|
2022-10-01 12:14:46 -07:00 |
|
lainon
|
b304551747
|
Code readability, vec reserve() and remove excess c_str()
|
2022-09-30 12:31:32 +03:00 |
|
lainon
|
fec708489a
|
Correct cleaning string and remove unused vars
|
2022-09-30 12:26:30 +03:00 |
|
Henrik Rydgård
|
dc22fd2205
|
Merge pull request #16064 from unknownbrackets/ui-tags
UI: Fix controller autoconf list result
|
2022-09-20 21:11:27 +02:00 |
|
Unknown W. Brackets
|
d19138f157
|
UI: Fix controller autoconf list result.
|
2022-09-20 11:12:55 -07:00 |
|
Henrik Rydgård
|
85d1f28997
|
Throw in assorted warning fixes
|
2022-09-20 18:04:08 +02:00 |
|
Henrik Rydgård
|
9d4351b484
|
Fix the UI setting "Buffer graphics commands". Was off by 1.
|
2022-09-19 00:45:08 +02:00 |
|
Henrik Rydgård
|
915b734cde
|
Show GPU device ID in system information if available.
|
2022-09-18 10:11:01 +02:00 |
|
Unknown W. Brackets
|
6576b853e4
|
UI: Fix some logic dependent on screen tags.
9f38516 changed various tags but not code referencing them.
|
2022-09-17 13:36:25 -07:00 |
|
Henrik Rydgård
|
262a306b9a
|
Flag shader blending as broken on Adreno for now.
|
2022-09-16 19:19:42 +02:00 |
|
Henrik Rydgård
|
9f3851678e
|
Add tags to all our UI screens. Useful to debug UI problems.
|
2022-09-16 10:14:00 +02:00 |
|
Unknown W. Brackets
|
56e30495aa
|
Common: Fix some type compare warnings on 32-bit.
|
2022-09-12 22:14:48 -07:00 |
|
Lubos
|
e49ee5c93b
|
Merge branch 'master' into feature_openxr_stereo
|
2022-09-12 18:49:22 +02:00 |
|
Lubos
|
bdde5f0f7f
|
OpenXR - Use per game stereo separation file
|
2022-09-12 18:47:13 +02:00 |
|
Henrik Rydgård
|
f3c097680e
|
Merge pull request #15982 from hrydgard/renderpass-refactor
Vulkan: Refactor renderpass handling
|
2022-09-08 09:35:55 +02:00 |
|
Unknown W. Brackets
|
be0e7a8319
|
UI: Resize after visiting developer settings.
This will trigger setting updates after visiting from DevMenu.
|
2022-09-07 23:41:42 -07:00 |
|
Henrik Rydgård
|
347f7c4e5a
|
Vulkan: Improve tagging of pipelines for debugging purposes
|
2022-09-08 00:47:22 +02:00 |
|
Henrik Rydgård
|
759c9695e5
|
Merge pull request #15901 from lvonasek/feature_openxr_stereo
OpenXR - Stereoscopic rendering
|
2022-09-06 11:52:32 +02:00 |
|
Henrik Rydgård
|
02c03216bf
|
Add Lubos to credits list
|
2022-09-06 11:50:01 +02:00 |
|
Lubos
|
93202e47f4
|
OpenXR - Config for stereo separation added
|
2022-09-05 22:10:20 +02:00 |
|
Lubos
|
3a0e6c7232
|
Merge branch 'master' into feature_openxr_stereo
|
2022-09-05 19:11:52 +02:00 |
|
Henrik Rydgård
|
ed8c4e8758
|
Remove the assembly implementation of 4x4 matrix mul, in favor of intrinsics.
|
2022-09-05 10:33:05 +02:00 |
|
Lubos
|
4ce0579f70
|
OpenXR - Split projection matrix for color and depth buffer
|
2022-09-04 21:12:18 +02:00 |
|
Lubos
|
5be6665df8
|
Merge branch 'master' into feature_openxr_stereo
|
2022-09-04 12:37:41 +02:00 |
|
Lubos
|
1df1d79b9e
|
OpenXR - Stereo without multiview added
|
2022-09-04 12:36:52 +02:00 |
|
Unknown W. Brackets
|
7a7158d8d4
|
UI: Only force ASCII messages if they're ASCII.
Otherwise we could ruin messages that don't fit in the atlas.
|
2022-09-03 21:16:59 -07:00 |
|
Henrik Rydgård
|
8c56abd3dc
|
Remove setting "Disable slower framebuffer effects"
|
2022-09-03 11:06:43 +02:00 |
|
Lubos
|
00aaf9e1a6
|
Merge branch 'master' into feature_openxr_stereo
|
2022-09-01 18:09:21 +02:00 |
|
Henrik Rydgård
|
67d6549afd
|
Rename Slow Framebuf effects to Shader Blending (might remove). Reassign readbacks to BlockTransferGPU.
|
2022-08-31 14:23:33 +02:00 |
|
Lubos
|
2adc7269a3
|
Merge branch 'master' into feature_openxr_stereo
|
2022-08-28 21:55:15 +02:00 |
|
Unknown W. Brackets
|
77c834ba5c
|
GPU: Fix possible shift truncation.
Also, add algorithm for std::max.
|
2022-08-28 08:32:00 -07:00 |
|
Lubos
|
4bd5a28604
|
OpenXR - Flag to easily disable multiview shaders added
|
2022-08-28 14:49:27 +02:00 |
|
Lubos
|
c2c0561be2
|
OpenXR - OPENXR ifdef removal
|
2022-08-27 17:33:37 +02:00 |
|
Luboš Vonásek
|
5e434bccdb
|
Merge branch 'hrydgard:master' into feature_openxr_stereo
|
2022-08-27 12:23:38 +02:00 |
|
Henrik Rydgård
|
e6bb512a39
|
Remove support for framebuffers changing stride (already unreachable).
Also fixes a compiler warning
|
2022-08-25 19:07:07 +02:00 |
|
Luboš Vonásek
|
11a6318509
|
Merge branch 'hrydgard:master' into feature_openxr_stereo
|
2022-08-24 19:50:45 +02:00 |
|
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
|
58de891f57
|
OSD: Scale large multiline messages to fit better on screen (like shader logging)
|
2022-08-24 10:20:33 +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
|
b39b74e602
|
More renaming. Fix shader view for Vulkan
|
2022-08-22 12:30:51 +02:00 |
|
Unknown W. Brackets
|
8e7847f6d9
|
UI: Show return address for exec crashes.
|
2022-08-21 14:49:34 -07:00 |
|
Lubos
|
1e479fa192
|
Merge branch 'master' into feature_openxr_6dof
|
2022-08-17 16:48:05 +02:00 |
|
Lubos
|
e4a65c5881
|
Merge branch 'feature_openxr_6dof' into feature_openxr_stereo
|
2022-08-16 16:47:57 +02:00 |
|
Lubos
|
92d631966f
|
OpenXR - Resuming renderer fixed, haptics support added
|
2022-08-16 16:47:31 +02:00 |
|