summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-274-14/+64
|\
| * Merge pull request #99606 from jamie-pate/fix_99592Thaddeus Crews2024-11-271-6/+5
| |\
| | * Fix gl_compatibility lightmap uniforms not being setJamie Pate2024-11-231-6/+5
| * | Merge pull request #99387 from 0x0ACB/direct_compositionThaddeus Crews2024-11-263-8/+59
| |\ \
| | * | Use direct composition for d3d12 backend0x0ACB2024-11-263-8/+59
* | | | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-268-93/+108
|\| | |
| * | | Convert line breaks to `\n` and strip line break from the end of string retur...Pāvels Nadtočajevs2024-11-231-1/+1
| | |/ | |/|
| * | Merge pull request #99548 from Repiteo/style/clang-format-19-optionsThaddeus Crews2024-11-221-1/+0
| |\ \
| | * | Style: Add 19.1.0 LLVM options to `.clang-format`Thaddeus Crews2024-11-221-1/+0
| * | | Mask out shadows on CanvasItems that don't have a matching item_shadow_maskclayjohn2024-11-214-78/+94
| |/ /
| * | Merge pull request #96399 from andyprice/filepermsThaddeus Crews2024-11-212-2/+2
| |\ \
| | * | unix: Limit named pipe permissions to the current userAndrew Price2024-09-061-1/+1
| | * | unix: Don't create world-writable files when safe save is enabledAndrew Price2024-09-061-1/+1
| * | | Merge pull request #94981 from Chaosus/shader_fix_screen_uv_in_spatial_lightThaddeus Crews2024-11-211-11/+11
| |\ \ \
| | * | | Allow `SCREEN_UV` to be used in light function of spatial shaderChaosus2024-11-191-11/+11
* | | | | Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-1/+3
|\| | | |
| * | | | Fix: Error output is not require, `VK_QUEUE_TRANSFER_BIT` is optional.Alexander Hartmann2024-11-191-1/+3
| |/ / /
* | | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-1916-108/+270
|\| | |
| * | | Merge pull request #98683 from clayjohn/wireframeThaddeus Crews2024-11-181-2/+2
| |\ \ \
| | * | | Ensure shadow material and mesh are not used with wireframe modeclayjohn2024-11-161-2/+2
| * | | | Merge pull request #98788 from Bonkahe/masterThaddeus Crews2024-11-182-0/+5
| |\ \ \ \
| | * | | | Implemented multimesh_get_buffer_rd_rid function into RenderingServer.David House2024-11-142-0/+5
| * | | | | Merge pull request #99026 from Faless/net/split_ipThaddeus Crews2024-11-184-74/+225
| |\ \ \ \ \
| | * | | | | [Net] Split Unix/Windows IP implementationFabio Alessandrelli2024-11-124-74/+225
| * | | | | | Merge pull request #98983 from nikitalita/patch-2Thaddeus Crews2024-11-181-1/+2
| |\ \ \ \ \ \
| | * | | | | | Prevent stack-use-after-scope in rendering_device_driver_metal.mmnikitalita2024-11-091-1/+2
| * | | | | | | Merge pull request #87558 from clayjohn/GLES3-canvas-specThaddeus Crews2024-11-184-26/+27
| |\ \ \ \ \ \ \
| | * | | | | | | Reduce shader permutations in the compatibility backendclayjohn2024-11-154-26/+27
| | | |_|_|_|_|/ | | |/| | | | |
| * / | | | | | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-174-5/+5
| |/ / / / / /
* | | | | | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-159-49/+71
|\| | | | | |
| * | | | | | Metal: Ensure position invariance is captured from SPIRV-CrossStuart Carnie2024-11-151-3/+15
| | |_|/ / / | |/| | | |
| * | | | | Merge pull request #99041 from mrsaturnsan/metal_frame_pacingThaddeus Crews2024-11-144-1/+10
| |\ \ \ \ \
| | * | | | | Use afterMinimumDuration to correct frame pacingmrsaturnsan2024-11-124-1/+10
| * | | | | | Merge pull request #99149 from mrsaturnsan/set_max_fps_fixThaddeus Crews2024-11-131-4/+1
| |\ \ \ \ \ \
| | * | | | | | Fix max FPS initializationmrsaturnsan2024-11-121-4/+1
| * | | | | | | Merge pull request #98975 from clayjohn/D3D12-event-timingThaddeus Crews2024-11-131-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Move D3D12 fence SetEventOnCompletion call to fence_wait to avoid stalling on...clayjohn2024-11-081-1/+1
| * | | | | | | | [Net] Properly rename NetSocketPosix to NetSocketUnixFabio Alessandrelli2024-11-133-40/+44
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-126-260/+888
|\| | | | | | |
| * | | | | | | Merge pull request #91201 from bruvzg/con_typeThaddeus Crews2024-11-122-4/+87
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | [OS] Add functions to determine standard I/O device type.bruvzg2024-11-062-4/+87
| * | | | | | | Merge pull request #98969 from Faless/net/split_socketsThaddeus Crews2024-11-125-256/+797
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | [Net] Split Unix/Windows NetSocket implementationFabio Alessandrelli2024-11-105-256/+797
| | | |_|_|/ / | | |/| | | |
* | | | | | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-1111-215/+447
|\| | | | | |
| * | | | | | Merge pull request #98803 from stuartcarnie/metal_multiviewThaddeus Crews2024-11-105-188/+337
| |\ \ \ \ \ \
| | * | | | | | Metal: Multiview supportStuart Carnie2024-11-065-188/+337
| * | | | | | | Merge pull request #98927 from fire/warn-file-case-mismatchThaddeus Crews2024-11-103-1/+46
| |\ \ \ \ \ \ \
| | * | | | | | | Warn on filesystem case mismatchValentin Cocaud2024-11-083-1/+46
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge pull request #98883 from ducklin5/fix/VkResultErrorThaddeus Crews2024-11-102-1/+22
| |\ \ \ \ \ \ \
| | * | | | | | | fix: add vulkan error checks in command_queue_execute_and_presentAzeez Abass2024-11-062-1/+22
| | |/ / / / / /