twinaphex
|
7dcafe4b40
|
(HLSL) Cleanups
|
2017-10-03 05:18:32 +02:00 |
|
twinaphex
|
71dd8f9084
|
Silence more warnings
|
2017-10-03 00:56:18 +02:00 |
|
twinaphex
|
374b6115e1
|
Update HLSL backend
|
2017-09-05 03:21:58 +02:00 |
|
twinaphex
|
e1c139dda6
|
Buildfix
|
2017-09-05 00:10:24 +02:00 |
|
twinaphex
|
29af83f8e3
|
Fix some format-truncation warnings
|
2017-08-10 23:07:27 +02:00 |
|
twinaphex
|
cfc7f4c8c7
|
Cleanups
|
2017-07-23 19:46:11 +02:00 |
|
Twinaphex
|
d561c7ff2d
|
Revert "Don't show this warning when HAVE_SHADER_PIPELINE is not defined"
This reverts commit 431f1b4b7f .
|
2017-06-28 05:02:31 +02:00 |
|
Twinaphex
|
431f1b4b7f
|
Don't show this warning when HAVE_SHADER_PIPELINE is not defined
|
2017-06-28 05:01:55 +02:00 |
|
twinaphex
|
03ee897ae2
|
Try implementing core context version of XMB ribbon
|
2017-06-27 06:31:18 +02:00 |
|
Twinaphex
|
e2be9e659d
|
Silence some warnings
|
2017-06-08 02:44:38 +02:00 |
|
twinaphex
|
efce4d0abf
|
Revert "Add cb_set_shader_coords"
This reverts commit 06df028722 .
|
2017-05-19 21:21:40 +02:00 |
|
twinaphex
|
06df028722
|
Add cb_set_shader_coords
|
2017-05-19 21:13:44 +02:00 |
|
Zoran Vuckovic
|
54b5d289b0
|
Fix crash in GLSL shader driver
|
2017-05-19 12:14:51 +02:00 |
|
twinaphex
|
24ce77155a
|
Cleanup
|
2017-05-19 03:52:04 +02:00 |
|
twinaphex
|
59b3344e72
|
Combine video_driver.c and video_shader_driver.c
|
2017-05-18 14:47:24 +02:00 |
|
twinaphex
|
4e7b376e18
|
Cleanups
|
2017-05-18 14:31:40 +02:00 |
|
twinaphex
|
cb529822c6
|
Cleanups
|
2017-05-18 14:27:37 +02:00 |
|
twinaphex
|
374f8e8a19
|
Cleanups
|
2017-05-18 14:22:50 +02:00 |
|
twinaphex
|
2f72506959
|
Bind default function to filter_type callback
|
2017-05-18 14:20:05 +02:00 |
|
twinaphex
|
9d11133edf
|
Cleanups - get rid of if conditionals
|
2017-05-18 14:18:01 +02:00 |
|
twinaphex
|
1411b9ee6e
|
Do away with all these if conditionals
|
2017-05-18 14:06:50 +02:00 |
|
twinaphex
|
126a5bf121
|
Use string_is_equal_fast/string_is_not_equal_fast
|
2017-05-16 04:00:37 +02:00 |
|
aliaspider
|
66c8778878
|
'es' is required after #version 300.
|
2017-05-12 01:29:02 +01:00 |
|
aliaspider
|
1223309052
|
better handling of existing #version directive in glsl shaders.
|
2017-05-11 05:14:11 +01:00 |
|
twinaphex
|
57089dc108
|
Update gl_common.c - update CHANGES.md
|
2017-05-11 02:56:11 +02:00 |
|
twinaphex
|
e0c0815f42
|
(shader_vulkan.cpp) cleanups - don't use memset
|
2017-05-10 06:40:21 +02:00 |
|
twinaphex
|
1b302d6e40
|
(shader_vulkan.cpp) Cleanups
|
2017-05-10 06:31:06 +02:00 |
|
twinaphex
|
865ec1eb71
|
Cleanup
|
2017-05-10 06:23:53 +02:00 |
|
hunterk
|
7f8d4479f4
|
fix version directives in GLSL shaders, courtesy of aliaspider
|
2017-05-09 23:20:00 -05:00 |
|
twinaphex
|
9e7ac432c3
|
Try to prevent null pointer dereference
|
2017-04-28 12:07:11 +02:00 |
|
twinaphex
|
15a8f0c485
|
Wrap some more settings manipulation
|
2017-04-25 15:31:32 +02:00 |
|
twinaphex
|
d77da6b53d
|
Fix bug in shader_glsl.c
|
2017-04-21 23:10:55 +02:00 |
|
twinaphex
|
284e6b2994
|
Replace more instances of string_is_equal
|
2017-04-21 22:51:04 +02:00 |
|
twinaphex
|
f9bc2d3783
|
Use memcmp instead of string_is_equal where possible for
better performance
|
2017-04-21 22:47:15 +02:00 |
|
twinaphex
|
755ceda4f9
|
More consistent log messages
|
2017-03-24 00:30:14 +01:00 |
|
twinaphex
|
17235d70e2
|
Create set_coords_fallback for shader driver
|
2017-03-23 21:49:29 +01:00 |
|
twinaphex
|
17739435de
|
Cleanups
|
2017-03-07 12:59:58 +01:00 |
|
twinaphex
|
4118d0bbd2
|
Cleanups
|
2017-03-07 12:49:52 +01:00 |
|
twinaphex
|
f4ac760178
|
Cleanups
|
2017-03-07 12:37:11 +01:00 |
|
twinaphex
|
cb1c8df547
|
Simplify gl_glsl_set_coords
|
2017-03-07 12:35:29 +01:00 |
|
Twinaphex
|
43c32aad3d
|
Silence more warnings
|
2017-02-26 22:16:03 +01:00 |
|
Twinaphex
|
b7b3b2cb5f
|
Try to prevent truckload of warnings on iOS
|
2017-02-26 10:33:03 +01:00 |
|
Hans-Kristian Arntzen
|
2d88530c98
|
Vulkan: Simple snow pipeline works.
Some other fixes too.
|
2017-02-20 20:53:59 +01:00 |
|
twinaphex
|
81b529696f
|
Cleanups
|
2017-01-23 02:33:46 +01:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
twinaphex
|
219a07f709
|
(hlsl) Fix
|
2017-01-19 21:21:53 +01:00 |
|
twinaphex
|
28195ee517
|
(HLSL) Buildfixes
|
2017-01-19 21:20:05 +01:00 |
|
twinaphex
|
861ad8b3ab
|
(XDK360) Another buildfix
|
2017-01-19 21:05:04 +01:00 |
|
twinaphex
|
0edbf8d5c9
|
(shader_hlslc.) Another buildfix
|
2017-01-19 20:56:07 +01:00 |
|
twinaphex
|
98f0422b20
|
(HLSL) Fix typo
|
2017-01-19 20:50:00 +01:00 |
|