27818 Commits

Author SHA1 Message Date
radius
7f8c6f50e3 [zr] split GL code in another file
This makes zahnrad reusable in other menu drivers
2016-03-09 15:33:27 -05:00
radius
26e171cfbc [zr] add wizard page indicator 2016-03-07 18:17:57 -05:00
radius
58ef1541c2 [zr] start implementing wizard 2016-03-07 00:27:40 -05:00
radius
4e4c69a3dc [zr] save window state so it can be restored after a context reset 2016-03-07 00:27:39 -05:00
twinaphex
bdb8edb708 Update to glsm 2016-03-07 01:46:47 +01:00
radius
34d618238b [zr] tidy up zr_common 2016-03-06 14:13:20 -05:00
radius
f41280e82c [remapping] fix saving for players other than 1 2016-03-06 13:15:05 -05:00
Twinaphex
787924fc8f Merge pull request #2775 from Themaister/master
Vulkan: Various fixes and cleanups
2016-03-06 12:38:43 +01:00
Hans-Kristian Arntzen
f02faeea27 Vulkan: Fix segfault on nVidia. 2016-03-06 12:33:46 +01:00
Hans-Kristian Arntzen
c00d32f30f Vulkan: Get correct window mode size. 2016-03-06 12:18:11 +01:00
Hans-Kristian Arntzen
6cde59a8ad Vulkan: Add more detailed counters. 2016-03-06 12:11:44 +01:00
Hans-Kristian Arntzen
e6fb3c3a1c Update Vulkan headers. 2016-03-06 11:31:30 +01:00
Hans-Kristian Arntzen
9954d03f2a Strip out some warnings in glslang. 2016-03-06 11:31:10 +01:00
Hans-Kristian Arntzen
ebdb7168ed Vulkan: Clean up symbol loading.
Should use GetDeviceProcAddr when appropriate.
2016-03-06 11:27:36 +01:00
radius
cc250f755b [zr] fix message 2016-03-05 23:09:28 -05:00
radius
1ee45f2162 [zr] add an extra image to the wizard stub 2016-03-05 23:05:16 -05:00
radius
f73d086abd [zr] add image loading code (stb) 2016-03-05 23:02:29 -05:00
radius
992c66ffc8 [zr] add image loading code (stb) 2016-03-05 22:54:56 -05:00
radius
0eba3fe791 [zr] add wizard window stub 2016-03-05 22:24:01 -05:00
radius
a0eb17200b [zr] rename function 2016-03-05 21:59:01 -05:00
twinaphex
5e87fd5ecc Include stdarg.h 2016-03-06 03:57:37 +01:00
radius
d860642c75 [zr] split the window code to zr_common 2016-03-05 21:52:09 -05:00
radius
c2e4eb772d [zr] refactor structures pt.2 2016-03-05 21:13:25 -05:00
radius
2809074ccd [zr] refactor structures pt.1 2016-03-05 21:13:24 -05:00
twinaphex
e5ce152b95 Update submodule 2016-03-06 02:59:21 +01:00
twinaphex
15c9e0ae7e Add fallback 2016-03-06 01:31:46 +01:00
twinaphex
5e99d163de Puti n call to input_keyboard_event when compiling without HAVE_XKBCOMMON 2016-03-05 22:18:22 +01:00
twinaphex
f4ea4bfdda Bump up version 2016-03-05 20:33:23 +01:00
Twinaphex
74629ab4b5 Bump up version to 1.3.1 2016-03-05 19:07:22 +01:00
Twinaphex
644de4ae9e Merge pull request #2774 from lordhoto/cg2glsl-fragment-uniform-fix
cg2glsl: Write uniform declarations for fragment shaders.
2016-03-05 17:05:06 +01:00
Johannes Schickel
3a658172f8 (tools/cg2glsl.py) Write uniform declarations for fragment shaders.
Formerly, the fragment shader conversion pass did not write required uniform
declarations. This resulted in use of undefined symbols in some cases. In turn
conversion of some shaders to GLSL were broken.

This fixes conversion of some shaders, most prominently the hq shaders.
2016-03-05 12:49:21 +01:00
Twinaphex
e0d7c25ea0 Add gfx_coord_array_resize 2016-03-05 09:43:15 +01:00
twinaphex
a73cbb6114 (zahnrad) Use menu_texture_item 2016-03-05 08:42:35 +01:00
twinaphex
1742b96ec0 Add menu_texture_item 2016-03-05 08:40:28 +01:00
twinaphex
72303888c8 Remove unused menu_increment_menu_stack 2016-03-05 07:41:44 +01:00
twinaphex
eebcde721b Rename video_coord_array 2016-03-05 07:28:02 +01:00
radius
d647c1b215 [zr] hook up the scroll wheel 2016-03-05 01:26:45 -05:00
radius
145979ddcb [zr] label fix 2016-03-05 00:52:59 -05:00
radius
052730bbf1 [zr] refactor most of the menu, have a global state, width, height now 2016-03-05 00:50:57 -05:00
twinaphex
94ec0fc94d Fix fastforward mode 2016-03-04 22:35:39 +01:00
twinaphex
1c6d58e6c6 Cleanups 2016-03-04 22:22:03 +01:00
twinaphex
d56bde43e8 audio_driver_ctl - cleanups 2016-03-04 22:10:47 +01:00
twinaphex
508d849fa5 Cleanups 2016-03-04 22:07:47 +01:00
twinaphex
50e70bf707 (audio_driver.c) Cleanups 2016-03-04 22:02:51 +01:00
twinaphex
9f50ab2534 Cleanups 2016-03-04 21:51:33 +01:00
twinaphex
009329969a Refactor away audio_driver_set_callback_state 2016-03-04 21:47:24 +01:00
twinaphex
b7d3f3b01c Remove functions audio_driver_set_callback/audio_driver_unset_callback 2016-03-04 21:44:44 +01:00
twinaphex
f3a9a38987 (audio_driver.c) Cleanup 2016-03-04 21:38:18 +01:00
twinaphex
3d6e6efe49 audio_driver.c - cleanup 2016-03-04 21:35:54 +01:00
radius
0ce76cbf5b [zr] remove more glui code 2016-03-04 15:08:43 -05:00