twinaphex
|
478074c557
|
(XDK) Take out 'vsync' variable from driver
|
2014-09-13 22:09:36 +02:00 |
|
twinaphex
|
3369d15f93
|
(360) SetTransform not supported on 360
|
2014-09-13 22:07:00 +02:00 |
|
twinaphex
|
397dd132b4
|
Move font variable to d3d_w32_font.cpp
|
2014-09-13 21:59:11 +02:00 |
|
twinaphex
|
78492f238a
|
(D3D) Add d3d_set_transform
|
2014-09-13 21:50:23 +02:00 |
|
twinaphex
|
5f48e85b65
|
(D3D) Create d3d_clear
|
2014-09-13 20:09:55 +02:00 |
|
twinaphex
|
22dd54e1f5
|
(D3D) Create d3d_vertex_buffer_unlock
|
2014-09-13 19:56:52 +02:00 |
|
twinaphex
|
548c04bd1b
|
(XDK1) use d3d_vertex_buffer_lock for texture_image_render
|
2014-09-13 19:47:57 +02:00 |
|
twinaphex
|
45fc487b95
|
Change d3d_wrapper.c to d3d_wrapper.cpp
|
2014-09-13 19:40:12 +02:00 |
|
twinaphex
|
f3cd7f8fe4
|
(D3D) Create d3d_vertex_buffer_lock
|
2014-09-13 19:33:06 +02:00 |
|
twinaphex
|
1d142c3b58
|
(D3D) renderchain_free forward decl. only needed for Xbox 1
for now
|
2014-09-13 19:17:07 +02:00 |
|
twinaphex
|
0ae0a65189
|
(XDK) Build fix
|
2014-09-13 19:12:56 +02:00 |
|
twinaphex
|
c558b48ff5
|
(D3D) Move D3DTexture_LockRect to d3d_texture_blit
|
2014-09-13 19:11:36 +02:00 |
|
twinaphex
|
7366b43588
|
(D3D) Set vertex_buf / texture pointer to NULL at end of wrapper
functions
|
2014-09-13 18:57:12 +02:00 |
|
twinaphex
|
548d9fea6c
|
(render_chain_xdk) Use wrappers for freeing textures and vertex
buffers
|
2014-09-13 18:55:35 +02:00 |
|
twinaphex
|
91cc31dc98
|
(Xbox 1) Build fix
|
2014-09-13 18:53:19 +02:00 |
|
twinaphex
|
b14fac1437
|
(360) Clean up warning
|
2014-09-13 18:45:13 +02:00 |
|
twinaphex
|
152dd2e073
|
(D3D) Build fixes
|
2014-09-13 18:44:04 +02:00 |
|
twinaphex
|
c0f9c4ec41
|
(D3D) Go through d3d_texture_new
|
2014-09-13 18:42:43 +02:00 |
|
twinaphex
|
978cc49563
|
(D3D) Build fix
|
2014-09-13 18:37:31 +02:00 |
|
twinaphex
|
82e7112f41
|
(D3D) Use d3d_texture_new
|
2014-09-13 18:36:35 +02:00 |
|
twinaphex
|
ea1c220ea5
|
(D3D) Build fix
|
2014-09-13 18:26:43 +02:00 |
|
twinaphex
|
27ea47ee6d
|
(D3D) Rewrite renderchain_add_lut
|
2014-09-13 18:25:31 +02:00 |
|
twinaphex
|
6f05da2208
|
(D3D) Cleanups - only go through d3d_vertex_buffer_new
|
2014-09-13 18:22:56 +02:00 |
|
twinaphex
|
633c05d677
|
(D3D) Start going through d3d_texture_free/d3d_vertex_buffer_free
|
2014-09-13 18:17:34 +02:00 |
|
twinaphex
|
0b5a9a244c
|
(D3D) Create d3d_vertex_buffer_free/d3d_texture_new/d3d_texture_free
|
2014-09-13 18:11:15 +02:00 |
|
twinaphex
|
138541f6cc
|
(image_xdk1.c) Use d3d_vertex_buffer_new
|
2014-09-13 17:58:38 +02:00 |
|
twinaphex
|
c4b35fb00d
|
(D3D) Rewrite create_vertex_buffer wrapper function
|
2014-09-13 17:56:33 +02:00 |
|
twinaphex
|
0de251079a
|
(D3D) Pass 'Pass' and 'LinkInfo' by pointer instead of reference
|
2014-09-13 17:33:58 +02:00 |
|
twinaphex
|
0a85e95d0d
|
(D3D) xdk_defines - cleanups
|
2014-09-13 08:10:53 +02:00 |
|
twinaphex
|
25b60fc0ca
|
(D3D) Merge big included files into d3d.cpp
|
2014-09-13 08:06:01 +02:00 |
|
twinaphex
|
8572e3bc6e
|
(D3D) Some fixes to render_chain.cpp and d3d_wrapper.c
|
2014-09-13 05:45:49 +02:00 |
|
Lioncash
|
085a74d33f
|
gl: Silence a possible null dereference warning
|
2014-09-12 22:41:30 -04:00 |
|
Higor Eurípedes
|
95193c20e0
|
(gl_raster_font.c) Fix warning
|
2014-09-12 22:57:24 -03:00 |
|
Higor Eurípedes
|
81ff623957
|
(gl_font_renderer_t) Add get_glyph() function pointer
|
2014-09-12 22:39:29 -03:00 |
|
Lioncash
|
6e63859e0e
|
state_tracker: Guard against a possible calloc failure and fix state_tracker_free
Checks if the passed in tracker is actually valid before attempting to free its members.
|
2014-09-12 19:27:20 -04:00 |
|
Higor Eurípedes
|
85cef84bd4
|
(driver.c) Add driver_video_resolve()
This function returns the real video driver data when threaded video is
in use.
|
2014-09-12 17:26:26 -03:00 |
|
twinaphex
|
e54174f3a2
|
(PSP) Build fix
|
2014-09-12 21:58:25 +02:00 |
|
twinaphex
|
c1118dc12a
|
(D3D) Build fixes for lock_rectangle_clear wrapper function
|
2014-09-12 21:29:18 +02:00 |
|
twinaphex
|
f778d36272
|
(D3D) Use d3d_lockrectangle_clear wrapper function
|
2014-09-12 21:15:49 +02:00 |
|
twinaphex
|
5c8cab7e4f
|
(D3D) Build fix - make d3d_texture_blit wrapper function work
|
2014-09-12 20:21:56 +02:00 |
|
twinaphex
|
fa0261c1d6
|
(D3D) Get rid of Texture Blit macros
|
2014-09-12 20:13:53 +02:00 |
|
twinaphex
|
11372a7a9f
|
(D3D) Fix build for d3d_set_vertex_shader
|
2014-09-12 20:02:57 +02:00 |
|
twinaphex
|
da088073ec
|
(D3D) Create wrapper for SetVertexShader
|
2014-09-12 19:42:46 +02:00 |
|
twinaphex
|
9c00855f71
|
(360) Build fix
|
2014-09-12 19:23:42 +02:00 |
|
twinaphex
|
402388e369
|
(D3D) Create wrapper function d3d_set_texture
|
2014-09-12 19:19:11 +02:00 |
|
twinaphex
|
37a7e56a9b
|
(D3D9 PC) Build fix
|
2014-09-12 18:06:47 +02:00 |
|
twinaphex
|
b65e16254c
|
(D3D) Go through wrapper for SetViewport
|
2014-09-12 18:01:32 +02:00 |
|
twinaphex
|
147c40985c
|
(D3D) d3d_wrapper.c - silence warning
|
2014-09-12 17:54:11 +02:00 |
|
twinaphex
|
155439ad07
|
(D3D) Get rid of unused D3D macros
|
2014-09-12 17:43:03 +02:00 |
|
twinaphex
|
7e5746cc75
|
(D3D) Get rid of xdk_d3d.cpp/xdk_d3d.h
|
2014-09-12 17:39:15 +02:00 |
|