summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #91100 from bruvzg/x_finksRémi Verschelde2024-04-292-3/+63
|\
| * Add symlink API support for Windows, expose symlink methods.bruvzg2024-04-282-3/+63
* | Merge pull request #91247 from AThousandShips/callable_fixRémi Verschelde2024-04-291-2/+2
|\ \
| * | Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-271-2/+2
| |/
* | Merge pull request #71975 from AThousandShips/file_case_warningRémi Verschelde2024-04-291-10/+55
|\ \
| * | [Windows] Improve warning for path casing.A Thousand Ships2024-04-271-10/+55
| |/
* | Merge pull request #61006 from bruvzg/libbacktrceRémi Verschelde2024-04-292-0/+46
|\ \ | |/ |/|
| * [Windows] Enable crash reporter on MinGW builds, use libbacktrace to generate...bruvzg2024-04-222-0/+46
* | Fix issue in shadow to opacityBastiaan Olij2024-04-261-9/+2
* | Merge pull request #91176 from clayjohn/GL-adjustmentsRémi Verschelde2024-04-269-414/+105
|\ \
| * | Add adjustments and color correction to Compatibility rendererclayjohn2024-04-259-414/+105
| |/
* | Merge pull request #91169 from DarioSamo/render_pass_2_fallback_fixRémi Verschelde2024-04-261-1/+1
|\ \
| * | Fix crash on compatibility fallback when vkCreateRenderPass2KHR is unavailable.Dario2024-04-251-1/+1
* | | Merge pull request #90920 from clayjohn/2D-light-cullRémi Verschelde2024-04-261-4/+6
|\ \ \
| * | | Exit light calculation early when pixel outside of light bounding rectangleclayjohn2024-04-191-4/+6
* | | | Add LIGHT_VERTEX to fragment shaderRob Blanckaert2024-04-252-0/+16
| |/ / |/| |
* | | Fixes SDF Collision Enable/Disablecosparks2024-04-221-1/+1
| |/ |/|
* | Merge pull request #90403 from bruvzg/file_resizeRémi Verschelde2024-04-226-0/+40
|\ \
| * | [FileAccess] Implement `resize` method.bruvzg2024-04-126-0/+40
* | | Collapse the gdextension arguments into the `GDExtensionData` structFredia Huya-Kouadio2024-04-192-4/+4
* | | Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-192-2/+2
| |/ |/|
* | Fixed unshaded mode lightmapsOxi2024-04-171-25/+33
* | Merge pull request #90358 from KoBeWi/finding_errors_in_other_appsRémi Verschelde2024-04-162-0/+51
|\ \
| * | Add get_process_exit_code() methodkobewi2024-04-162-0/+51
| |/
* | Merge pull request #90268 from RandomShaper/wtp_serversRémi Verschelde2024-04-153-22/+0
|\ \
| * | Use WorkerThreadPool for Server threadsJuan Linietsky2024-04-101-6/+0
| * | Polish interaction between windowing, input and renderingPedro J. Estébanez2024-04-102-16/+0
* | | [Unix / DirAccess] Fix removing directory symlinks with `remove`, ensure `era...bruvzg2024-04-121-2/+2
| |/ |/|
* | Merge pull request #87117 from DmitriySalnikov/rename_pdbRémi Verschelde2024-04-112-2/+2
|\ \ | |/ |/|
| * Add renaming of PDB files to avoid blocking themDmitriySalnikov2024-04-052-2/+2
* | Merge pull request #89729 from jitspoe/master.shadow_distance_fade_optimizationRémi Verschelde2024-04-101-0/+23
|\ \
| * | Shadow fade for omni lights actually stops the shadow from updating while fad...jitspoe2024-03-251-0/+23
* | | Add reflection probe support to compatibility renderer using 2 probe approach.Bastiaan Olij2024-04-0915-207/+1160
* | | Fix OpenGL: _shadow_atlas_find_shadow: Condition "!sli" is true.ArthasMenethil2024-04-051-1/+5
| |/ |/|
* | Merge pull request #89398 from clayjohn/visual-debugger-coverageRémi Verschelde2024-04-041-0/+6
|\ \
| * | Increase coverage of timestamps for visual profilerclayjohn2024-04-031-0/+6
* | | Merge pull request #88816 from joined72/gles3_gpuparticles2d_fixesRémi Verschelde2024-04-046-63/+88
|\ \ \
| * | | Fix CPU/GPUParticles2D bugs on Compatibility Rendering (GLES3) on Adreno 3XX ...joined722024-04-026-63/+88
* | | | Use Reverse Z for the depth bufferKhasehemwy2024-04-046-28/+39
| |/ / |/| |
* | | Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-276-0/+638
* | | Add 'override' mark to ResourceFormat classppphp2024-03-251-3/+3
* | | Merge pull request #89111 from AThousandShips/vec_useRémi Verschelde2024-03-242-4/+2
|\ \ \
| * | | Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-202-4/+2
| | |/ | |/|
* / | Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-2/+11
|/ /
* | Merge pull request #89270 from Repiteo/enforce-typename-in-templatesRémi Verschelde2024-03-141-1/+1
|\ \
| * | Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* | | clang-tidy: Enforce `modernize-use-nullptr`Thaddeus Crews2024-03-128-18/+18
* | | Merge pull request #86936 from akx/env-utf-8Rémi Verschelde2024-03-111-3/+8
|\ \ \
| * | | Attempt to parse environment variables as UTF-8Aarni Koskela2024-01-071-3/+8
* | | | Fix audio crackling issues due to incorrect WASAPI buffer sizeAlexOtsuka2024-03-081-2/+7