summaryrefslogtreecommitdiff
path: root/servers/visual
AgeCommit message (Expand)Author
2020-01-23Hides high-level functions from GLES2 shader autocompletionYuri Roubinsky
2020-01-23Merge pull request #35360 from Chaosus/restrict_uint_gles2Rémi Verschelde
2020-01-22Merge pull request #35406 from lawnjelly/ortho-shadowRémi Verschelde
2020-01-22Change CameraMatrix::get_viewport_size to get_viewport_half_extentslawnjelly
2020-01-21Remove unused #if 0'ed codeRémi Verschelde
2020-01-20Disallow uint/uvec usage on GLES2 platformYuri Roubinsky
2020-01-19Clears completion_class in shaders (may cause troubles if not).Yuri Roubinsky
2020-01-18Added missing form of array constructor in shadersYuri Roubinsky
2020-01-16Disabled array initialization, const array and arr.length in shadersYuri Roubinsky
2020-01-12Make texture_debug_usage thread safeclayjohn
2020-01-10Fix nested break/return in shader switch statementYuri Roubinsky
2020-01-08Merge pull request #34671 from Chaosus/shader_hex_supportRémi Verschelde
2020-01-06Add VisualServer methods to get the video adapter name and vendorHugo Locurcio
2020-01-03Merge pull request #34726 from nekomatata/polygon2d-antialiasing-fixRémi Verschelde
2020-01-01Fixed antialiasing option for Polygon2DPouleyKetchoupp
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-29Support for hex numbers in shadersYuri Roubinsky
2019-12-10Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-12-03Merge pull request #34061 from Chaosus/fix_shader_constRémi Verschelde
2019-12-03Merge pull request #33857 from nekomatata/polygon-2d-antialiasingRémi Verschelde
2019-12-02Fix expressions for global constants in shadersYuri Roubinsky
2019-11-28Fixed antialiased option for Polygon2D / Line2DPouleyKetchoupp
2019-11-27Fix crash when disabling a YSort nodeBojidar Marinov
2019-11-18Fix Visual Studio throwing C4146 warning.Marcel Admiraal
2019-11-09Fixed Particles restart after visibility has been set to off and on againPouleyKetchoupp
2019-11-05Merge pull request #33153 from raphael10241024/fix_occluderRémi Verschelde
2019-11-03Prevents usage of unsupported texture shader types in GLES2Yuri Roubinsky
2019-11-02Removed switch operator from GLES2 shader back-endYuri Roubinsky
2019-10-31Prevents shader crash on GLES2 if unsupported built-in has been usedYuri Roubinsky
2019-10-29Added check if field name in the shader is equal to builtinYuri Roubinsky
2019-10-29fix occluders positions error under canvas_layer, close #32880RaphaelHunter
2019-10-28Fix shader crash if non-boolean expression inserted into "if"Yuri Roubinsky
2019-10-26Improve error messages related to `shader_type`Hugo Locurcio
2019-10-13Properly free sky and lightmap caches in multithreaded serverclayjohn
2019-10-08Fix invalid autocompletion pasting of shader param nameYuri Roubinsky
2019-10-08Merge pull request #32571 from DavidSichma/rect_flipRémi Verschelde
2019-10-06Prevent shader crash if name of variable overrides function nameYuri Roubinsky
2019-10-06Prevent shader crash if function call been used on constantYuri Roubinsky
2019-10-06Fix few redefinition name errors for variable/param/function in shadersYuri Roubinsky
2019-10-05Correctly flip texture src regionDavid Sichma
2019-10-02Removed unnecessary shader error log messagesYuri Roubinsky
2019-09-23Merge pull request #32275 from godotengine/skin_supportRémi Verschelde
2019-09-20Merge pull request #32150 from luzpaz/typosRémi Verschelde
2019-09-19Fix misc. source comment typosluz.paz
2019-09-19Merge pull request #31202 from azagaya/light-dataRémi Verschelde
2019-09-18Added skin support and simplified APIs to override bone position.Juan Linietsky
2019-09-14Implement shader array support for varyingsChaosus
2019-09-06Create shadow_vec for altering shadow computationazagaya
2019-08-28Fix shader crash when users miss the return statementYuri Roubinski