twinaphex
|
36c2786864
|
(CGL) Implement bind_api function
|
2015-04-26 04:38:35 +02:00 |
|
Twinaphex
|
a72cc4bfc9
|
(CGL) Buildfix
|
2015-04-26 04:26:57 +02:00 |
|
twinaphex
|
4034dbe591
|
(CGL) Implement get_video_size and check_window
|
2015-04-26 04:24:13 +02:00 |
|
twinaphex
|
869576b916
|
(DRM EGL) Get rid of some forward declarations
|
2015-04-26 04:02:04 +02:00 |
|
Twinaphex
|
d49ec806e0
|
(CGL) CGL Context only for OSX
|
2015-04-26 03:59:55 +02:00 |
|
Twinaphex
|
6703b26e44
|
(CGL Context) Some buildfixes
|
2015-04-26 03:48:35 +02:00 |
|
twinaphex
|
7e20265a4e
|
(CGL) Start making Cocoa-less GL context driver
|
2015-04-26 03:31:02 +02:00 |
|
Twinaphex
|
ada0955642
|
(Cocoa GL) Refactor set_video_mode some more
|
2015-04-26 03:01:15 +02:00 |
|
Twinaphex
|
550ab997ee
|
(Cocoa GL) Cleanup
|
2015-04-26 02:57:53 +02:00 |
|
Twinaphex
|
2ce2bb0a5d
|
(Cocoa) Create stub cocoagl_gfx_ctx_show_mouse
|
2015-04-26 02:53:50 +02:00 |
|
Twinaphex
|
825393e1d1
|
Merge pull request #1660 from heuripedes/master
Mem leak fixes
|
2015-04-26 02:47:01 +02:00 |
|
Higor Eurípedes
|
2309fea406
|
(Core Info) Free info->core_name too
|
2015-04-25 21:42:46 -03:00 |
|
Higor Eurípedes
|
03d13c6fa7
|
(RPNG) Always free the temp chunk on PNG_CHUNK_IHDR
|
2015-04-25 21:42:20 -03:00 |
|
Higor Eurípedes
|
c11498df9d
|
(RPNG) Actually free zlib stream
|
2015-04-25 21:28:22 -03:00 |
|
Twinaphex
|
aabdf5cb1c
|
Merge pull request #1659 from heuripedes/master
Mem leaks
|
2015-04-26 02:11:17 +02:00 |
|
Higor Eurípedes
|
c432811436
|
(RPNG) Free zlib stream
|
2015-04-25 21:04:52 -03:00 |
|
Higor Eurípedes
|
1532ab3a58
|
(Menu) Actually free menu in menu_free()
|
2015-04-25 20:42:12 -03:00 |
|
Higor Eurípedes
|
866654e3c9
|
(XMB) Free menu_stack_old and selection_buf_old
|
2015-04-25 20:34:21 -03:00 |
|
Higor Eurípedes
|
d52a1b20e3
|
(XBM) Fix font leak
|
2015-04-25 20:26:31 -03:00 |
|
twinaphex
|
c99cd21080
|
(OSX) Fixes crash on exit/fullscreen toggle with XMB
|
2015-04-26 00:50:58 +02:00 |
|
twinaphex
|
bea1ae5dbd
|
(runloop_data.c) Some more robustness checks
|
2015-04-26 00:28:33 +02:00 |
|
twinaphex
|
a84d53ebba
|
(runloop_data.c) Make rarch_main_data_overlay_iterate more robust
|
2015-04-26 00:27:08 +02:00 |
|
Twinaphex
|
ec6b2dd0c5
|
(menu_driver.c) Buildfix
|
2015-04-26 00:24:43 +02:00 |
|
twinaphex
|
8f93e55d82
|
Make menu_driver_get_ptr more robust
|
2015-04-26 00:24:01 +02:00 |
|
twinaphex
|
e1b1cdfeb6
|
(GLUI) Restore background when doing context reset
|
2015-04-25 06:03:26 +02:00 |
|
twinaphex
|
a2806aeba0
|
(GLUI) Only call gl->shader->use once per glui_frame call
|
2015-04-25 02:40:51 +02:00 |
|
twinaphex
|
c22535b7e1
|
Reduce HAVE_FBO ifdefs
|
2015-04-25 02:35:06 +02:00 |
|
Twinaphex
|
642c5d4557
|
Merge pull request #1657 from heuripedes/master
(GLUI) Flush list_block earlier
|
2015-04-25 01:10:14 +02:00 |
|
twinaphex
|
85dd24c457
|
(D3D) Use font_osd_driver/font_osd_data from driver struct
|
2015-04-25 01:05:20 +02:00 |
|
twinaphex
|
4907d55160
|
(GLUI) Cleanup
|
2015-04-25 00:54:17 +02:00 |
|
Higor Eurípedes
|
ee0ad2c165
|
(GLUI) Flush list_block earlier
|
2015-04-24 19:45:25 -03:00 |
|
twinaphex
|
6f84b5dbe5
|
gl_raster_font_bind_block - block can be NULL
|
2015-04-25 00:42:47 +02:00 |
|
twinaphex
|
44a8b8bcd3
|
Move font_handle and font_driver ot the driver struct
|
2015-04-25 00:32:01 +02:00 |
|
twinaphex
|
a79511e27f
|
Simplify menu_display_font_flush_block
|
2015-04-24 23:28:25 +02:00 |
|
twinaphex
|
86958c4117
|
(menu_display.c) Wrap bind_block and flush_block calls
|
2015-04-24 23:22:47 +02:00 |
|
twinaphex
|
b10ce11ad3
|
Move font variables to menu_handle_t
|
2015-04-24 23:06:04 +02:00 |
|
twinaphex
|
fa30933b87
|
(GLUI) Fixes OSD fonts not showing up - next problem - the top
and bottom 'bars' are 'transparent' - they should instead be solid
color filled
|
2015-04-24 22:49:05 +02:00 |
|
twinaphex
|
d9bf8a35ec
|
(GLUI) Cleanups
|
2015-04-24 22:46:19 +02:00 |
|
twinaphex
|
c5c4f736bd
|
(GLUI) Cleanups
|
2015-04-24 22:17:08 +02:00 |
|
twinaphex
|
f2c0874521
|
(Menu) Create menu_display_font_init_first
|
2015-04-24 22:01:33 +02:00 |
|
twinaphex
|
e2bea7ad9b
|
(GLUI) Fix corrupt fonts on init with Windows, just pass
NULL for fontpath
|
2015-04-24 19:17:02 +02:00 |
|
twinaphex
|
e69f40b319
|
(menu_display.c) Cleanup
|
2015-04-24 16:42:27 +02:00 |
|
twinaphex
|
69bef77d6d
|
Add DPI override options
|
2015-04-24 16:37:09 +02:00 |
|
twinaphex
|
98a07b9320
|
(Griffin) Cleanups
|
2015-04-23 02:26:09 +02:00 |
|
twinaphex
|
4978846c33
|
(MSVC) Define HAVE_RPNG
|
2015-04-23 02:21:48 +02:00 |
|
twinaphex
|
943ecee554
|
(Menu) Update menu_update_libretro_info
|
2015-04-23 02:11:57 +02:00 |
|
twinaphex
|
58621e5ccf
|
(PS3) Compile in GL raster font
|
2015-04-23 02:04:32 +02:00 |
|
twinaphex
|
62899fc046
|
(Menu) Change void * arguments in signatures
|
2015-04-23 01:27:43 +02:00 |
|
twinaphex
|
71b83aec7c
|
Get rid of some void * arguments in menu_display.c
|
2015-04-23 01:21:43 +02:00 |
|
Twinaphex
|
4c4cdd49c6
|
(iOS/others) gl_raster_font_get_glyph - prevent a crash when
font driver has not yet been initialized and ident is NULL
|
2015-04-22 23:38:42 +02:00 |
|