summaryrefslogtreecommitdiffstats
path: root/drivers/metal
Commit message (Expand)AuthorAgeFilesLines
* 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