Unknown W. Brackets
|
046a5c548b
|
GLES: Check clip/cull distance support.
Pretty limited on GLES3+. Also D3D11.
Seems like doing it on D3D9 might be a bit tricky.
|
2021-10-12 20:34:42 -07:00 |
|
Unknown W. Brackets
|
4cb6976029
|
GPU: Use an empty vertex buf for reinterpret.
See #14552.
|
2021-08-07 22:22:36 -07:00 |
|
Unknown W. Brackets
|
7f8144494e
|
Draw: Use constants for texture slots.
GL actually had a check for 16 but then an array for 8. This should make
it easier to figure out if we ever hit those limits.
|
2021-06-12 14:10:57 -07:00 |
|
Unknown W. Brackets
|
44d2d8a2a3
|
Draw: Assert sampler bindings are in valid ranges.
|
2021-06-12 10:10:42 -07:00 |
|
Unknown W. Brackets
|
8a8328c431
|
Common: Move ColorConv to a more appropriate place.
|
2021-05-01 11:20:05 -07:00 |
|
Unknown W. Brackets
|
fe9870bf37
|
Draw: Auto ref/release bound textures/samplers.
|
2021-02-16 21:48:43 -08:00 |
|
Unknown W. Brackets
|
e85a8b0f5b
|
Global: Cleanup class init order warnings.
|
2021-02-15 11:59:45 -08:00 |
|
Unknown W. Brackets
|
4a33b5d4e2
|
D3D11: Fail if uniform buffer create fails.
|
2021-02-15 11:59:45 -08:00 |
|
Unknown W. Brackets
|
f32f89dd90
|
Global: Remove some unused variables.
|
2021-02-15 11:59:45 -08:00 |
|
Unknown W. Brackets
|
6247e4d0ee
|
Windows: Add some missing override specifiers.
|
2021-02-14 10:30:10 -08:00 |
|
Unknown W. Brackets
|
2c165c9b6d
|
Windows: Fix improper case or missing includes.
As per mingw errors/warnings.
|
2021-02-14 10:30:10 -08:00 |
|
Henrik Rydgård
|
2dcfa63498
|
GL: Detect Apple GPUs as a category
|
2020-12-14 22:10:18 +01:00 |
|
Henrik Rydgård
|
6a5522b185
|
thin3d: Add a way to query the current render target for debugging.
|
2020-12-13 00:20:13 +01:00 |
|
Henrik Rydgård
|
c0c2bfb293
|
D3D11: Fix shader module leak in thin3d.
Thanks Unknown.
|
2020-12-01 09:20:13 +01:00 |
|
Henrik Rydgård
|
96c36d5c10
|
More work on reinterpret. Get Vulkan running
|
2020-11-08 11:32:55 +01:00 |
|
Henrik Rydgård
|
1ccc8c129c
|
Reinterpret code runs, no idea if it works
|
2020-11-08 11:32:55 +01:00 |
|
Henrik Rydgård
|
7a690f177e
|
Move shader language feature detection to the draw context.
|
2020-11-06 09:11:57 +01:00 |
|
Henrik Rydgård
|
6db943e831
|
Merge the two ShaderStage enums
|
2020-11-05 08:34:35 +01:00 |
|
Henrik Rydgård
|
5ee9cfef0d
|
Remove support for D3D11_level_9 (previously only really used for Windows Phone, probably).
Can always fall back to D3D9, which is not going away anytime soon and
still needs to be there. One less HLSL variant to care about.
|
2020-10-29 00:52:19 +01:00 |
|
Henrik Rydgård
|
92e1dce2db
|
Error handling fixes
|
2020-10-18 20:26:19 +02:00 |
|
Henrik Rydgård
|
d3339d93b0
|
Set up depth buffers to be bound as shader resource views
|
2020-10-18 20:14:25 +02:00 |
|
Henrik Rydgård
|
0e3a84b4a8
|
Move most GPU things to Common.
It works after the move, on Windows and Android at least.
Deletes the D3DX9 shader compiler loader, which was not used.
|
2020-10-04 23:39:02 +02:00 |
|