Closed bradgrantham closed 7 years ago
You mean the cmd_draw()
functions, etc? I can take this one.
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 notifications@github.com 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 https://github.com/lkesteloot/alice/issues/33#issuecomment-299591245, or mute the thread https://github.com/notifications/unsubscribe-auth/AAZnu5lAzGuUNpkf0IbuJnJXHqi3zlcnks5r26RxgaJpZM4NRGlM .
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.