twinaphex
|
a18811bff6
|
Remove some obsolete state
|
2015-12-08 10:34:27 +01:00 |
|
twinaphex
|
c614118ed8
|
Move context_bind_hw_render inline function to gl.c
|
2015-12-08 09:44:19 +01:00 |
|
twinaphex
|
75f10bfcdb
|
Remove unused variable
|
2015-12-08 09:33:36 +01:00 |
|
twinaphex
|
9f96742576
|
Take out some header includes
|
2015-12-08 09:30:44 +01:00 |
|
twinaphex
|
f11bed2bdd
|
Get rid of gl->shader parameter
|
2015-12-08 09:29:23 +01:00 |
|
twinaphex
|
df60523f6c
|
Move current_shader pointer to video_shader_driver.c
|
2015-12-08 09:27:25 +01:00 |
|
twinaphex
|
9736713279
|
Create RARCH_DISPLAY_CTL_SET_STUB_FRAME/UNSET_STUB_FRAME
|
2015-12-07 21:16:15 +01:00 |
|
twinaphex
|
77b7e5b791
|
(GX) Remove dependency on menu_driver_get_ptr
|
2015-12-07 15:58:41 +01:00 |
|
twinaphex
|
2d55dc3bda
|
Complete namespace changes
|
2015-12-07 15:32:14 +01:00 |
|
twinaphex
|
0df4a8d2a2
|
Put message from video_driver_frame into separate buffer
temporarily for safety
|
2015-12-07 10:59:53 +01:00 |
|
twinaphex
|
e8a3bd99d8
|
(3DS/CTR) Buildfix
|
2015-12-07 09:32:58 +01:00 |
|
Twinaphex
|
15cb1c560a
|
(gfx/video_texture_c.c) Add HAVE_D3D/HAVE_OPENGL ifdefs
|
2015-12-07 08:06:50 +01:00 |
|
Twinaphex
|
c1bb8f711d
|
Fix some warnings for non-HAVE_THREADS targets
|
2015-12-07 08:00:27 +01:00 |
|
twinaphex
|
cbdd305626
|
Add HAVE_THREADS ifdef
|
2015-12-06 22:42:22 +01:00 |
|
twinaphex
|
a4de5895d8
|
nit
|
2015-12-06 21:58:51 +01:00 |
|
twinaphex
|
137757d832
|
gfx/video_texture_c.c - add HAVE_THREADS ifdef
|
2015-12-06 21:58:12 +01:00 |
|
twinaphex
|
7f433a36d5
|
Move rthreads.h header include to video_thread_wrapper.c
|
2015-12-06 21:35:55 +01:00 |
|
twinaphex
|
9b65988682
|
Create rarch_threaded_video_send_and_wait
|
2015-12-06 21:34:39 +01:00 |
|
twinaphex
|
37286ca894
|
header cleanup
|
2015-12-06 21:31:20 +01:00 |
|
twinaphex
|
ae58a9ed19
|
Check if shader->deinit function is bound first
|
2015-12-06 21:19:52 +01:00 |
|
twinaphex
|
6fbdd319f4
|
Add header include
|
2015-12-06 19:59:15 +01:00 |
|
twinaphex
|
c6359d6dbc
|
Divorce g_system_menu from global state
|
2015-12-06 19:31:47 +01:00 |
|
Twinaphex
|
4e14e6e6fa
|
Merge pull request #2529 from heuripedes/master
(shader_glsl.c) Fix memory leak
|
2015-12-06 18:31:50 +01:00 |
|
twinaphex
|
99ea0095a3
|
Create RARCH_MENU_CTL_FRAME
|
2015-12-06 18:28:37 +01:00 |
|
Higor Eurípedes
|
9bb36cac38
|
(shader_glsl.c) Fix memory leak
|
2015-12-06 14:23:51 -03:00 |
|
twinaphex
|
0389474e12
|
Set dangling pointers to null for RARCH_DISPLAY_CTL_DEINIT
and RARCH_AUDIO_CTL_DEINIT too
|
2015-12-06 18:15:00 +01:00 |
|
twinaphex
|
a3033c2f66
|
Buildfixes
|
2015-12-06 18:12:49 +01:00 |
|
twinaphex
|
09ecd04d67
|
Make sure gpu_buffer is set back to NULL too upon
RARCH_DISPLAY_CTL_DESTROY time
|
2015-12-06 17:33:51 +01:00 |
|
twinaphex
|
0f9ba38b76
|
Make sure all static local variables from video_driver_ctl are
reset back to default state after calling RARCH_DISPLAY_CTL_DESTROY
|
2015-12-06 17:17:08 +01:00 |
|
twinaphex
|
083d1fec69
|
video_driver_frame - cleanup
|
2015-12-06 15:24:06 +01:00 |
|
twinaphex
|
bbbf6513fd
|
move gpu record buffer to video_driver.c
|
2015-12-06 15:22:20 +01:00 |
|
twinaphex
|
a23598e553
|
Don't need video_driver_current_msg anymore
|
2015-12-06 14:32:30 +01:00 |
|
twinaphex
|
39e9d5c5ba
|
Start cutting down on the size of some char local variables - we
don't need PATH_MAX_LENGTH for everything
|
2015-12-06 13:28:20 +01:00 |
|
twinaphex
|
38a7338592
|
Fix video_shader_driver_get_current_shader
|
2015-12-06 11:22:16 +01:00 |
|
twinaphex
|
693e684b4f
|
(font_driver.c) Turn some functions static and remove others that
are unused
|
2015-12-05 22:58:52 +01:00 |
|
twinaphex
|
ec1b1c3e54
|
Header cleanups
|
2015-12-05 21:23:34 +01:00 |
|
twinaphex
|
c79c205a0d
|
Header include cleanup
|
2015-12-05 20:26:37 +01:00 |
|
twinaphex
|
f45867d1cd
|
More CXX_BUILD fixes
|
2015-12-05 18:56:37 +01:00 |
|
twinaphex
|
05b1097d37
|
Rearrange some headers
|
2015-12-05 18:45:15 +01:00 |
|
twinaphex
|
5b939e810c
|
Get rid of driver_t and driver_get_ptr
|
2015-12-05 16:54:13 +01:00 |
|
twinaphex
|
18ab12ab83
|
Take header include record_driver.h out of driver.h
|
2015-12-05 16:12:29 +01:00 |
|
twinaphex
|
7e5d1f3117
|
Only rcord_driver.c references driver->recording now
|
2015-12-05 16:05:35 +01:00 |
|
twinaphex
|
736f343d9f
|
Create RARCH_MENU_CTL_IS_ALIVE
|
2015-12-05 13:49:34 +01:00 |
|
twinaphex
|
03e2873296
|
(D3D) Buildfixes
|
2015-12-05 13:31:02 +01:00 |
|
twinaphex
|
2f29d9f18c
|
Take out menu/menu_driver.h include from driver.h
|
2015-12-05 13:22:50 +01:00 |
|
twinaphex
|
c8d8176c0c
|
Get rid of unused variables
|
2015-12-05 12:50:56 +01:00 |
|
twinaphex
|
6a00c1cf9a
|
Take font driver handles out of driver_t struct
|
2015-12-05 12:25:53 +01:00 |
|
twinaphex
|
612c05ac71
|
(Xbox) Buildfix
|
2015-12-05 12:21:20 +01:00 |
|
twinaphex
|
78fef6422b
|
Create font_driver_get_message_width
|
2015-12-05 12:17:58 +01:00 |
|
twinaphex
|
df813ad58b
|
Create font_driver_flush
|
2015-12-05 12:10:12 +01:00 |
|