summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-042-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #98774 from dustdfg/scons_use_glob_remove_stale_checkThaddeus Crews2024-11-041-8/+8
|\ \ \ \
| * | | | Deleted stale check. Now SCons supports globbing with `#` inside pathYevhen Babiichuk (DustDFG)2024-11-021-8/+8
| |/ / /
* | | | Merge pull request #98709 from darksylinc/matias-upsidedown-splashThaddeus Crews2024-11-042-0/+27
|\ \ \ \
| * | | | Fix splash screen upside down on AndroidMatias N. Goldberg2024-10-312-0/+27
* | | | | Merge pull request #98701 from DarioSamo/rd-graph-improvementsThaddeus Crews2024-11-041-0/+2
|\ \ \ \ \
| * | | | | Add dependency detection improvements to the render graph.Dario2024-11-011-0/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #96705 from elmajime/camera_from_external_feedThaddeus Crews2024-11-047-1/+271
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added external camera feed from external plugin on Androidmaxime.chambefort2024-10-307-1/+271
| | |/ / | |/| |
* | | | Revert "Fix GPUParticles are not rendered for older AMD GPUs with OpenGL+Angle"clayjohn2024-10-294-19/+41
| |/ / |/| |
* | | Merge pull request #88628 from bruvzg/i_have_no_idea_what_im_doingThaddeus Crews2024-10-294-16/+63
|\ \ \
| * | | [macOS/iOS] Use hardware sampling rates for audio I/O.bruvzg2024-10-254-16/+63
* | | | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-2913-40/+40
|\ \ \ \
| * | | | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-2513-40/+40
| |/ / /
* | | | Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebasedClay John2024-10-292-9/+153
|\ \ \ \
| * | | | Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-282-9/+153
| | |_|/ | |/| |
* | | | Merge pull request #98279 from Calinou/vulkan-d3d12-silence-using-present-modeClay John2024-10-272-5/+1
|\ \ \ \
| * | | | Remove "Using present mode" verbose prints in Vulkan and Direct3D 12Hugo Locurcio2024-10-172-5/+1
| |/ / /
* | | | Merge pull request #98425 from darksylinc/matias-breadcrumbs-race-fixThaddeus Crews2024-10-252-57/+183
|\ \ \ \
| * | | | Fix race conditions in breadcrumbsMatias N. Goldberg2024-10-222-57/+183
* | | | | Merge pull request #97771 from dsnopek/openxr-linux-eglThaddeus Crews2024-10-252-0/+26
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | OpenXR: Add support for Wayland on LinuxDavid Snopek2024-10-042-0/+26
* | | | | Merge pull request #98448 from Chaosus/shader_global_builtinsYuri Rubinsky2024-10-251-2/+2
|\ \ \ \ \
| * | | | | Make `OUTPUT_IS_SRGB/CLIP_SPACE_FAR` shader built-ins globalChaosus2024-10-241-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #98305 from cadence-s/fix-ios-audio-driver-errorClay John2024-10-241-1/+1
|\ \ \ \ \
| * | | | | Fix iOS audio driver attempting to start output too earlyCadence2024-10-181-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #85338 from EMBYRDEV/shadow-caster-maskThaddeus Crews2024-10-242-0/+20
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add `shadow_caster_mask` to Light3D.Hannah Crawford2024-08-122-0/+20
* | | | | Merge pull request #98294 from Calinou/texture-placeholders-use-shared-copyThaddeus Crews2024-10-212-32/+36
|\ \ \ \ \
| * | | | | Use a shared copy of placeholder textures, tweak placeholder appearanceHugo Locurcio2024-10-182-32/+36
| | |/ / / | |/| | |
* | | | | Merge pull request #98388 from DarioSamo/sync-fixesThaddeus Crews2024-10-212-7/+44
|\ \ \ \ \
| * | | | | Improve synchronization of rendering commands after changes from transfer que...Dario2024-10-212-7/+44
* | | | | | Merge pull request #98237 from dustdfg/os_transitive_image_headers_refactorThaddeus Crews2024-10-212-0/+2
|\ \ \ \ \ \
| * | | | | | Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-182-0/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #98212 from stuartcarnie/sgc/metal_improvementsThaddeus Crews2024-10-213-43/+146
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Metal: Performance improvements and bug fixesStuart Carnie2024-10-203-43/+146
| |/ / / /
* / / / / Move transitions of textures initialized by transfer workers to the main grap...Dario2024-10-182-0/+5
|/ / / /