summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #79711 from adamscott/web-non-blocking-main-threadRémi Verschelde2023-10-092-3/+3
|\
| * Add `proxy_to_pthread` option to `platform=web`Adam Scott2023-10-092-3/+3
* | Merge pull request #83003 from AThousandShips/null_check_extraRémi Verschelde2023-10-094-8/+8
|\ \
| * | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-084-8/+8
* | | Replace `sanity` with `safety` for checksA Thousand Ships2023-10-081-1/+1
|/ /
* | Merge pull request #82892 from clayjohn/tangent-binormal-transformRémi Verschelde2023-10-061-2/+1
|\ \
| * | Only perform modelview transform on tangent and binormal when vertex shader i...clayjohn2023-10-051-2/+1
* | | Avoid default fallback material when using world_vertex_coordsclayjohn2023-10-052-1/+2
|/ /
* | Merge pull request #81827 from darksylinc/matias-vkfeatures-opt-inRémi Verschelde2023-10-051-5/+89
|\ \
| * | Opt-in to Vulkan features we actually use.Matias N. Goldberg2023-09-241-5/+89
* | | Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-059-164/+272
| |/ |/|
* | Merge pull request #81575 from bitsawer/fix_gles_instancingRémi Verschelde2023-10-052-0/+15
|\ \
| * | Fix GLES3 instanced rendering color and custom data defaultsbitsawer2023-09-292-0/+15
* | | Merge pull request #82679 from lyuma/workaround_xr_off_crashRémi Verschelde2023-10-041-0/+1
|\ \ \
| * | | Workaround crash due to null shader when running XR project with --xr-mode offLyuma2023-10-021-0/+1
| |/ /
* / / check_c_headers from tuple array to dictionaryThaddeus Crews2023-10-011-1/+1
|/ /
* | Merge pull request #77496 from clayjohn/GLES3-shadowsYuri Sizov2023-09-288-360/+2354
|\ \
| * | Implement 3D shadows in the GL Compatibility rendererclayjohn2023-09-288-360/+2354
* | | Fix build on MSVC 2017SlugFiller2023-09-271-1/+1
|/ /
* | [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-2/+2
* | Merge pull request #82359 from bitsawer/add_gles3_device_cache_keyRémi Verschelde2023-09-261-0/+8
|\ \
| * | Add device info to GLES3 shader cache key hashbitsawer2023-09-261-0/+8
* | | Merge pull request #82304 from akien-mga/windows-remove-redundant-MSVC-defineRémi Verschelde2023-09-262-17/+1
|\ \ \
| * | | Windows: Remove `MSVC` define redundant with `_MSC_VER`Rémi Verschelde2023-09-262-17/+1
| |/ /
* | | Merge pull request #82221 from Riteo/linux-ogl-no-vsync-overrideRémi Verschelde2023-09-261-6/+0
|\ \ \ | |/ / |/| |
| * | Linux/OpenGL: don't force vsync in the editorRiteo2023-09-241-6/+0
| |/
* | Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.Dario2023-09-253-2/+36
* | Expose texture_create_from_extension to GDExtensionShawn Wallace2023-09-232-2/+2
|/
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-2122-304/+883
* Polish a few things in Vulkan RDPedro J. Estébanez2023-09-191-7/+4
* Merge pull request #81160 from paddy-exe/canvas-uv-world-spaceRémi Verschelde2023-09-192-1/+6
|\
| * Add option to use world coordinates in canvas item shaderPatrick2023-08-302-1/+6
* | Fix validation error when using pipeline cache controlMatias N. Goldberg2023-09-163-1/+27
* | Merge pull request #81583 from AThousandShips/null_check_drivers_platformYuri Sizov2023-09-1519-342/+342
|\ \
| * | [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-1219-342/+342
* | | Improve GLES3 scene renderer compatibility with older devicesbitsawer2023-09-141-1/+1
|/ /
* | Merge pull request #81315 from conorlawton/z-billboard-y-velocity-no-scaleRémi Verschelde2023-09-081-4/+3
|\ \
| * | Fixed z-billboard-y-velocity to correctly respect non-uniform scale instead o...Conor Lawton2023-09-081-4/+3
* | | Haiku: Remove remnants of past WIP platform portRémi Verschelde2023-09-071-1/+1
* | | UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-073-71/+22
* | | Merge pull request #81395 from jsjtxietian/fix-clear-color-alpha-value-affect...Rémi Verschelde2023-09-071-1/+1
|\ \ \
| * | | Fix clear color's alpha value will affects 2D editor in Compatibility modejsjtxietian2023-09-071-1/+1
| | |/ | |/|
* | | Implement render mode fog_disabled and BaseMaterial3D setting Disable FogMilan Gruner2023-09-052-1/+9
| |/ |/|
* | Merge pull request #80296 from RandomShaper/overhaul_vk_pso_cacheRémi Verschelde2023-09-033-77/+95
|\ \
| * | Enhance Vulkan PSO cachingPedro J. Estébanez2023-08-303-77/+95
| |/
* | Merge pull request #81001 from RandomShaper/win_safe_saveRémi Verschelde2023-08-301-22/+17
|\ \ | |/ |/|
| * Make Windows' safe save more resilientPedro J. Estébanez2023-08-251-22/+17
* | Merge pull request #81059 from darksylinc/matias-vk-barrier-early_fragment_depthRémi Verschelde2023-08-291-4/+9
|\ \
| * | Fix missing EARLY_FRAGMENT_TESTS_BIT barrier flagsMatias N. Goldberg2023-08-271-4/+9
| |/
* | Merge pull request #80909 from adamscott/web-fix-max-uniform-buffer-size-over...Rémi Verschelde2023-08-284-18/+18
|\ \