-
Because the gpu renderer has multiple issues when used in threaded applications (https://github.com/libsdl-org/SDL/issues/11048, https://github.com/libsdl-org/SDL/issues/9698) I think metal should be …
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include re…
-
The CI/CD actions for SDL3 on Apple platforms are compiled against the newest macOS/iOS/tvOS version, meaning it will:
- miss errors that result from unchecked API usage beyond the minimum required v…
-
The 15 character limit is an archaic limitation of Linux/Android, and not macOS/iOS. So the name here doesn't need truncated in TaskSystem.cpp
```
#elif (defined _GNU_SOURCE || defined __clang__…
-
### System Information
OpenCV version: branch 4.x, 4.10.0-372-g3fddea2ade
OS: macos 15.1
Compiler: Apple clang version 16.0.0 (clang-1600.0.26.4) Target: x86_64-apple-darwin24.1.0
### Detailed de…
-
Cloning into 'Drafter'...
remote: Enumerating objects: 2485, done.
remote: Total 2485 (delta 0), reused 0 (delta 0), pack-reused 2485 (from 1)
Receiving objects: 100% (2485/2485), 12.68 MiB | 1.21 …
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. `nix repl`
2. `:lf github:nixos/nixpkgs/7ffd9ae656aec493492b44d0ddfb28e79a1ea25d`
3. `:b outputs.legacyPackages.aarch64-darwin.zig`
…
-
[Neovide-x86_64-apple-darwin.dmg](https://github.com/neovide/neovide/releases/download/0.13.3/Neovide-x86_64-apple-darwin.dmg) is available in [releases](https://github.com/neovide/neovide/releases), …
-
## Goal
The primary goal is to ship projection tooling along with corresponding runtime support that have ability to generate C# bindings for Swift. Our objective is not full Swift support, but a t…
-
I have already used successfully POCL on Mac Minis M1 and M2, using pyopencl and pocl. Now, I get on a brand new M4:
```
for platform in cl.get_platforms():
devices = platform.get_devices()
…