55 Commits

Author SHA1 Message Date
twinaphex
54f46f4ee3 Update headers 2016-01-10 04:41:52 +01:00
twinaphex
7a55c2b8eb Revert "Don't attempt to use std::string anymore in gfx/d3d/d3d.cpp"
This reverts commit f76b7f2b609204b4a25e9e4369c0ff05657b8dc5.
2016-01-09 03:06:18 +01:00
twinaphex
f76b7f2b60 Don't attempt to use std::string anymore in gfx/d3d/d3d.cpp 2016-01-09 03:00:33 +01:00
twinaphex
7bcf33bff3 Remove d3d->frame_count 2016-01-08 01:09:16 +01:00
twinaphex
d6377cb183 Turn g_pD3D into static variable 2016-01-07 01:23:52 +01:00
twinaphex
e0e69d2d36 Cleanups 2016-01-06 23:45:10 +01:00
twinaphex
df60523f6c Move current_shader pointer to video_shader_driver.c 2015-12-08 09:27:25 +01:00
twinaphex
df1c6344be Merge font_renderer_driver.c and font_driver.c 2015-12-05 12:07:22 +01:00
twinaphex
806c124eae Merge video_viewport.c and video_driver.c 2015-11-21 13:01:23 +01:00
twinaphex
588b4259f7 Rename d3d_wrapper to d3d_common 2015-11-18 13:00:13 +01:00
twinaphex
f996563ada Revert "Add size_t argument to d3d_vertex_buffer_lock"
This reverts commit 4f54dbe9d95ec09533c32aee9c7f32646bcb2e1c.
2015-11-17 23:54:24 +01:00
twinaphex
4f54dbe9d9 Add size_t argument to d3d_vertex_buffer_lock 2015-11-17 23:32:32 +01:00
twinaphex
e1ed720841 Define stub HWNDCLASSEX 2015-11-17 11:09:32 +01:00
twinaphex
bb55105da0 dinput_handle_message prototype can go 2015-11-17 09:48:46 +01:00
twinaphex
4d28ea35ab Move d3d_defines.h to defines/ 2015-11-17 08:20:10 +01:00
twinaphex
cb008b13f8 (D3D) Use the same hwnd variable as WGL 2015-11-12 02:45:16 +01:00
twinaphex
cb5d4b0569 Compile in win32_monitor_ functions for Xbox too but leave them
stub
2015-11-12 01:22:28 +01:00
twinaphex
75e30002e0 Revert "Take out windowClass from D3D struct"
This reverts commit 6e689ec0f0e63119dc567799a384b9f8ba3836fb.
2015-11-11 18:07:36 +01:00
twinaphex
6e689ec0f0 Take out windowClass from D3D struct 2015-11-11 18:03:51 +01:00
twinaphex
2fb91683a1 (D3D) Remove Coords struct 2015-11-11 03:48:05 +01:00
twinaphex
29aa5bae27 (D3D) Add keep_aspect 2015-11-10 05:30:25 +01:00
twinaphex
54b2d46855 (D3D) Add video_viewport 2015-11-10 00:30:00 +01:00
twinaphex
bbeebcc29a (d3d_wrapper.cpp) Buildfixes 2015-11-09 01:06:35 +01:00
twinaphex
ab651ec09b Don't include <string> inside gfx/d3d/d3d.h 2015-11-09 00:43:39 +01:00
twinaphex
4ecfe639b3 Create local frame_count variables again in video_drivers 2015-05-09 15:41:10 +02:00
twinaphex
d3dba0edc2 Create menu_display_set_viewport 2015-04-26 16:46:56 +02:00
twinaphex
0634c7e34f (D3D) Start using global->video_data.width and global->video_data.height 2015-04-26 05:35:41 +02:00
twinaphex
85dd24c457 (D3D) Use font_osd_driver/font_osd_data from driver struct 2015-04-25 01:05:20 +02:00
twinaphex
5dfdeba58f Make d3d_make_d3dpp public 2015-04-11 21:56:38 +02:00
twinaphex
f50b208ec8 Move d3d_make_d3dpp to d3d.cpp 2015-04-11 21:54:52 +02:00
twinaphex
5b96c82607 (D3D) Start using gfx_ctx_get_ptr 2015-04-09 18:38:24 +02:00
twinaphex
7aceb41658 (XDK) Move Xbox variables over to xdk_renderchain_t 2015-04-07 04:03:06 +02:00
twinaphex
b950e4a86a (XDK) Cleanups 2015-04-06 20:51:24 +02:00
twinaphex
160c581df6 (XDK1) Cleanups 2015-04-06 20:47:29 +02:00
twinaphex
4d28d6cd53 (D3D) Use renderchain_init_first 2015-04-06 17:07:39 +02:00
twinaphex
5510dc2978 (D3D) Add render_chain_driver.cpp to Griffin 2015-04-06 16:55:05 +02:00
twinaphex
d941ae9863 (D3D) Create null renderchain driver 2015-04-06 16:52:39 +02:00
twinaphex
2a6456299e (D3D) Renderchain updates 2015-04-06 16:15:29 +02:00
twinaphex
ccd556d99c (XDK1) Buildfix 2015-04-06 01:51:58 +02:00
twinaphex
f24680fd57 (D3D) Take out some HAVE_CG ifdefs 2015-04-05 23:01:26 +02:00
twinaphex
d3ecc62291 (d3d.h) Cleanups 2015-04-05 19:15:03 +02:00
twinaphex
6927d6e47c (D3D) Rename cg_shader to shader_path 2015-04-05 18:20:45 +02:00
twinaphex
1a7d3e3ea0 Move Cg Context to render_chain.cpp 2015-04-05 17:59:03 +02:00
twinaphex
02c514a873 (D3D) Build fixes 2015-04-04 03:04:01 +02:00
twinaphex
532d112ff8 (Font) Combine font_d3d_driver and font_gl_driver 2015-04-03 20:36:19 +02:00
twinaphex
8f3e83ad10 Pass d3d->font_handle to 'init_first' 2015-03-30 00:34:43 +02:00
twinaphex
5f56455e60 (D3D) Build fixes for font changes 2015-03-29 23:58:00 +02:00
twinaphex
4bc4837d95 (D3D) Move font_color variable to d3d_w32_font.cpp 2015-03-29 23:12:05 +02:00
twinaphex
da88bcdd91 Rename gfx_shader* to video_shader* 2015-01-19 21:24:08 +01:00
twinaphex
80d4de7c3f Add gfx/video_viewport.c/viewport.h 2015-01-18 23:59:57 +01:00