summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #42761 from fire/color-grading-3dRémi Verschelde2020-11-2810-17/+71
|\
| * Environment brightness, contrast, saturation restore with color correction.clayjohn2020-11-2810-17/+71
* | Merge pull request #43828 from Chaosus/restore_line_antialiasingYuri Roubinsky2020-11-285-58/+103
|\ \
| * | Restored antialiased lines by emulation using triangle stripsYuri Roubinsky2020-11-275-58/+103
* | | Merge pull request #42987 from clayjohn/VULKAN-sky-onlyRémi Verschelde2020-11-2810-24/+72
|\ \ \
| * | | Add sky_only setting to DirectionalLight3Dsclayjohn2020-10-2110-24/+72
* | | | Merge pull request #41100 from bruvzg/ctl_text_server_interfaceRémi Verschelde2020-11-283-1/+1707
|\ \ \ \ | |_|/ / |/| | |
| * | | [Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...bruvzg2020-11-263-1/+1707
| | |/ | |/|
* / | Implement signed distance fields for 2D shadersreduz2020-11-2620-88/+929
|/ /
* | fix for two incorrectly bound texture formatsJordan Schidlowsky2020-11-193-3/+31
* | Check uniform set validity before freeingNick Swoboda2020-11-181-1/+3
* | Remove empty lines around braces with the formatting scriptAaron Franke2020-11-1632-85/+0
* | Merge pull request #42167 from madmiraal/fix-42108Rémi Verschelde2020-11-164-12/+2
|\ \
| * | Remove the unnecessary sync() and the restrictions it imposes on 3D Physics.Marcel Admiraal2020-09-184-12/+2
* | | Fix new transform to pixel snapping logicRémi Verschelde2020-11-151-1/+1
* | | Remove Attempted to free invalid ID errorRafał Mikrut2020-11-101-2/+0
* | | Merge pull request #43333 from YeldhamDev/global_rate_scale_minRémi Verschelde2020-11-101-0/+2
|\ \ \
| * | | Disallow setting the AudioServer's 'global_rate_scale' to a value equal or in...Michael Alexsander2020-11-051-0/+2
* | | | Variant: Rename Type::_RID to Type::RIDRémi Verschelde2020-11-092-5/+5
* | | | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-0770-110/+110
* | | | Fix "unifom" typo in RasterizerStorageRD methodHugo Locurcio2020-11-063-3/+3
|/ / /
* | | doc: Sync classref with current source + fixup some bindingsRémi Verschelde2020-11-042-0/+8
* | | Implement DirectionalLight2Dreduz2020-11-0412-190/+566
* | | Alpha Hash and Alpha2Coverage ImplementationMarios Staikopoulos2020-11-024-13/+152
* | | Refactor pixel snapping.reduz2020-10-3012-22/+68
* | | Implement CanvasGroup and CanvasItem clippingreduz2020-10-2813-48/+370
* | | Merge pull request #43058 from clayjohn/VULKAN-FXAA-bugRémi Verschelde2020-10-251-3/+2
|\ \ \
| * | | Remove extra exposure multiply in FXAAclayjohn2020-10-241-3/+2
* | | | Refactored 2D shader and lighting systemreduz2020-10-2417-929/+982
|/ / /
* | | Merge pull request #42949 from DavidSichma/shaderglobalsRémi Verschelde2020-10-221-7/+7
|\ \ \
| * | | Shader globals bugfixesDavid Sichma2020-10-211-7/+7
* | | | Fix textureSize & texelFetch shader compilation errorsYuri Roubinsky2020-10-211-0/+2
| |_|/ |/| |
* | | Remove unused `#define` from the tonemap shaderHugo Locurcio2020-10-201-2/+0
|/ /
* | Merge pull request #42915 from Yetizone/negative_lights_behaviorRémi Verschelde2020-10-191-0/+4
|\ \
| * | tonemap.glsl: Ensure color parameter of tonemap_reinhard() is positiveYetizone2020-10-201-0/+4
* | | Merge pull request #42913 from Calinou/debanding-fix-brightnessRémi Verschelde2020-10-191-2/+4
|\ \ \
| * | | Fix debanding slightly brightening the whole viewportHugo Locurcio2020-10-191-2/+4
| |/ /
* / / Fix invalid buffer updates in SDFGIreduz2020-10-191-87/+94
|/ /
* | Fixup method binding from #42910Rémi Verschelde2020-10-191-1/+1
* | Merge pull request #42046 from Chaosus/fix_default_textureJuan Linietsky2020-10-191-1/+7
|\ \
| * | Fix setting the default texture to shaderYuri Roubinsky2020-10-181-1/+7
* | | Merge pull request #38097 from Calinou/add-viewport-debandingJuan Linietsky2020-10-1912-9/+53
|\ \ \
| * | | Add a debanding property to ViewportHugo Locurcio2020-08-1412-9/+53
* | | | Revert "Replace SAO implementation with MSSAO"Juan Linietsky2020-10-1819-1041/+735
* | | | Merge pull request #42077 from clayjohn/MSSAOJuan Linietsky2020-10-1819-735/+1041
|\ \ \ \
| * | | | Replace SAO implementation with MSSAOclayjohn2020-10-1819-735/+1041
| | |/ / | |/| |
* | | | Merge pull request #41415 from clayjohn/VULKAN-shader-overridesJuan Linietsky2020-10-185-1/+42
|\ \ \ \
| * | | | Add FOG, RADIANCE, and IRRADIANCE shader overridesclayjohn2020-10-185-1/+42
* | | | | Merge pull request #42201 from clayjohn/Vulkan-new-glowJuan Linietsky2020-10-1811-115/+117
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Optimize Glow with local memoryclayjohn2020-10-1811-115/+117