twinaphex
233f933187
Add commented out fallback code in case driver init fails -
...
as soon as we have fixed the init function in DRM/KMS context
driver we can reconsider enabling this.
2014-10-24 01:40:54 +02:00
twinaphex
4e13828d28
Expand gfx_context with prev/next functions
2014-10-23 23:55:30 +02:00
twinaphex
52052794b2
Refactor gfx_ctx_init_first
2014-10-23 23:09:37 +02:00
twinaphex
af302530ef
Rename g_settings.video.gl_context to g_settings.video.context_driver
2014-10-23 22:54:39 +02:00
twinaphex
e3f89a77ac
(VG) Update driver header include
2014-10-23 07:46:02 +02:00
sergiobenrocha2
e571d93c66
Fix header path.
2014-10-23 03:30:38 -02:00
twinaphex
6979b62bdc
(SDK) Move math/matrix code to SDK
2014-10-23 04:48:34 +02:00
twinaphex
e786288123
Take out some header includes in state_tracker.c
2014-10-23 04:40:47 +02:00
twinaphex
58f09ce79e
Move scaler code over to libretro SDK
2014-10-23 04:34:35 +02:00
twinaphex
790775bc5f
(filters) Kill some header include dependencies
2014-10-23 04:19:23 +02:00
twinaphex
fd8a3d94ec
Get rid of some scaler header dependencies
2014-10-23 03:52:18 +02:00
twinaphex
2597af8cc5
(OpenVG) Build fix
2014-10-23 03:47:18 +02:00
twinaphex
8e043ce9a6
Rename info variable to state_info to avoid declaration shadowing
2014-10-22 07:20:20 +02:00
twinaphex
12f22b0c8a
(D3D) Include file/file_path.h
2014-10-22 03:56:54 +02:00
twinaphex
2997af48fa
Move config-file code to SDK
2014-10-22 03:35:04 +02:00
twinaphex
3ec3004142
(XDK1) Build fixes
2014-10-22 02:05:01 +02:00
twinaphex
174d011bed
Move dir_list to SDK
2014-10-22 01:13:05 +02:00
twinaphex
83602a79f1
(MSVC) Buildfix
2014-10-22 00:50:30 +02:00
twinaphex
9a9fa6532a
Move file_path.c to libretro SDK
2014-10-22 00:23:06 +02:00
Twinaphex
c6bc3b207f
(Apple) Build fixes
2014-10-21 23:56:51 +02:00
twinaphex
dd93d549aa
Rename rarch_file_path to file_ops
2014-10-21 23:53:09 +02:00
twinaphex
d3629f06f1
Rename file.c/file.h to content.c/content.h
2014-10-21 23:44:03 +02:00
twinaphex
2c5b744bc4
Compartmentalize file_path functions over to file_path.c
2014-10-21 23:33:20 +02:00
twinaphex
383eb08988
Don't have file_path.h include dir_list.h
2014-10-21 18:46:39 +02:00
twinaphex
81c5019afb
Move miscellaneous header over to libretro SDK
2014-10-21 08:39:37 +02:00
twinaphex
bf8cec3d04
(MSVC) Build fixes
2014-10-21 08:02:40 +02:00
twinaphex
7472922ee0
Move compat/ over to libretro SDK
2014-10-21 07:58:58 +02:00
twinaphex
480cd7c7ba
Move msvc_compat.h to compat/ dir
2014-10-21 06:06:12 +02:00
twinaphex
c62d52de0f
Start properly implementing libretro SDK for boolean.h include
...
header, glsym, and rthreads
2014-10-21 05:05:52 +02:00
twinaphex
ca79265e4b
Rename thread wrapper as rthreads - make it part of the libretro SDK
2014-10-21 03:25:59 +02:00
twinaphex
3a947c450b
(GL CG) Chane info variable to tracker_info
2014-10-21 02:21:13 +02:00
twinaphex
939b928adb
Rename 'time' variables
2014-10-21 02:18:38 +02:00
twinaphex
856d06ed23
pixconv.c - rename y0/y1 variables
2014-10-21 01:14:36 +02:00
twinaphex
a8fd98e6dc
Rename 'abs' local variable to 'absolute'
2014-10-21 01:09:24 +02:00
twinaphex
c699a7683e
(video_thread_wrapper.c) Rename thread_frame variable to thr_frame
2014-10-21 00:26:53 +02:00
twinaphex
85ae740ec6
(gfx/gl.c) Rename index parameter variable
2014-10-21 00:16:48 +02:00
twinaphex
ef27b31c9f
print_buf was unused in shader_gl_cg.c - so get rid of it
2014-10-20 23:22:16 +02:00
twinaphex
c3349004ad
Change index variable to 'idx'
2014-10-20 22:58:31 +02:00
twinaphex
42bb37816e
Take file_path.h include out of file.h
2014-10-20 21:51:04 +02:00
twinaphex
49bffb85db
(video_thread_wrapper.c) see prior commit msg
2014-10-20 20:20:12 +02:00
Twinaphex
564467abe9
(CoreText) Add to AUTHORS
2014-10-20 19:41:39 +02:00
Twinaphex
eb0d1e4116
(CoreText) iOS cannot use ApplicationServices/ApplicationServices.h
...
header
2014-10-20 19:37:41 +02:00
twinaphex
059ed8fb07
(Shaders) Rename index variables
2014-10-20 19:27:32 +02:00
twinaphex
a82c4db39a
(CoreText) Now compiles on OSX 10.6/Xcode 3.2.5 - CoreText/CoreText.h
...
header didn't exist there
2014-10-20 19:09:09 +02:00
twinaphex
f9841f2b0b
(CoreText) OSX 10.6 requires this header be included
2014-10-20 04:30:39 +02:00
twinaphex
4cfa7f3947
License glsym properly
2014-10-20 01:50:57 +02:00
Jay McCarthy
1f788543e7
Adding CoreText font driver for iOS and OS X
...
The font path settings should be changed to support entering a font
name on these platforms and potentially working with the front-end to
get a list of possible names.
2014-10-18 20:20:55 -04:00
Twinaphex
03fb979730
(video_thread_wrapper.c) Fix 'declaration shadows local variable'
2014-10-14 22:16:01 +02:00
Twinaphex
d59074d9c8
(video_thread_wrapper.c) Fix 'declaration shadows global variables'
2014-10-14 19:04:42 +02:00
Twinaphex
40f97cde13
(gl_common.c) Fix declaration shadows a variable in global scope warning
2014-10-14 18:30:22 +02:00