Commit Graph

2600 Commits

Author SHA1 Message Date
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
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
twinaphex
a5a9d914b1 (GLSL) Allocate struct dynamically for shader glsl backend 2014-10-26 06:16:30 +01:00
twinaphex
6c193836a5 (Cg) Move cg shader variables to struct and allocate it at shader init 2014-10-26 04:49:58 +01:00
twinaphex
f99b8be3f6 Refactor shader_parse.c 2014-10-26 03:04:35 +01:00
twinaphex
d24691e810 Convert math/matrix.c to math/matrix_4x4.c 2014-10-26 02:32:10 +01:00
twinaphex
dc0688f57f Reduce header dependencies 2014-10-26 01:15:41 +02:00
Higor Eurípedes
b98ea0a321 (sdl_gl) Build fix for the SDL1 codepath 2014-10-24 22:42:28 -03:00
aliaspider
8d573e9d44 (PSP) disallow odd values for viewport width/height. 2014-10-24 23:45:06 +01:00
Higor Eurípedes
3479614e68 (d3d) Fix undeclared pretro_get_memory_data() error 2014-10-24 20:15:12 -02:00
Higor Eurípedes
40f19cf2c4 (d3d) Move C++ headers to the top to avoid namespace conflicts 2014-10-24 20:12:23 -02:00
twinaphex
b1d7341ec3 (PS3 context driver) Convert 2014-10-24 19:30:54 +02:00
twinaphex
7d19433a15 (Android context driver) Convert 2014-10-24 18:58:53 +02:00
Twinaphex
c496ee71d2 (gfx_context) Fix warnings 2014-10-24 07:26:51 +02:00
twinaphex
bea3c59527 (Wayland context) update/convert 2014-10-24 07:23:10 +02:00
twinaphex
b477e98bb1 (SDL context driver) Convert over 2014-10-24 05:43:47 +02:00
twinaphex
d2df6421dc (DRM KMS) Convert DRM KMS context driver over 2014-10-24 05:20:07 +02:00