TellowKrinkle
|
ee692abbe1
|
VideoBackends:Metal: Use BitField for stuffing bits in pipeline ids
Also removes cullmode all handling, it's handled in CPU and DX11 backend doesn't specially handle it either
|
2022-09-20 01:45:18 -05:00 |
TellowKrinkle
|
1eb3aaa548
|
VideoCommon: Use std::array in PortableVertexDeclaration
|
2022-09-19 16:28:24 -05:00 |
TellowKrinkle
|
28b31b8327
|
VideoBackends:Vulkan: Make dynamic vertex loader optional
Makes it easier to disable in the future if support for VK_EXT_vertex_input_dynamic_state is added
|
2022-09-19 16:28:24 -05:00 |
TellowKrinkle
|
dae56a24b8
|
VideoBackends:D3D12: Dynamic vertex loader support
|
2022-09-19 16:28:24 -05:00 |
TellowKrinkle
|
936b4d5d0d
|
VideoBackends:Vulkan: Dynamic vertex loader support
|
2022-09-19 16:28:24 -05:00 |
TellowKrinkle
|
7edc8b4e79
|
VideoBackends:Metal: Don't set primitive on ubershaders
|
2022-09-19 16:28:24 -05:00 |
TellowKrinkle
|
99533d2840
|
VideoCommon: Add separate pipeline usage for UberShaders
|
2022-09-19 16:28:24 -05:00 |
TellowKrinkle
|
d289e9c51c
|
VideoCommon: Compile a few extra pipelines
|
2022-09-19 16:28:24 -05:00 |
TellowKrinkle
|
d3dae1cd7e
|
VideoBackends:Metal: Dynamic vertex loader support
|
2022-09-19 16:28:24 -05:00 |
TellowKrinkle
|
4c629c2bee
|
VideoCommon: Add dynamic vertex loader to ubershaders
|
2022-09-19 16:28:23 -05:00 |
JosJuice
|
720b3f5519
|
Merge pull request #11071 from AdmiralCurtiss/netplay-settings-style
Netplay: Rename variable names in NetSettings to match style guide.
|
2022-09-19 17:55:36 +02:00 |
JMC47
|
6f4f5b0b7b
|
Merge pull request #11067 from K0bin/cache-vertex-size
OpcodeDecoding: Cache vertex sizes
|
2022-09-18 22:38:06 -04:00 |
Admiral H. Curtiss
|
d19994b4bd
|
Merge pull request #11061 from Zopolis4/rnvs
Check for and remove in-tree scmrev.h
|
2022-09-19 01:38:13 +02:00 |
Admiral H. Curtiss
|
bec4850fc3
|
Netplay: Rename variable names in NetSettings to match style guide.
|
2022-09-19 01:25:46 +02:00 |
Robin Kertels
|
2db74e7f21
|
OpcodeDecoding: Get vertex size from the loader
|
2022-09-19 01:14:53 +02:00 |
Robin Kertels
|
a6c6ec012c
|
VertexLoaderManager: Clean up and slightly speed up with templates
|
2022-09-19 01:14:49 +02:00 |
Zopolis4
|
45afab7d5d
|
In CMake, check for and remove in-tree scmrev.h generated by Visual Studio
|
2022-09-19 08:53:24 +10:00 |
JosJuice
|
eec43ce3f3
|
Merge pull request #11068 from JosJuice/revert-vcredist
Revert "windows: distribute vcredist loose files"
|
2022-09-18 23:40:33 +02:00 |
Admiral H. Curtiss
|
07f86446a6
|
Netplay: Remove unused m_HostInputAuthority in NetSettings.
|
2022-09-18 23:00:08 +02:00 |
Admiral H. Curtiss
|
69ad2cc4d0
|
Merge pull request #11059 from AdmiralCurtiss/netplay-graceful-shutdown
NetPlayClient: Treat power button event as a netplay stop.
|
2022-09-18 00:00:44 +02:00 |
JosJuice
|
7866fba1be
|
Revert "licenses: add vc++ redist license"
This reverts commit 84aa19db96 .
|
2022-09-16 10:33:47 +02:00 |
JosJuice
|
fec6f1bd5a
|
Revert "windows: distribute vcredist loose files"
This reverts commit 0837af4344 .
|
2022-09-16 10:33:39 +02:00 |
Robin Kertels
|
a31e36aeb7
|
VertexLoaderManager: Fix backwards preprocess check
Spotted by Pokechu22.
|
2022-09-15 23:56:04 +02:00 |
JMC47
|
32fba6dbd8
|
Merge pull request #11066 from K0bin/vertex-size-opt
Optimize GetVertexSize
|
2022-09-15 14:25:32 -04:00 |
Robin Kertels
|
fdcd2b7d00
|
VertexLoader: Inline GetSize
|
2022-09-15 12:50:15 +02:00 |
Robin Kertels
|
8aa214453a
|
VertexLoader: Optimize GetVertexSize
GetComponentSizes was unused, so we simplify this and get rid
of the branches.
|
2022-09-15 02:47:23 +02:00 |
Pierre Bourdon
|
1efb5b8800
|
Merge pull request #11063 from shuffle2/vcredist
windows: distribute vcredist loose files
|
2022-09-14 23:01:00 +02:00 |
JosJuice
|
09c07d4ff2
|
Merge pull request #11060 from t895/dividers
Android: Use material dividers
|
2022-09-14 22:43:18 +02:00 |
Shawn Hoffman
|
84aa19db96
|
licenses: add vc++ redist license
|
2022-09-14 13:24:44 -07:00 |
Shawn Hoffman
|
a472650ef2
|
Installer: remove old redists
The installer needs other maintenence, but this at least removes some cruft
|
2022-09-14 13:17:37 -07:00 |
Shawn Hoffman
|
0837af4344
|
windows: distribute vcredist loose files
|
2022-09-14 13:15:45 -07:00 |
Charles Lombardo
|
33048d0d4c
|
Android: Use material dividers
|
2022-09-14 14:23:59 -04:00 |
JosJuice
|
450b77a096
|
Merge pull request #11064 from t895/tab-layout
Android: Remove TabLayout workaround
|
2022-09-14 19:59:31 +02:00 |
Charles Lombardo
|
96d431b519
|
Android: Remove TabLayout workaround
|
2022-09-14 12:03:21 -04:00 |
JosJuice
|
7eece76e2b
|
Merge pull request #11053 from t895/top-app-bar
Android: Change top app bar color on scroll
|
2022-09-14 08:28:24 +02:00 |
Charles Lombardo
|
eb6a548735
|
Android: Change top app bar color on scroll
|
2022-09-13 21:31:30 -04:00 |
JosJuice
|
3420823002
|
Merge pull request #11043 from t895/nav-bar
Android: Match navigation bar color to background
|
2022-09-13 22:34:52 +02:00 |
JosJuice
|
351ebe668f
|
Merge pull request #11056 from t895/new-bars
Android: Add more top app bars
|
2022-09-13 21:14:30 +02:00 |
JosJuice
|
7f450f1d7e
|
Merge pull request #10626 from t895/glide
Android: Replace Picasso with Glide
|
2022-09-13 08:24:18 +02:00 |
Admiral H. Curtiss
|
bf331ffa45
|
NetPlayClient: Treat power button event as a netplay stop.
|
2022-09-13 01:26:45 +02:00 |
Admiral H. Curtiss
|
35f6d12acc
|
NetPlayClient: Consolidate stopping code to function.
|
2022-09-13 01:26:45 +02:00 |
Admiral H. Curtiss
|
c4b3f2302a
|
NetPlayClient: Consolidate Wiimote buffer waiting code to function.
|
2022-09-13 01:26:45 +02:00 |
JosJuice
|
14f427d4cd
|
Merge pull request #11054 from t895/swipe-refresh
Android: Change swipe refresh colors to match other component colors
|
2022-09-12 09:05:14 +02:00 |
Charles Lombardo
|
8c477852f3
|
Android: Add more top app bars
|
2022-09-11 23:49:26 -04:00 |
JosJuice
|
05869734ed
|
Merge pull request #11055 from t895/edge-effect2
Android: Remove other color edge effect definitions
|
2022-09-11 21:28:34 +02:00 |
Charles Lombardo
|
0e74acdd85
|
Android: Remove other color edge effect definitions
|
2022-09-11 15:10:27 -04:00 |
Charles Lombardo
|
63ff3c3830
|
Android: Change swipe refresh colors to match other component colors
|
2022-09-11 13:29:13 -04:00 |
JosJuice
|
702e7bad58
|
Merge pull request #11044 from t895/dialog-animations
Android: Add custom window animation to alert dialogs
|
2022-09-11 17:54:02 +02:00 |
JosJuice
|
713b535eb9
|
Merge pull request #11045 from t895/color-edge-effect
Android: Change color control highlight to system default
|
2022-09-11 13:15:13 +02:00 |
Mai
|
0ab94e3672
|
Merge pull request #11050 from shuffle2/spng
spng: define SPNG_STATIC when compiling spng itself
|
2022-09-11 05:12:36 -04:00 |