-
Notifications
You must be signed in to change notification settings - Fork 9
Split out GPU functions into a separate library #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You mean the |
Yeah and some sloppy gpu_ functions I wrote to do think like start the gpu,
wait on F2H_BUSY, etc. And it would be nice to wrap access to gpo and gpi
to keep track of the previous brightness, etc. Thank you!
|
Mind if I do this over the weekend while you're gone? |
Fine by me.
…On Fri, May 5, 2017, 3:36 PM Brad Grantham ***@***.***> wrote:
Mind if I do this over the weekend while you're gone?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAZnu5lAzGuUNpkf0IbuJnJXHqi3zlcnks5r26RxgaJpZM4NRGlM>
.
|
This was referenced May 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now there's the potential for drift between the gpu code in hardware_rasterizer.c and the other files.
All code interacting with the GPU should probably be in one C file.
The text was updated successfully, but these errors were encountered: