Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AsahiLinux/gpu
Dissecting the M1's GPU for 3D acceleration
https://github.com/AsahiLinux/gpu
Last synced: 9 days ago
JSON representation
Dissecting the M1's GPU for 3D acceleration
- Host: GitHub
- URL: https://github.com/AsahiLinux/gpu
- Owner: AsahiLinux
- Archived: true
- Created: 2021-01-07T15:49:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T14:09:45.000Z (over 2 years ago)
- Last Synced: 2024-08-01T13:18:57.785Z (3 months ago)
- Language: C
- Size: 301 KB
- Stars: 982
- Watchers: 81
- Forks: 43
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Asahi GPU
Research for an open source graphics stack for Apple M1.
As development of a Mesa driver has begun, development work has moved in-tree in [Mesa](https://gitlab.freedesktop.org/mesa/mesa/). As such this repository is no longer in use.
## wrap
Build with the included makefile `make wrap.dylib`, and insert in any Metal application by setting the environment variable `DYLD_INSERT_LIBRARIES=/Users/bloom/gpu/wrap.dylib`.
## Contributors
* Alyssa Rosenzweig (`bloom`) on IRC, working on the command stream and ISA
* marcan, working on kernel side## Contributing
All contributors are expected to abide by our [Code of Conduct](https://asahilinux.org/code-of-conduct) and our [Copyright and Reverse Engineering Policy](https://asahilinux.org/copyright).
For more information, please see our [Contributing](https://asahilinux.org/contribute/) page.