Commit Graph

40395 Commits

Author SHA1 Message Date
Alcaro
d005adbd42
Remove filestream dependency
This causes issues in #5664
2017-11-13 09:42:39 +00:00
twinaphex
87c82797fd Start cutting down on macro usage 2017-11-13 10:26:56 +01:00
twinaphex
da15f9d730 Cleanups 2017-11-13 09:19:33 +01:00
twinaphex
6493b79324 Some buildfixes for CXX_BUILD 2017-11-13 09:11:09 +01:00
twinaphex
d861d2b0ae Updates 2017-11-13 09:02:22 +01:00
twinaphex
e5ed1acc0a (gl1_renderchain.c) Cleanups 2017-11-13 08:58:49 +01:00
twinaphex
67fea30406 Remove remaining references to HAVE_FBO 2017-11-13 08:55:41 +01:00
twinaphex
ec123ef6ca Get rid of most of the HAVE_FBO usage 2017-11-13 06:20:30 +01:00
twinaphex
6fa5fcfa1f Add has_fbo member variable - fixes GL issues 2017-11-13 05:23:44 +01:00
Brad Parker
40a8388c29 skip empty cheats 2017-11-12 23:18:11 -05:00
Brad Parker
e9acbbdf9e make some strings translatable and add JP translations 2017-11-12 20:54:58 -05:00
twinaphex
9c791e7fb5 CLeanups 2017-11-12 17:45:23 +01:00
twinaphex
60d96b60b5 Start adding gl1_renderchain.c 2017-11-12 17:32:18 +01:00
twinaphex
3ab26b6738 Prevent warning 2017-11-12 17:17:40 +01:00
twinaphex
5eadf021cf early return 2017-11-12 17:16:14 +01:00
twinaphex
c5292025c3 Cut down on HAVE_FBO usage and make sure gl->fbo_inited is set to
false if HAVE_FBO is not defined
2017-11-12 17:15:29 +01:00
twinaphex
ac14f8bb2a Rearrange some struct members 2017-11-12 17:02:14 +01:00
Brad Parker
23527a82ca free VAO before the renderchain is destroyed 2017-11-11 13:55:05 -05:00
Brad Parker
69f69849be fix circular dependency of renderchain and core context init 2017-11-11 13:51:33 -05:00
twinaphex
c1c9e1897c Expand conditional 2017-11-11 19:12:32 +01:00
twinaphex
40cfde0eba (MSVC 2010) Buildfix 2017-11-10 04:53:08 +01:00
twinaphex
063fc96736 Use gl_bind_texture 2017-11-10 04:28:22 +01:00
twinaphex
faab2526c8 Create gl_bind_texture 2017-11-10 03:55:10 +01:00
twinaphex
b3d8146009 Try to fix PS3 build 2017-11-10 02:19:25 +01:00
twinaphex
0ff54e7bd7 Define GLsync 2017-11-09 01:26:11 +01:00
twinaphex
77ac13b2e9 Buildfix 2017-11-09 01:16:35 +01:00
twinaphex
a4c9c738b8 Add init_textures_reference 2017-11-08 22:06:10 +01:00
twinaphex
4f016b2c2c Update 2017-11-08 19:31:00 +01:00
twinaphex
3e1f4defb8 Buildfix 2017-11-08 18:54:15 +01:00
twinaphex
3e0b4552d6 Cleanups 2017-11-08 18:49:45 +01:00
twinaphex
9ab13b719b Get rid of another ifdef 2017-11-08 18:48:01 +01:00
twinaphex
5f7527df08 Move readback function to renderchain 2017-11-08 18:45:28 +01:00
twinaphex
c825f849f5 CLeanups 2017-11-08 18:31:17 +01:00
twinaphex
d6cc447aa0 Add PBO callback functions 2017-11-08 18:22:05 +01:00
twinaphex
7c6377a7fa Cleanups 2017-11-08 17:45:39 +01:00
twinaphex
9f987dd97b Get rid of NO_GL_READ_PIXELS 2017-11-08 17:42:02 +01:00
twinaphex
0703615bf5 Cleanup 2017-11-08 17:37:16 +01:00
Twinaphex
e7188d9444
Merge pull request #5662 from RobLoach/strdup
Fix strdup() call when no path is provided
2017-11-08 17:36:44 +01:00
Rob Loach
9f222010de
Fix strdup() call when no path is provided 2017-11-08 11:31:17 -05:00
twinaphex
3428e3d80a Cleanup 2017-11-08 17:10:41 +01:00
twinaphex
e91cc7aced Get rid of one extraneous HAVE_GLSL ifdef 2017-11-08 17:08:03 +01:00
twinaphex
9f79b99c94 Init renderchain prior to calling renderchain_driver 2017-11-08 16:58:23 +01:00
twinaphex
f28d6009ec Update 2017-11-08 16:53:43 +01:00
twinaphex
6fefc71aa2 Cleanups 2017-11-08 16:49:42 +01:00
twinaphex
c1d5622255 Get rid of another ifdef 2017-11-08 16:41:37 +01:00
twinaphex
4b0932ffb3 Move copy_frame to renderchain 2017-11-08 16:38:56 +01:00
twinaphex
64ac26b7d1 Get rid of ifdefs 2017-11-08 16:28:58 +01:00
twinaphex
bc45ba38bf Cleanups 2017-11-08 16:25:57 +01:00
twinaphex
a295169a3b Add restore_default_state callback - remove more ifdefs 2017-11-08 16:20:55 +01:00
twinaphex
308818afd1 Add VAO callback functions 2017-11-08 16:16:17 +01:00