 Henrik RydgårdandGitHub
|
b9dd866c2d
|
Merge pull request #13640 from hrydgard/shader-color-write-mask
Fix car reflections in Outrun by implementing per-bit color masking
|
2020-11-09 08:45:28 +01:00 |
|
Henrik Rydgård
|
0c3ead1437
|
Temporarily disable GL frame-init error checks, see #13639
|
2020-11-09 00:30:24 +01:00 |
|
Henrik Rydgård
|
6310af25fa
|
Get shader color write masking going on all backends.
|
2020-11-08 23:45:47 +01:00 |
|
Henrik Rydgård
|
e12c0fb205
|
Oops, what happened there..
|
2020-11-06 23:20:02 +01:00 |
|
Henrik Rydgård
|
26e09c758b
|
Some GL error logging improvements
|
2020-11-06 22:42:09 +01:00 |
|
Henrik Rydgård
|
7b2236778b
|
Remove remnants of an old, no longer applicable readback optimization
|
2020-11-05 14:38:20 +01:00 |
|
Henrik Rydgård
|
207b76da6e
|
Show an error on screen if a shader fails to compile.
Part of #1 investigation of #13541
|
2020-11-05 08:27:13 +01:00 |
|
Henrik Rydgård
|
af4d6e7642
|
Set up the test for D3D9, start fixing stuff.
|
2020-10-31 18:32:43 +01:00 |
|
Henrik Rydgård
|
43ce4e7493
|
Remove an unmotivated ifdef. Additional cleanup
|
2020-10-22 00:10:21 +02:00 |
|
Henrik Rydgård
|
3a870a9d81
|
OpenGL: Allow texture wrapping on framebuffers if supported
Fixes minor texture glitch in Wipeout, and probably more
|
2020-10-22 00:03:44 +02:00 |
|
Henrik Rydgård
|
f526f5977b
|
OpenGL: Disable auto invalidation of framebuffers, it has somehow broken
(Breaks DBZ: Tag Team)
|
2020-10-17 12:51:45 +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 |
|