summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Fix `^=` operator in shadersYuri Roubinsky2021-12-031-1/+6
* Merge pull request #55474 from akien-mga/copy-operators-no-referenceRémi Verschelde2021-12-022-4/+2
|\
| * Don't return reference on copy assignment operatorsRémi Verschelde2021-11-302-4/+2
* | Merge pull request #53904 from ChristopheClaustre/bugfix_shader_compile_spirv...Rémi Verschelde2021-12-021-3/+7
|\ \
| * \ Merge branch 'godotengine:master' into bugfix_shader_compile_spirv_from_sourcechris.clst2021-11-1453-370/+613
| |\ \
| * | | rendering_device: if one compiles with at least on stage without sources, it ...ChristopheClaustre2021-11-091-3/+7
* | | | Merge pull request #55402 from TokageItLab/fixed-immediatemesh-minimum-aabbRémi Verschelde2021-12-022-59/+60
|\ \ \ \
| * | | | Fixed minimum size of aabb in ImmediateMesh to draw only one vertexSilc 'Tokage' Renew2021-12-022-59/+60
* | | | | Fix shader crash when using existed constant name for structYuri Roubinsky2021-12-011-7/+2
* | | | | Fix declaring array size twice in global shader constantYuri Roubinsky2021-12-011-20/+34
* | | | | Allow using empty statements in the shader, added formatting warningYuri Roubinsky2021-12-015-3/+25
* | | | | Merge pull request #55490 from Chaosus/fix_shader_crashRémi Verschelde2021-11-301-1/+1
|\ \ \ \ \
| * | | | | Fix shader crash when assigning array to non-array in global constantYuri Roubinsky2021-11-301-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #55431 from Chaosus/shader_fix_constantsRémi Verschelde2021-11-303-29/+46
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix built-in(PI, TAU, E) assignment to a global constant in a shaderYuri Roubinsky2021-11-293-29/+46
| |/ / /
* / / / Fix `INDEX` built-in in a process function of particle shaderYuri Roubinsky2021-11-291-1/+1
|/ / /
* | | Fix `TIME` using in custom functions of particle shaderYuri Roubinsky2021-11-261-1/+1
* | | Merge pull request #55311 from Chaosus/fix_uniform_arrayRémi Verschelde2021-11-262-2/+14
|\ \ \
| * | | Fix uniform array alignment to fix a bugYuri Roubinsky2021-11-252-2/+14
* | | | Merge pull request #55325 from Calinou/fsr-use-warn-printRémi Verschelde2021-11-261-3/+3
|\ \ \ \
| * | | | Use `WARN_PRINT_ONCE()` for FSR-related warning messagesHugo Locurcio2021-11-251-3/+3
* | | | | Merge pull request #55313 from nekomatata/bounce-energy-stabilityRémi Verschelde2021-11-256-20/+24
|\ \ \ \ \
| * | | | | Fix RigidDynamicBody gaining momentum with bouncePouleyKetchoupp2021-11-256-20/+24
| | |/ / / | |/| | |
* | | | | Merge pull request #55310 from Ev1lbl0w/fix_headless_window_errorsRémi Verschelde2021-11-251-3/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Added more empty definitions for headless display serverRicardo Subtil2021-11-251-3/+13
| |/ / /
* / / / Remove disabled debug code in ClusterBuilderRDHugo Locurcio2021-11-251-8/+0
|/ / /
* | | Revert "Pushes array of uniforms to first place in the buffer"Yuri Roubinsky2021-11-251-14/+4
* | | [macOS / iOS] Use non atomic operation to store facing bits on MoltenVK.bruvzg2021-11-251-0/+4
* | | Merge pull request #51679 from Je06jm/fsrRémi Verschelde2021-11-2423-123/+692
|\ \ \
| * | | Implemented AMD's FSR as a computer shader for upscaling 3D scenesJe06jm2021-11-2323-123/+692
* | | | Merge pull request #55281 from bruvzg/mvk_fog_volumesRémi Verschelde2021-11-244-0/+113
|\ \ \ \
| * | | | [macOS / iOS] Use storage buffers instead of unsupported images for the volum...bruvzg2021-11-244-0/+113
| |/ / /
* / / / Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-2313-21/+21
|/ / /
* | | Prevent return statement from using in block in shader main functionsYuri Roubinsky2021-11-231-5/+5
* | | Add wakeup() conditional if previous gravity was 0Brennen Green2021-11-222-0/+6
* | | Add methods to get position from column and line in TextEditYuri Sizov2021-11-224-0/+34
* | | Add area to moved list when changing monitorable,Marcel Admiraal2021-11-206-8/+18
* | | Allow passing non-variable constant to const function param in shadersYuri Roubinsky2021-11-192-11/+14
* | | Merge pull request #55084 from JFonS/fix_depth_prepassRémi Verschelde2021-11-1810-21/+41
|\ \ \
| * | | Fix Depth-Prepass transparency modejfons2021-11-1810-21/+41
* | | | Merge pull request #55085 from JFonS/transparency_fixesRémi Verschelde2021-11-182-7/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Fix transparency state initializationjfons2021-11-122-7/+11
* | | | Merge pull request #55074 from nekomatata/fix-soft-body-gravityRémi Verschelde2021-11-182-11/+2
|\ \ \ \
| * | | | Fix applied gravity on soft bodiesPouleyKetchoupp2021-11-172-11/+2
* | | | | Fix contact generation with backface collision disabledPouleyKetchoupp2021-11-174-22/+78
|/ / / /
* | | | Fix rest_info returning no result with high margin and low motionPouleyKetchoupp2021-11-172-12/+10
* | | | Merge pull request #55029 from clayjohn/VULKAN-SRGBRémi Verschelde2021-11-175-1/+11
|\ \ \ \
| * | | | Fix SRGB conversions in Vulkan Rendererclayjohn2021-11-165-1/+11
* | | | | Merge pull request #55036 from nekomatata/bvh-fix-updateCamille Mohr-Daurat2021-11-162-2/+6
|\ \ \ \ \
| * | | | | Fix physics BVH pairing for teleported or fast moving objectsPouleyKetchoupp2021-11-162-2/+6
| |/ / / /