2683 Commits

Author SHA1 Message Date
twinaphex
3a2f3755ad Rename some files 2014-10-01 23:27:52 +02:00
twinaphex
43c9948087 (GL) Prevent memcpy on gl->tex_coords 2014-10-01 20:37:52 +02:00
twinaphex
7812e06479 (GL) Refactors pt. 3 2014-10-01 20:06:40 +02:00
twinaphex
52d7ac54ec (GL) Refactors pt. 2 2014-10-01 19:34:55 +02:00
twinaphex
e7e43a5c59 (GL) Refactors pt. 1 2014-10-01 18:23:02 +02:00
twinaphex
a0dabeb4ac (GL) Optimization to gl_copy_frame 2014-10-01 17:15:02 +02:00
twinaphex
d982350702 (GL) Cleanups/refactoring 2014-10-01 16:59:43 +02:00
twinaphex
9fc34b6d2d video_thread_wrapper.c - use PATH_MAX sizes for chars 2014-10-01 16:25:14 +02:00
Twinaphex
9393cc5ca5 Merge pull request #1071 from aliaspider/master
add set_osd_msg to the threaded video driver
2014-10-01 16:24:22 +02:00
aliaspider
5df633b577 add set_osd_msg to the threaded video driver 2014-10-01 15:18:17 +01:00
twinaphex
e0f1696b04 (freetype) refactor freetype.c 2014-10-01 15:51:23 +02:00
twinaphex
93c55879a8 gl_font.c - rename gl_data to video_data 2014-10-01 15:31:52 +02:00
twinaphex
f6dabba9a9 (PS3/Griffin) Prevent namespace conflicts with Griffin 2014-10-01 15:13:20 +02:00
Twinaphex
807818d4c6 (Apple) Reimplement input - get rid of g_current_input_data global
and instead initialize driver.input_data
2014-09-30 15:44:40 +02:00
twinaphex
a01d349227 Add note to gl_wrap_type_to_enum 2014-09-28 17:19:54 +02:00
twinaphex
6200641ccf Take out DONT_HAVE_BITMAPFONTS 2014-09-25 06:54:40 +02:00
twinaphex
00e605d9ba Take out MODE_MENu - and introduce g_extern.is_menu 2014-09-25 06:33:28 +02:00
twinaphex
395e2ed756 Add "Force-disable sRGB FBO" option for buggy Intel OpenGL drivers
on Windows - should hopefully fix messed up colors with it enabled (untested)
2014-09-21 05:23:51 +02:00
Lioncash
1c62c36e3b shader_parse: Fix missing enum identifier warning 2014-09-20 22:07:52 -04:00
twinaphex
29d533773c rpng.c - cleanup 2014-09-16 06:18:51 +02:00
Higor Eurípedes
1331e50bf2 (d3d_ctx.cpp) Add HAVE_EGL check 2014-09-15 21:16:36 -03:00
twinaphex
bbcf2e5eda (Menu) Implement stub functions for shader manager functions in menu_common_backend.c 2014-09-15 21:54:03 +02:00
twinaphex
2833ca7276 Use config_file_userdata for gfx_filter 2014-09-15 21:32:15 +02:00
Lioncash
f8499aa71a Sanitize against NULL in some free-like functions. 2014-09-15 09:30:27 -04:00
twinaphex
8caf16a538 (WGL) Build fix 2014-09-14 19:30:44 +02:00
twinaphex
a752db392f Revert "Do life cycle state checking outside of graphics driver for"
This reverts commit 06bea05634acdb7a80bb7945dd19c8bac240df2b.
2014-09-14 07:53:18 +02:00
twinaphex
295434151b (D3D) Change dir to gfx/d3d 2014-09-14 06:45:47 +02:00
twinaphex
3eead06391 (MSVC) Use Griffin from now on for MSVC PC build - make some
variable/ function names unique for Griffin
2014-09-14 06:29:40 +02:00
twinaphex
06bea05634 Do life cycle state checking outside of graphics driver for
menu display driver's 'frame' function
2014-09-14 06:02:05 +02:00
twinaphex
259d75fa6e (GLUI) Fix Savestate load/save and resume 2014-09-14 05:57:53 +02:00
Lioncash
3912b3fee4 retroarch_logger: Append the calling function name to the log message.
Makes tracing back a little easier.
2014-09-13 20:02:53 -04:00
Lioncash
495ed9de99 gfx_common: Make gfx_init_dwm a boolean function
Also fixes a bug where inited would be set to true, even if initialization had failed. I don't think it really matters in this case, however if this changes and is called twice for some reason in the future, it won't falsely assume it's already initialized.
2014-09-13 18:03:15 -04:00
twinaphex
9fd2c64426 (D3D) Change references to pointers 2014-09-13 22:25:30 +02:00
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