summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | | | Fix: Error output is not require, `VK_QUEUE_TRANSFER_BIT` is optional.Alexander Hartmann2024-11-191-1/+3
|/ / /
* | | 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
|/ / / / / /
* | | / / / 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 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 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
| |/ / / / / /
* | | | | | | Merge pull request #98307 from clayjohn/Light2D-shadow-projectionThaddeus Crews2024-11-101-17/+28
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Precompute projection matrices when rendering 2D shadowsclayjohn2024-10-181-17/+28
* | | | | | | Account for the case surface_capabilities.currentExtent is unsetTrevor Davenport2024-11-052-8/+14
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #86138 from EnlightenedOne/masterThaddeus Crews2024-11-042-1/+7
|\ \ \ \ \ \
| * | | | | | Fix Frustum Sky projection translation logic, all pipelines, fixes 63863EnlightenedOne2024-11-022-1/+7
* | | | | | | Merge pull request #93401 from Repiteo/style/clang-tidy-fixesThaddeus Crews2024-11-047-18/+18
|\ \ \ \ \ \ \
| * | | | | | | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-046-16/+16