summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fix various typosluz paz2022-01-132-2/+2
* Remove mistakenly added author infoclayjohn2022-01-121-3/+0
* Merge pull request #56492 from akien-mga/remove-author-docstringsRémi Verschelde2022-01-121-6/+2
|\
| * Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-6/+2
* | New OpenGL batching canvas rendererclayjohn2022-01-1136-9222/+1960
* | WIP New GLES3 Shader Compilerreduz2022-01-1116-1665/+3463
* | Fix typos with codespellRémi Verschelde2022-01-071-1/+1
* | Merge pull request #50493 from timothyqiu/local-vector-list-initRémi Verschelde2022-01-061-4/+4
|\ \
| * | Add list initialization support for Vector & LocalVectorHaoyu Qiu2022-01-051-4/+4
* | | Fix multiple missing UTF-8 decoding.bruvzg2022-01-062-4/+4
|/ /
* | Added material_overlay property to MeshInstance3DFernando Cosentino2022-01-052-0/+4
* | Merge pull request #55790 from Calinou/renderingserver-add-device-type-getterRémi Verschelde2022-01-046-0/+20
|\ \
| * | Add `RenderingServer.get_video_adapter_type()` methodHugo Locurcio2021-12-106-0/+20
* | | Merge pull request #56305 from Calinou/rename-lod-thresholdRémi Verschelde2022-01-044-6/+6
|\ \ \ | |_|/ |/| |
| * | Rename Lod Threshold to Mesh Lod ThresholdHugo Locurcio2021-12-294-6/+6
* | | Merge pull request #51206 from clayjohn/Vulkan-ASSGIRémi Verschelde2022-01-044-4/+12
|\ \ \
| * | | Added SSIL post processing effectclayjohn2021-11-064-4/+12
* | | | Update copyright statements to 2022Rémi Verschelde2022-01-0367-134/+134
* | | | Fix various typosluz paz2022-01-022-2/+2
| |/ / |/| |
* | | drivers/vulkan: limit pEngineName to only the engine name, without its versionEric Engestrom2021-12-241-3/+1
* | | drivers/vulkan: set the engineVersion to Godot's versionEric Engestrom2021-12-231-1/+1
* | | Add / to the unix shortcut drive listHaoyu Qiu2021-12-152-0/+17
* | | Rename `hint_aniso` to `hint_anisotropy` in the shader languageHugo Locurcio2021-12-101-1/+1
| |/ |/|
* | Merge pull request #55704 from RandomShaper/fix_little_vk_mistakeRémi Verschelde2021-12-101-1/+1
|\ \
| * | Fix misuse of Vulkan enum valuePedro J. Estébanez2021-12-071-1/+1
* | | Merge pull request #55572 from aaronfranke/ci-doubleRémi Verschelde2021-12-101-29/+29
|\ \ \
| * | | Add a double-precision editor build to CIAaron Franke2021-12-091-29/+29
* | | | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-097-13/+13
|/ / /
* / / Make `compile` shader function to use struct instead long parameter listYuri Roubinsky2021-12-081-1/+7
|/ /
* | Only print message for `get_modified_time()` failure when in verbose modeHugo Locurcio2021-12-012-2/+4
* | Allow using empty statements in the shader, added formatting warningYuri Roubinsky2021-12-011-0/+4
* | Fix console colors on WindowsYuri Roubinsky2021-11-261-1/+1
* | Implemented AMD's FSR as a computer shader for upscaling 3D scenesJe06jm2021-11-235-2/+33
* | [HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer.Fabio Alessandrelli2021-11-192-4/+3
* | Allow passing non-variable constant to const function param in shadersYuri Roubinsky2021-11-191-6/+12
* | Fix data directory of unnamed projectskobewi2021-11-181-1/+1
* | Merge pull request #54880 from benjarmstrong/wasapi_input_fixRémi Verschelde2021-11-161-8/+11
|\ \
| * | Fix crash in audio callback when recording audioBenjamin Armstrong2021-11-161-8/+11
* | | Fix default_texture_param in shader pipeline to support uniform arraysYuri Roubinsky2021-11-122-16/+24
|/ /
* | Windows: Fix compilation warnings with GCC 11.2.1Rémi Verschelde2021-11-101-2/+12
* | Print the number of PulseAudio input channels when in verbose modeHugo Locurcio2021-11-091-4/+6
* | Use application name for pulseaudio deviceNathan Franke2021-11-061-1/+12
|/
* Merge pull request #54404 from ibrahn/pulsedriver-less-cowrefRémi Verschelde2021-11-011-6/+6
|\
| * AudioDriverPulseAudio: move Vector Cow access outside tight loop.Ibrahn Sahir2021-10-291-6/+6
* | Fix memory leak when using CurveTexture.set_texture_modeHaoyu Qiu2021-11-011-0/+2
* | Merge pull request #54307 from Calinou/add-opengl-renderer-squashRémi Verschelde2021-10-3134-0/+19864
|\ \
| * | Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-3136-2268/+1904
| * | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-3051-12146/+4144
| * | Add GLES2 2D renderer + Linux display managerlawnjelly2021-10-3048-0/+28230
| |/
* / Disallow compute dispatch with zero dimensions.Brian Semrau2021-10-301-0/+9
|/