summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | Merge pull request #97744 from Nazarwadim/use_local_vector_for_skeletonThaddeus Crews2024-10-102-4/+4
|\ \ \
| * | | Use local vector for skeletonNazarii2024-10-022-4/+4
| | |/ | |/|
* | | Merge pull request #94952 from alvinhochun/angle-d3d11-flip-yThaddeus Crews2024-10-104-4/+99
|\ \ \
| * | | Optimize ANGLE on D3D11 to remove an extra blitAlvin Wong2024-07-314-4/+99
* | | | CI: Add MinGW/GCC build to Windows GHAThaddeus Crews2024-10-103-3/+14
* | | | Merge pull request #96819 from clayjohn/GLES3-instance-uniformsClay John2024-10-073-0/+4
|\ \ \ \
| * | | | Implement instance uniforms in Compatibility rendererclayjohn2024-09-103-0/+4
* | | | | Merge pull request #97309 from kroketio/metal-expose-device-handleClay John2024-10-071-1/+2
|\ \ \ \ \
| * | | | | Metal: expose DRIVER_RESOURCE_LOGICAL_DEVICE for get_resource_native_handle()Sander2024-09-221-1/+2
* | | | | | Merge pull request #97552 from dustdfg/drivers/use_dedicated_print_errorRémi Verschelde2024-10-041-3/+5
|\ \ \ \ \ \
| * | | | | | Use dedicated `print_error` method for colored output for unsupported driversYevhen Babiichuk (DustDFG)2024-09-271-3/+5
* | | | | | | Merge pull request #97304 from kroketio/metal-return-logical-device-handleRémi Verschelde2024-10-041-1/+5
|\ \ \ \ \ \ \
| * | | | | | | Metal: implement texture_create_from_extensionSander2024-09-221-1/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #97719 from bruvzg/cross_dev_renameRémi Verschelde2024-10-041-1/+11
|\ \ \ \ \ \ \
| * | | | | | | [Linux/BSD] Fix cross-device rename.bruvzg2024-10-021-1/+11
* | | | | | | | Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-029-257/+169
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #97676 from clayjohn/GLES3-sky-qualityRémi Verschelde2024-10-021-7/+11
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Improve the look of radiance map in Compatibility backendclayjohn2024-09-291-7/+11
* | | | | | | Merge pull request #97602 from patowen/fix-region-filter-clip-enabledRémi Verschelde2024-10-011-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Clamp UV-coordinates to centers of outermost texels when configured to do soPatrick Owen2024-09-291-1/+2
| |/ / / / / /
* / / / / / / Move Vulkan includes to a central godot_vulkan.h headerGergely Kis2024-09-294-15/+45
|/ / / / / /
* | / / / / Implement vertex shadingywmaa2024-09-294-11/+287
| |/ / / / |/| | | |