twinaphex
|
d52c573e13
|
Merge slang_preprocess.cpp into slang_process.cpp
|
2019-08-18 18:55:22 +02:00 |
|
twinaphex
|
0905c8d2ed
|
(shader_gl_core.cpp) Simplify some code
|
2019-08-18 18:32:01 +02:00 |
|
twinaphex
|
d48b5b78f8
|
Cleanups
|
2019-08-18 18:05:26 +02:00 |
|
twinaphex
|
aaeff6c888
|
Move C code over to glslang_util.c
|
2019-08-18 18:01:21 +02:00 |
|
twinaphex
|
3aa1a03a08
|
glslang_util cleanups
|
2019-08-18 14:40:26 +02:00 |
|
LazyBumHorse
|
719555bae1
|
Overhaul shader loading logic, add --set-shader CLI option
|
2019-08-17 15:20:51 +02:00 |
|
Twinaphex
|
3bc5c15526
|
Merge pull request #9309 from LazyBumHorse/fix_vulkan_gpu_list
fix handling of vulkan_gpu_list
|
2019-08-15 18:17:56 +02:00 |
|
LazyBumHorse
|
3c6a46d95d
|
fix handling of vulkan_gpu_list (use after free, not always being initialized)
|
2019-08-15 17:52:24 +02:00 |
|
twinaphex
|
6c671faed6
|
Start preparing for menu_widgets_ready to be moved to retroarch.c
|
2019-08-15 14:20:51 +02:00 |
|
LazyBumHorse
|
f51e50a423
|
fix logging on Windows sometimes not being null-terminated
|
2019-08-15 13:39:19 +02:00 |
|
twinaphex
|
980be6dba3
|
(GL2) Cleanups
|
2019-08-14 16:40:47 +02:00 |
|
Twinaphex
|
accae545b0
|
Merge pull request #9279 from LazyBumHorse/fix_glhigh
workaround for glcore crash with Mesa
|
2019-08-13 22:00:28 +02:00 |
|
Themaister
|
f957bf0d16
|
Validate non-causal filter chain for texture inputs.
We only validated for UBO inputs apparently.
|
2019-08-13 13:57:20 +02:00 |
|
twinaphex
|
3585d56067
|
(Vita2D) video_driver_get_size was used for no reason here
|
2019-08-13 12:34:34 +02:00 |
|
twinaphex
|
dc3711b35f
|
(GX2) video_driver_get_size was used for no reason here
|
2019-08-13 12:33:09 +02:00 |
|
twinaphex
|
d43b26348b
|
(Vulkan) Don't use video_driver_get_size
|
2019-08-13 12:28:16 +02:00 |
|
twinaphex
|
e43c55bef3
|
(GLCore) Don't use video_driver_get_size
|
2019-08-13 12:23:02 +02:00 |
|
twinaphex
|
c3d624267b
|
(GL) Start avoiding usage of video_driver_get_size
from within video drivers
|
2019-08-13 12:14:53 +02:00 |
|
twinaphex
|
558e50b5a0
|
Get rid of unused code libdbgfont
|
2019-08-13 11:42:46 +02:00 |
|
LazyBumHorse
|
907bea6abb
|
destroy leaked context
|
2019-08-12 23:05:44 +02:00 |
|
twinaphex
|
4a09f66c7b
|
(GL drivers) Cleanups
|
2019-08-12 22:04:27 +02:00 |
|
LazyBumHorse
|
010df00d74
|
workaround for Mesa crash when trying unsupported OpenGL versions
also fixes attribs sometimes being garbled
|
2019-08-12 21:08:22 +02:00 |
|
twinaphex
|
ed6f682754
|
Make code more similar to gl2 video driver
|
2019-08-12 21:07:12 +02:00 |
|
twinaphex
|
fdd45f1f6b
|
(glcore) memset is unnecessary
|
2019-08-12 20:55:46 +02:00 |
|
twinaphex
|
2a631bd031
|
(glcore) Turn this into macro
|
2019-08-12 20:52:33 +02:00 |
|
twinaphex
|
69a195fc5c
|
Cleanups
|
2019-08-12 19:35:36 +02:00 |
|
twinaphex
|
3ae447420e
|
Cleanups
|
2019-08-12 19:33:50 +02:00 |
|
jdgleaver
|
5ac152a5f3
|
(glslang_util) Remove C++ 'isms' (where possible)
|
2019-08-12 13:10:50 +01:00 |
|
twinaphex
|
a45c9b6eb4
|
Duplicate aspect ratio code that was being ran twice
|
2019-08-12 12:52:40 +02:00 |
|
Twinaphex
|
a88b357817
|
Merge pull request #9250 from bparker06/gl_highest
opengl: loop through highest available versions to find a working one
|
2019-08-09 17:09:13 +02:00 |
|
twinaphex
|
ecbd58d3af
|
Small cleanup
|
2019-08-08 17:04:45 +02:00 |
|
twinaphex
|
faa55b4dff
|
glslang_read_shader_file - potential leak here
|
2019-08-08 16:55:39 +02:00 |
|
twinaphex
|
b282125107
|
Revert "Refactor code for glslang shader presets - buffer entire file"
This reverts commit 0fee6a9ef4914d228118b689fe755ef663ce2d4d.
|
2019-08-08 16:36:34 +02:00 |
|
twinaphex
|
83c113cb59
|
Cleanups
|
2019-08-08 14:57:28 +02:00 |
|
twinaphex
|
211e664e5d
|
(GX2) Cleanups
|
2019-08-08 14:54:21 +02:00 |
|
twinaphex
|
0fee6a9ef4
|
Refactor code for glslang shader presets - buffer entire file
into memory before passing it on
|
2019-08-08 04:55:22 +02:00 |
|
Brad Parker
|
db53e54b15
|
cleanup
|
2019-08-07 14:46:47 -04:00 |
|
Brad Parker
|
b97069aa6d
|
opengl: remove unnecessary second check for requested version at the end, add ES1/2 version checks when built with ES3, add 3.1/3.0 version checks
|
2019-08-07 12:24:24 -04:00 |
|
jdgleaver
|
bcfc5db7d8
|
(video_shader_parse) Optimise parsing of (non-slang) shader parameters
|
2019-08-07 17:19:18 +01:00 |
|
Brad Parker
|
7b96ee1a31
|
windows buildfix
|
2019-08-06 22:01:49 -04:00 |
|
Brad Parker
|
1c1db0a7de
|
opengl: add missing 4.x versions to try, fail early if requestion version does not work
|
2019-08-06 17:53:15 -04:00 |
|
Brad Parker
|
7479245875
|
opengl: loop through highest available versions to find a working one, only do hwapi check on glx/wgl for now
|
2019-08-05 10:46:17 -04:00 |
|
Brad Parker
|
cb2be97e7d
|
fix unused warning, add extra info to cdrom print
|
2019-07-31 17:51:58 -04:00 |
|
twinaphex
|
65b4c2595e
|
Update set keyboard mapping code for input driver
|
2019-07-27 02:21:24 +02:00 |
|
twinaphex
|
81d276fa11
|
(D3D9 HLSL) Fix two warnings with cxx_BUILD
|
2019-07-26 17:29:53 +02:00 |
|
twinaphex
|
453cc3dcbd
|
(video context driver) has_Windowed can be degraded to a simple
boolean variable
|
2019-07-26 06:23:20 +02:00 |
|
twinaphex
|
dfc85f5908
|
Simplify win32_has_process
|
2019-07-26 06:10:02 +02:00 |
|
LazyBumHorse
|
5e0aba0589
|
Revert "(UWP) UWP cannot deal with relative paths, turn them into absolute"
This reverts commit 8b0f083a4e4a011dbcbe395f98f980ae948ee2fe.
|
2019-07-25 14:31:18 +02:00 |
|
Twinaphex
|
52ef1af14e
|
Merge pull request #9137 from LazyBumHorse/realpath
replace realpath() by custom code which does not resolve symlinks
|
2019-07-24 22:20:38 +02:00 |
|
orbea
|
779fbabc79
|
Fix CXX_BUILD=1 with libsixel.
|
2019-07-22 14:24:40 -07:00 |
|