Commit Graph

2615 Commits

Author SHA1 Message Date
twinaphex ecf499c588 Update headers 2015-01-07 18:24:13 +01:00
twinaphex bcfc9d9077 Update headers 2015-01-07 18:06:50 +01:00
sergiobenrocha2 7539a5f2dc Added current dejavu font path for debian based distros. 2015-01-05 22:32:19 -02:00
twinaphex 7a456c6c3a Rename MAX_PLAYERS to MAX_USERS 2015-01-05 01:58:00 +01:00
vanfanel e02c35b891 Deleted unneeded header include 2016-01-04 19:41:34 +00:00
Twinaphex 510f88b343 Merge pull request #1264 from vanfanel/master
Added fbdev res detection and term cursor blinking disabling to mali ctx
2015-01-03 21:00:38 +01:00
Twinaphex b244b25082 Merge pull request #1308 from gizmo98/patch-2
RPI/VIDEOCORE: enable hardware upscaling...
2015-01-03 20:56:34 +01:00
twinaphex e44092e589 (XDK) Fix d3d_get_video_size 2015-01-03 20:54:49 +01:00
gizmo98 e699f7e46e videocore: enable upscaling...
...if retroarch.cfg contains custom resolution.
2015-01-03 09:54:56 +01:00
Toad King 3830dbebaf fix emscripten build 2014-12-31 20:26:49 -06:00
twinaphex d39a6ef45f shader_parse.h - fix C++ comments to C 2014-12-21 20:41:26 +01:00
twinaphex 3cdf90deeb Move gl_wrap_type_to_enum outside of HAVE_FBO ifdef 2014-12-20 00:44:14 +01:00
twinaphex ed2c4ec04f Add HAVE_FBO ifdef 2014-12-20 00:41:03 +01:00
CautiousAlbino b1c6a2bfd8 Log when context driver fails to bind API.
Some generic cleanups to context init as well.
2014-12-14 14:37:25 +01:00
Alcaro 8137c4c9f2 (Cg) Clean this up a little. 2014-12-08 17:05:21 +01:00
Alcaro e19078e2b5 Don't rely on implicit nulling of this stack array. 2014-12-08 17:02:45 +01:00
twinaphex 181d163b36 Rename 'player' to 'user' 2014-12-05 13:48:54 +01:00
twinaphex d3977690f2 (gl.c) Cleanup 2014-12-03 21:21:55 +01:00
twinaphex 7c33b76818 Improve some log messages 2014-12-03 18:36:25 +01:00
twinaphex c5cb86a47e Get rid of unneeded HAVE_OPENGLES3 ifdef 2014-12-03 18:31:43 +01:00
twinaphex 9ed2ba8412 [PATCH] Fix some C++ build issues. 2014-11-29 21:07:12 +01:00
vanfanel 4bedc9f0a9 Changed native window declaration to fix vsync 2014-11-22 08:20:33 +00:00
vanfanel ac0cfc8b0f Added fbdev resolution detection and term cursor blinking disabling to mali_fbdev driver 2014-11-21 12:51:26 +00:00
twinaphex a099e75825 Rename gfx/filter.c to gfx/video_filter.c 2014-11-20 06:45:57 +01:00
twinaphex 7acaaa9cb3 (2xBR) Build fix 2014-11-19 03:00:00 +01:00
Twinaphex ec93f315e0 Merge pull request #1251 from lioncash/cond
Remove redundant conditions
2014-11-15 12:37:15 +01:00
Lioncash ee80a34974 Add/fix some trivial null checks 2014-11-14 23:06:34 -05:00
Lioncash 5d65c73be3 Remove redundant conditions 2014-11-14 22:50:33 -05:00
twinaphex bb327684aa Update d3d_set_osd_msg 2014-11-09 20:27:51 +01:00
twinaphex 0a3be12302 (PSP) psp1_gfx.c - robustness checks 2014-11-08 16:35:59 +01:00
Jean-André Santoni 26f35861d0 (Menu) Fix two warnings 2014-11-07 22:51:42 +01:00
Jean-André Santoni 82e67e7605 (Lakka) Use theme font + responsive font size 2014-11-07 15:05:59 +01:00
Alcaro 2710be9b1c Fix typoed typedef name. 2014-11-06 01:47:11 +01:00
Alcaro cb1b7695cb (GLX) Remove a global and a reinvented typedef. 2014-11-05 22:46:47 +01:00
twinaphex cf7d975b19 Fix GL_DEBUG compilation 2014-11-04 18:59:25 +01:00
Andrés Suárez 4f46f8bed0 Fix shader parameter issues 2014-10-29 23:15:25 -05:00
twinaphex 595a2e80b9 (Shader) Parameter pointer variable should be a local scoped variable 2014-10-30 05:00:13 +01:00
twinaphex 811280f048 (Filters) Hardcode amount of threads for blargg_ntsc_snes to 1 for stability
reasons
2014-10-29 08:16:45 +01:00
twinaphex 4a45308016 Rename gfx/filters and audio/filters to gfx/video_filters and audio/audio_filters
respectively
2014-10-29 07:51:23 +01:00
twinaphex 4f40c14d69 Move menu code up one root dir 2014-10-28 19:54:23 +01:00
twinaphex 30ca42cb9d Cleanups 2014-10-27 14:35:23 +01:00
twinaphex 9214469470 Rename to gfx/context/win32_common.c to input/keyboard_event_win32.c 2014-10-27 06:17:07 +01:00
twinaphex e3d3316502 Move keyboard event X11 code to separate file 2014-10-27 06:05:52 +01:00
twinaphex 75fe0b5648 (Win32) Fixups 2014-10-27 04:36:25 +01:00
twinaphex c6ac686e51 Split up input_common.c into input_common.c and input_keymaps.c 2014-10-27 04:27:48 +01:00
twinaphex 9bbccc31ef Remove unused variable 2014-10-26 22:27:49 +01:00
Lioncash 4f7b762ece shader_glsl: Fix potential memory leaks 2014-10-26 12:48:45 -04:00
twinaphex 8e12c7811c Don't spam gfx_ctx_find_driver logs at startup 2014-10-26 08:29:42 +01:00
twinaphex 5d99285c08 glsl_core/glsl_major/glsl_minor - have to take this out of the
struct and put it in as a static variable
2014-10-26 07:15:59 +01:00
twinaphex b81481e31d (360) HLSL - Allocate struct dynamically 2014-10-26 07:12:09 +01:00