summaryrefslogtreecommitdiffstats
path: root/drivers/metal
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-1/+2
|\
| * 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 commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-154-4/+25
|\| |
| * | Metal: Ensure position invariance is captured from SPIRV-CrossStuart Carnie2024-11-151-3/+15
| * | Use afterMinimumDuration to correct frame pacingmrsaturnsan2024-11-124-1/+10
* | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-115-188/+337
|\| |
| * | Metal: Multiview supportStuart Carnie2024-11-065-188/+337
| |/
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-302-3/+3
|\|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-252-3/+3
* | Fix copyright headers referring to GodotSpartan3222024-10-2711-22/+22
* | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-223-43/+146
|\|
| * Metal: Performance improvements and bug fixesStuart Carnie2024-10-203-43/+146
* | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-1/+2
|\|
| * 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
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1111-0/+22
* | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-115-17/+17
|/ /
* | 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 #97483 from akien-mga/clang-format-19.1.0Rémi Verschelde2024-09-261-1/+1
|\ \
| * | CI: Update `clang-format` pre-commit hook to 19.1.0Rémi Verschelde2024-09-261-1/+1
| |/
* / SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|/
* [2D,Metal]: Fix subpixel blending; fix inconsistent blend state in MetalStuart Carnie2024-09-202-0/+11
* Metal: fix out of bounds crash when using debug draw modesStuart Carnie2024-09-111-3/+3
* Fixed compiler errorMiley Hollenberg2024-09-051-1/+1
* Merge pull request #96351 from stuartcarnie/sgc/metal_light_betsyRémi Verschelde2024-09-032-103/+141
|\
| * Metal: enable for betsy and lightmapper modulesStuart Carnie2024-08-312-103/+141
* | Metal: bind index buffer with offsetPatrick Dawson2024-08-302-2/+7
|/
* Metal: Use correct operator to ensure all specialisation constants are appliedStuart Carnie2024-08-281-1/+1
* Metal: Minor improvements to #96052; update logger subsystem nameStuart Carnie2024-08-273-31/+22
* Metal: Improve startup times by using concurrent shader compilation APIsStuart Carnie2024-08-255-30/+403
* Metal: fix artefacts for mobile render method and return false for multi-view...Stuart Carnie2024-08-221-2/+12
* Add debug utilities for VulkanMatias N. Goldberg2024-08-212-0/+15
* Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-2013-0/+9209