index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gles3
/
shaders
/
canvas.glsl
Age
Commit message (
Expand
)
Author
2017-06-28
Fixed NinePatches not working on HTML5
Robert Hernandez
2017-06-26
-Fixed SCREEN_TEXTURE and other related 2D shader parameters.
Juan Linietsky
2017-06-21
-Moved NinePatch to shader, saves a ton of draw calls rendering UI
Juan Linietsky
2017-06-21
2D GPU Particles working..
Juan Linietsky
2017-06-18
Texture rect_region drawing now clamps UV to avoid bleeding. This avoids scen...
Juan Linietsky
2017-06-17
Add normalmap support for drawing in all low level primitives. Only added sup...
Juan Linietsky
2017-06-16
TIME constant reverted to a single float, fixes #9123
Juan Linietsky
2017-06-14
Merge pull request #9109 from RandomShaper/optimize-2d-lighting
Juan Linietsky
2017-06-15
Add AT_LIGHT_PASS builtin to canvas shaders
Pedro J. Estébanez
2017-06-13
-Fixed occluder rendering, closes #8560
Juan Linietsky
2017-06-01
Rework shading modes and change location of light shader
Juan Linietsky
2017-01-14
Style: Fix whole-line commented code
Rémi Verschelde
2016-10-10
2D Shaders are working again using the new syntax, though all is buggy in gen...
Juan Linietsky
2016-10-03
Begining of GLES3 renderer:
Juan Linietsky