twinaphex
|
414c63b59a
|
(VG) Silence some warnings
(Libretro-common) Add some headers
|
2016-03-02 23:09:31 +01:00 |
|
Christopher Bransden
|
2d0c02d21e
|
Fix compilation error:
gfx/drivers_context/vc_egl_ctx.c:591:13: error: static declaration of ‘gfx_ctx_vc_set_swap_interval’ follows non-static declaration
gfx/drivers_context/vc_egl_ctx.c:312:4
|
2016-03-02 21:31:56 +00:00 |
|
twinaphex
|
0f8e31cad3
|
(iOS) Use -1 instead of UIUserInterfaceIdiomUnspecified for backwards
compatibility
|
2016-03-02 17:25:13 +01:00 |
|
twinaphex
|
7d0205deac
|
(vulkan_common.c) Add log error when vkCreateInstance fails
|
2016-03-02 03:13:31 +01:00 |
|
twinaphex
|
6f80e09ce1
|
Change MIN/MAX to upper-case
|
2016-03-02 00:07:31 +01:00 |
|
twinaphex
|
702d4f9e3a
|
(Android) Buildfix
|
2016-03-01 22:26:57 +01:00 |
|
twinaphex
|
efb1c88215
|
(opendingux_fbdev_ctx.c) Another ifdef
|
2016-03-01 22:23:40 +01:00 |
|
twinaphex
|
f3cc1a9b59
|
(opendingux_fbdev_ctx.c) More HAVE_EGL ifdefs
|
2016-03-01 22:23:17 +01:00 |
|
twinaphex
|
ac584330bb
|
(Android) Bugfix
|
2016-03-01 21:58:35 +01:00 |
|
twinaphex
|
1b0a9d0b1d
|
Backport Opendingux/GCW Zero patches courtesy of gama.coder
|
2016-03-01 21:50:23 +01:00 |
|
twinaphex
|
d2645e9087
|
Add more glslang include dirs
|
2016-03-01 19:19:39 +01:00 |
|
twinaphex
|
77001a5577
|
(Android) More preparation for Vulkan
|
2016-03-01 18:59:12 +01:00 |
|
twinaphex
|
86a8899b0f
|
(Android) Start preparing Android JNI Makefiles for Android
|
2016-03-01 18:46:40 +01:00 |
|
twinaphex
|
c44107949d
|
(Vulkan) Pass width and height to vulkan_surface_create
|
2016-03-01 18:35:41 +01:00 |
|
twinaphex
|
5f125bc1f6
|
(Android) Only need to pass window for Android
|
2016-03-01 18:22:17 +01:00 |
|
twinaphex
|
eaa0b08bc2
|
(Android) Hook up Vulkan for gfx_ctx_bind_api
|
2016-03-01 18:21:09 +01:00 |
|
twinaphex
|
b8c1e31c13
|
(Android/Vulkan) Start hooking up Vulkan for Android context driver
|
2016-03-01 18:16:22 +01:00 |
|
twinaphex
|
81690601c0
|
(gl_raster_font.c) Fix some race issues
|
2016-03-01 17:24:33 +01:00 |
|
Themaister
|
bce0d55a43
|
Vulkan: Allocate correct number of descriptors.
Have to allocate for entire pool, not per set.
|
2016-03-01 09:44:18 +01:00 |
|
twinaphex
|
dc12f07a55
|
(mali_fbdev) Add some ifdefs
|
2016-03-01 07:17:57 +01:00 |
|
twinaphex
|
59ed4b939f
|
Cleanups
|
2016-03-01 07:09:55 +01:00 |
|
twinaphex
|
47fddf28e5
|
(Emscripten context) Cleanups
|
2016-03-01 07:07:56 +01:00 |
|
twinaphex
|
32c4f13761
|
(XEGL) Add HAVE_VG ifdefs
|
2016-03-01 06:56:41 +01:00 |
|
twinaphex
|
e938be3747
|
Have to rewrite EGL context code
|
2016-03-01 06:49:05 +01:00 |
|
twinaphex
|
ae6302ede2
|
(Android EGL context) Add missing break
|
2016-03-01 05:09:07 +01:00 |
|
twinaphex
|
00741d06fb
|
Add android_gfx_ctx_bind_hw_render
|
2016-03-01 05:08:18 +01:00 |
|
twinaphex
|
c5667d8253
|
(Android EGL context) Refactor more code
|
2016-03-01 05:07:11 +01:00 |
|
twinaphex
|
2480181469
|
(Android) Add android_api variable
|
2016-03-01 04:53:48 +01:00 |
|
twinaphex
|
481196c55c
|
Add some more ifdefs
|
2016-03-01 04:19:33 +01:00 |
|
twinaphex
|
f8f2f7d03c
|
Rename androidegl_ctx.c to android_ctx.c
|
2016-03-01 04:18:43 +01:00 |
|
twinaphex
|
0ec1c5ade5
|
Start adding HAVE_OPENGLES ifdefs to androidegl_ctx.c
|
2016-03-01 04:17:02 +01:00 |
|
twinaphex
|
de27720044
|
We don't need to link against libvulkan.so implicitly anymore
|
2016-03-01 02:47:16 +01:00 |
|
twinaphex
|
b0834a0f17
|
Remove this
|
2016-03-01 02:22:25 +01:00 |
|
twinaphex
|
b79edb6095
|
Reimplement function pointers
|
2016-03-01 02:21:53 +01:00 |
|
twinaphex
|
937230564d
|
move more code to vksym.h
|
2016-03-01 01:53:48 +01:00 |
|
twinaphex
|
a6048b4218
|
Add vksym.h
|
2016-02-29 23:38:49 +01:00 |
|
twinaphex
|
7a907a97a7
|
Start preparing to split this code up
|
2016-02-29 23:31:51 +01:00 |
|
twinaphex
|
9a10ef5591
|
(Vulkan) Add more Vulkan function pointers
|
2016-02-29 23:28:12 +01:00 |
|
twinaphex
|
860b7fde62
|
(Vulkan) Add DeviceWaitIdle function pointer
|
2016-02-29 23:25:25 +01:00 |
|
twinaphex
|
1d9220d9d1
|
(Vulkan) Add vkCmdBindVertexBuffers function pointer
|
2016-02-29 23:22:56 +01:00 |
|
twinaphex
|
c8b9bb609f
|
(Vulkan) More image function pointers
|
2016-02-29 23:19:23 +01:00 |
|
twinaphex
|
30eac5b778
|
(Vulkan) Add vkDestroyDescriptorPool fp
|
2016-02-29 23:13:13 +01:00 |
|
twinaphex
|
6023a5f06e
|
Add vkAllocateDescriptorSets fp
|
2016-02-29 23:11:00 +01:00 |
|
twinaphex
|
4a1a623099
|
(Vulkan) Add more funcptrs
|
2016-02-29 23:09:05 +01:00 |
|
twinaphex
|
0e60d20705
|
Add Command Function pointers
|
2016-02-29 23:04:17 +01:00 |
|
twinaphex
|
67ea4e1d6b
|
(Vulkan) Pipeline function pointers
|
2016-02-29 22:55:31 +01:00 |
|
twinaphex
|
1fbac78e35
|
(Vulkan) Go through function pointer for vkDestroyPipelineCache
|
2016-02-29 22:38:58 +01:00 |
|
twinaphex
|
a7df7be64b
|
Add vkAllocateMemory/vkFreeMemory
|
2016-02-29 22:36:53 +01:00 |
|
twinaphex
|
a53e7a5437
|
(Vulkan) Add pipeline barrier function pointer
|
2016-02-29 22:30:23 +01:00 |
|
twinaphex
|
bd96ab3585
|
(vulkan_common.c) Cleanups
|
2016-02-29 22:26:20 +01:00 |
|