Commit Graph

6801 Commits

Author SHA1 Message Date
twinaphex
6c262fe44f Convert to C 2017-10-03 02:49:06 +02:00
twinaphex
d23d742439 Convert d3d9_cg_renderchain to C 2017-10-03 02:45:06 +02:00
Brad Parker
2bb20a0b4f add generic vector_list for custom types, use it to remove std::vector from D3D9 Cg renderchain 2017-10-02 19:19:12 -04:00
twinaphex
71dd8f9084 Silence more warnings 2017-10-03 00:56:18 +02:00
twinaphex
702f1276d6 Silence warnings 2017-10-03 00:53:09 +02:00
Alcaro
8d274f4f43 let's not include unneeded headers. 2017-10-03 00:03:55 +02:00
Alcaro
b97853a536 Rename STRING_REP_ULONG to STRING_REP_USIZE 2017-10-02 22:51:51 +02:00
twinaphex
bb2702ef2f (Xbox) Some buildfixes 2017-10-02 22:35:06 +02:00
twinaphex
345e1ae419 Buildfix for Xbox 2017-10-02 22:31:20 +02:00
twinaphex
721afe22d8 (MSVC 2010) Compile griffin.c as C 2017-10-02 22:06:32 +02:00
twinaphex
7ff34f8efe Update 2017-10-02 21:58:06 +02:00
twinaphex
590cdeb130 Convert d3d_w32_font to C 2017-10-02 21:52:10 +02:00
twinaphex
8aef6dff1c Convert d3d8_renderchain to C 2017-10-02 21:39:35 +02:00
twinaphex
fa0728d6b7 (NGC/Wii) BUildfix 2017-10-02 20:31:38 +02:00
twinaphex
9abd790353 Remove some more D3DX dependencies 2017-10-02 20:18:36 +02:00
twinaphex
bceb8000dd Use replacement D3DXMatrix functions 2017-10-02 19:01:23 +02:00
twinaphex
6eb23efb54 Start implementing D3DXMatrix functions inside d3d_common.c 2017-10-02 18:50:54 +02:00
twinaphex
af9ec3f7a2 Start adding C codepath 2017-10-02 18:25:54 +02:00
twinaphex
bd66937112 Convert d3d_ctx.cpp to C 2017-10-02 07:57:49 +02:00
twinaphex
c3bcbaea14 Convert d3d.cpp to C 2017-10-02 07:48:57 +02:00
twinaphex
9c639ec529 Don't use std::vector 2017-10-02 06:12:33 +02:00
twinaphex
5ef6de4d4e C codepath for D3D9 works now 2017-10-02 03:52:53 +02:00
twinaphex
22b14142b6 Update d3d_common.cpp 2017-10-02 03:27:44 +02:00
twinaphex
f6fb1fd953 Create d3d_create_device 2017-10-02 03:15:49 +02:00
twinaphex
4dd209696b Cleanups 2017-10-02 03:02:22 +02:00
twinaphex
6b1a1272a7 Remove d3d->d3d_err 2017-10-02 01:41:23 +02:00
twinaphex
cf9147ff66 Remove <string> include 2017-10-02 01:40:20 +02:00
twinaphex
ace611798e No longer include <string> for d3d.h 2017-10-02 01:38:48 +02:00
twinaphex
52b479fb22 Turn std::string shader_path into char * 2017-10-02 01:38:06 +02:00
twinaphex
c4c41b277e Create d3d_begin_scene/d3d_end_scene 2017-10-02 01:15:23 +02:00
twinaphex
c1cf1af265 Update d3d_device_create_offscreen_plain_surface 2017-10-02 00:49:29 +02:00
twinaphex
86096e677c Update 2017-10-02 00:48:31 +02:00
twinaphex
b8253284e6 Create D3D9 C codepath 2017-10-02 00:47:14 +02:00
twinaphex
95d035883c Create d3d_surface_lock_rect 2017-10-02 00:45:33 +02:00
twinaphex
0559be4e72 Create d3d_device_create_offscreen_plain_surface 2017-10-02 00:38:05 +02:00
twinaphex
95ca5a3876 Cleanups 2017-10-02 00:30:29 +02:00
twinaphex
ebe5f65893 Create d3d_device_get_render_target_data 2017-10-02 00:21:06 +02:00
twinaphex
d960cc8c0f (D3D) Cleanups 2017-10-01 23:22:35 +02:00
twinaphex
8b1ae9427e Create d3d_device_set_render_target 2017-10-01 23:19:44 +02:00
twinaphex
30af756969 Create d3d_device_get_render_target 2017-10-01 22:38:30 +02:00
twinaphex
563024502f Create d3d_surface_free 2017-10-01 22:28:48 +02:00
twinaphex
ff40cba3de Create d3d_vertex_declaration_free - wrap more D3D functions 2017-10-01 22:23:28 +02:00
Hans-Kristian Arntzen
5c67fc3040 Vulkan: Enable VK_KHR_sampler_mirror_clamp_to_edge extension. 2017-10-01 20:20:45 +02:00
Twinaphex
59f7a59b3f (Cocoa) Fix small leak 2017-10-01 09:33:53 +02:00
twinaphex
851af0532d d3d_set_vertex_shader - add D3D9 C codepath 2017-09-29 17:46:57 +02:00
twinaphex
a40692f0c4 More fleshing out of d3d_common.cpp 2017-09-29 17:40:27 +02:00
twinaphex
028c04f358 Buildfixes 2017-09-29 17:34:08 +02:00
twinaphex
9ca4b9baf0 Implement more D3D C codepaths 2017-09-29 17:32:06 +02:00
twinaphex
9eba2c8e39 Fix CXX_BUILD on Windows 2017-09-28 18:53:09 +02:00
twinaphex
c7975d8e36 Take out RARCH_INTERNAL ifdef 2017-09-28 00:06:13 +02:00