twinaphex
|
9d144e28fc
|
Use D3DFVF_XYZ for PC, D3DFVF_XYZRHW for Xbox
|
2018-01-16 02:04:50 +01:00 |
|
twinaphex
|
ae52cd2c68
|
Fix return type of render_pass
|
2018-01-16 01:41:16 +01:00 |
|
twinaphex
|
7a281a348e
|
Fix d3d8_renderchain
|
2018-01-16 01:38:31 +01:00 |
|
twinaphex
|
591e8e22c7
|
Fix d3d8_renderchain_free
|
2018-01-16 01:37:07 +01:00 |
|
twinaphex
|
89ee07486a
|
Remove d3d8_renderchain_clear
|
2018-01-16 01:34:39 +01:00 |
|
twinaphex
|
7ceb107c6a
|
Rewrite d3d8_renderchain.c
|
2018-01-16 01:30:59 +01:00 |
|
twinaphex
|
e32ceb8f30
|
Rewrite d3d_texture_blit
|
2018-01-16 00:08:10 +01:00 |
|
twinaphex
|
86385dcaf7
|
Start creating d3d_texture_t
|
2018-01-15 23:13:16 +01:00 |
|
twinaphex
|
fdffc1a178
|
One ifdef less
|
2018-01-15 22:04:15 +01:00 |
|
twinaphex
|
f26b18c7a4
|
D3D8 compilation fixes
|
2018-01-15 20:58:13 +01:00 |
|
twinaphex
|
391fd3eadc
|
Fix CXX_BUILD for D3D
|
2018-01-15 21:44:49 +01:00 |
|
Toad King
|
78a3d0f828
|
Merge branch 'master' into more-emscripten-fixes
|
2018-01-15 04:09:26 -06:00 |
|
Toad King
|
19facdb066
|
reset drivers shortly after toggling fullscreen mode
fixes black screen after going fullscreen in game
|
2018-01-15 02:12:53 -06:00 |
|
Toad King
|
b75f4b4f67
|
implement setting vsync and swapinterval
vsync is not "true" vsync (that's always on in browsers) but changes the main loop timer from immediate to window.requestAnimationFrame
|
2018-01-14 23:29:20 -06:00 |
|
twinaphex
|
59b5ecf7db
|
(XDK) Buildfixes
|
2018-01-15 06:36:02 +01:00 |
|
twinaphex
|
c398db76d4
|
(xdk360_fonts.cpp) Cleanups
|
2018-01-15 06:32:40 +01:00 |
|
twinaphex
|
27caf46616
|
Add d3d_get_render_state
|
2018-01-15 06:14:20 +01:00 |
|
twinaphex
|
510dfca756
|
Start adding C++ code path for SetVertexShaderConstantF and
refactor xdk360_fonts.cpp calls
|
2018-01-15 06:01:59 +01:00 |
|
Twinaphex
|
e948412bb4
|
Merge pull request #6108 from aliaspider/master
(direct3D) fix scaling in the menu display driver.
|
2018-01-15 03:48:40 +01:00 |
|
aliaspider
|
25a7c04a27
|
(direct3D) fix scaling in the menu display driver.
|
2018-01-15 03:45:37 +01:00 |
|
twinaphex
|
93b523e6ea
|
C89 buildfix
|
2018-01-15 01:01:41 +01:00 |
|
Toad King
|
60f203d344
|
fix emscripten build
|
2018-01-14 16:03:44 -06:00 |
|
Twinaphex
|
9b0b16e2c0
|
Merge pull request #6106 from ToadKing/emscripten-fixes
Emscripten rewrites
|
2018-01-14 22:40:00 +01:00 |
|
Toad King
|
c8f03b4640
|
fix fullscreen sometimes losing state
|
2018-01-14 15:19:37 -06:00 |
|
Toad King
|
5ef595be1a
|
fix fullscreen
|
2018-01-14 02:33:22 -06:00 |
|
Toad King
|
77b158e6a2
|
fix compiler warning
|
2018-01-13 20:47:30 -06:00 |
|
Twinaphex
|
332ccbf300
|
Merge pull request #6097 from aliaspider/master
(Direct3D) Menu display driver implementation.
|
2018-01-14 02:54:40 +01:00 |
|
aliaspider
|
7b09d5399c
|
(Direct3D) Menu display driver implementation.
|
2018-01-14 02:21:48 +01:00 |
|
twinaphex
|
8e6f931f85
|
Add some safeguards
|
2018-01-13 23:50:14 +01:00 |
|
aliaspider
|
9cb896a3d9
|
(win32) WS_EX_LAYERED drastically decreases performance, so only set it
when needed (when opacity < 100).
|
2018-01-13 07:53:13 +01:00 |
|
Toad King
|
a77f9c37c6
|
start on bringing the emscripten video code up to speed with latest emscripten
fix rwebinput
|
2018-01-13 00:05:07 -06:00 |
|
Twinaphex
|
e099b8150c
|
Merge pull request #6083 from aliaspider/master
(WIIU) add remaining menu shaders.
|
2018-01-12 03:00:22 +01:00 |
|
aliaspider
|
24cb240079
|
(WIIU) add remaining menu shaders.
- move some files around.
|
2018-01-12 02:54:45 +01:00 |
|
twinaphex
|
8dd6328fb7
|
Get rid of warning
|
2018-01-11 23:05:26 +01:00 |
|
twinaphex
|
54fd72fb24
|
Make it possible to compile with HAVE_VULKAN on MSVC 2017 build ;
glslang stripped out for now
|
2018-01-11 02:53:40 +01:00 |
|
aliaspider
|
eac088696a
|
(WIIU) add ribbon shader. fix menu bg gradient.
|
2018-01-11 02:09:03 +01:00 |
|
twinaphex
|
7e9945cde9
|
Buildfix
|
2018-01-09 23:47:13 +01:00 |
|
Twinaphex
|
2a42983b4f
|
Merge pull request #6077 from aliaspider/master
(WIIU) fix detection of 32bit input frames.
|
2018-01-09 17:53:47 +01:00 |
|
aliaspider
|
a8d3ddc05d
|
(WIIU) fix detection of 32bit input frames.
|
2018-01-09 17:05:09 +01:00 |
|
Twinaphex
|
ae8d0630e2
|
Merge pull request #6076 from aliaspider/master
(WIIU) custom shader: add support for input textures and most uniforms.
|
2018-01-09 16:52:20 +01:00 |
|
aliaspider
|
f34e180b40
|
(WIIU) custom shader: add support for input textures and most uniforms.
|
2018-01-09 16:41:01 +01:00 |
|
Twinaphex
|
bf1bd83631
|
Merge pull request #6071 from fr500/master
Disable hard sync on FF without mangling settings"
|
2018-01-09 03:43:33 +01:00 |
|
Twinaphex
|
31728bd2ca
|
Merge pull request #6074 from aliaspider/master
(WIIU) revert forced 480p mode.
|
2018-01-09 03:29:28 +01:00 |
|
aliaspider
|
22a776bb3e
|
(WIIU) revert forced 480p mode.
|
2018-01-09 03:26:11 +01:00 |
|
Twinaphex
|
ae9e13324d
|
Merge pull request #6073 from aliaspider/master
(WIIU) improve support for custom shaders.
|
2018-01-09 03:22:49 +01:00 |
|
aliaspider
|
0236b52b03
|
(WIIU) update uniform blocks correctly for custom shaders.
|
2018-01-09 03:06:54 +01:00 |
|
radius
|
8007c3efd7
|
Disable hard sync on FF without mangling settings
|
2018-01-08 20:06:24 -05:00 |
|
twinaphex
|
aa641325cb
|
Cleanups
|
2018-01-08 23:30:07 +01:00 |
|
twinaphex
|
7fdb621481
|
Update
|
2018-01-08 23:23:37 +01:00 |
|
twinaphex
|
8f9d807306
|
Remove some more Xbox ifdefs
|
2018-01-08 23:06:09 +01:00 |
|