8015 Commits

Author SHA1 Message Date
twinaphex
4b5ea2877e Cleanups 2018-05-16 16:03:22 +02:00
twinaphex
efbfe85da4 Cleanups 2018-05-16 15:58:46 +02:00
twinaphex
3aba080434 Integrate HLSL code into d3d9_hlsl_renderchain.c 2018-05-16 15:52:11 +02:00
twinaphex
2d540264e8 Start hooking up set_shader_mvp function 2018-05-15 06:02:10 +02:00
twinaphex
6afd100d2f (D3D9 HLSL) Add calc_and_set_shader_mvp 2018-05-15 05:53:15 +02:00
twinaphex
52fcdd183a (HLSL) Add more functions 2018-05-14 23:14:26 +02:00
twinaphex
5cba3f0b25 (D3D) Updates 2018-05-14 22:24:02 +02:00
twinaphex
9e63b108ae Cleanups 2018-05-14 22:20:26 +02:00
twinaphex
8361922034 Cleanup 2018-05-14 22:07:07 +02:00
twinaphex
c0cd08fa11 Cleanups 2018-05-14 22:01:21 +02:00
twinaphex
4e572d6f87 Simplify calc_and_set_shader_mvp 2018-05-14 21:54:28 +02:00
twinaphex
e1368a9209 (Cg D3D9) Buildfix 2018-05-14 21:42:14 +02:00
twinaphex
39f45a17d2 create d3d9_convert_geometry 2018-05-14 21:32:14 +02:00
twinaphex
c941b4e922 Update D3D9 HLSL code 2018-05-14 21:26:52 +02:00
twinaphex
f37f8a1076 (HLSL renderchain) Refactor code 2018-05-14 21:10:14 +02:00
twinaphex
dc61c08006 Cleanups 2018-05-14 20:50:02 +02:00
twinaphex
15f2cde260 (HLSL) Start adding renderchain code 2018-05-14 20:42:28 +02:00
twinaphex
111aeb46b3 Make blit_texture a generic function used by both Cg and HLSL
renderchains
2018-05-14 19:11:45 +02:00
twinaphex
c1d949b017 Rename pass_vector_list to cg_pass_vector_list 2018-05-14 18:48:47 +02:00
twinaphex
8a607e72af (D3D9 Cg) Cleanups 2018-05-14 18:46:06 +02:00
twinaphex
e646366fd4 Cleanups 2018-05-14 18:42:53 +02:00
twinaphex
e8ae1e324f Cleanups 2018-05-14 18:40:36 +02:00
twinaphex
7a9bfa52b0 Add comments 2018-05-14 17:51:50 +02:00
twinaphex
e9054159ec Remove set_font_rect callback 2018-05-14 16:57:34 +02:00
twinaphex
bf3122329b (D3D9) Buildfixes 2018-05-14 06:37:01 +02:00
twinaphex
232d3f4d92 Take out add_state_tracker function callback for D3D9 renderchain 2018-05-14 06:33:51 +02:00
twinaphex
94955eb3b5 (D3D8) Do less casting 2018-05-14 05:14:26 +02:00
twinaphex
2c5112f3ac Cleanups 2018-05-14 05:07:12 +02:00
twinaphex
c40c08375c (d3d9_common.h) Cleanups 2018-05-14 05:04:45 +02:00
twinaphex
cbe4c78979 (D3D8/D3D9) Cleanups 2018-05-14 04:55:33 +02:00
twinaphex
606d700bf2 No more D3D8/D3D9 header includes in d3d_common.c 2018-05-14 04:36:08 +02:00
twinaphex
8733a41e58 (d3d_common.c) Get rid of these header includes 2018-05-14 04:00:27 +02:00
twinaphex
6a9b39da3f Get rid of d3d.h and xdk_defines.h 2018-05-14 03:57:27 +02:00
twinaphex
5fe6c74b51 Remove this 2018-05-14 03:47:13 +02:00
twinaphex
d1c1e4e2aa Move D3D9_DECL_FVF_TEXCOORD to d3d9_common.h 2018-05-14 03:17:26 +02:00
twinaphex
86c7e7c69f (D3D9) Uniquely name 'Pass' for cg renderchain; some more work on HLSL 2018-05-14 03:12:09 +02:00
twinaphex
1de6bf550b (D3D renderchains) Cleanups/unifications 2018-05-14 03:06:19 +02:00
twinaphex
8beed4c1ec (360) Buildfix 2018-05-14 01:50:58 +02:00
twinaphex
2dae506e88 (MSVC2003) Buildfix 2018-05-14 01:11:47 +02:00
twinaphex
aea89bfde3 Cleanups 2018-05-14 00:37:03 +02:00
twinaphex
34eb78ad78 Silence some warnings 2018-05-14 00:35:01 +02:00
twinaphex
8a78b69689 Buildfix 2018-05-14 00:31:58 +02:00
Twinaphex
d0a697ebf0 (MacOS) Another buildfix 2018-05-14 00:23:05 +02:00
Twinaphex
f3f0c6b1d1 One buildfix 2018-05-14 00:21:08 +02:00
twinaphex
96e1b862f6 (Vulkan) Update headers - use C comments 2018-05-13 21:42:02 +02:00
Stuart Carnie
789933b333 wip: add Vulkan support to Apple platforms 2018-05-13 21:35:23 +02:00
Stuart Carnie
0a4ff225be Update Vulkan 2018-05-13 21:35:18 +02:00
twinaphex
605d88751f (HLSL) Remove XBOX ifdef 2018-05-13 19:35:20 +02:00
twinaphex
64f2efe567 Cleanups 2018-05-13 19:03:09 +02:00
twinaphex
bcedf74fe4 (D3D renderchains) Cleanups 2018-05-13 18:59:57 +02:00