lkesteloot / alice

Website documenting a hardware project from the 1990s.
http://lkesteloot.github.io/alice/
Apache License 2.0
74 stars 9 forks source link

Split out GPU functions into a separate library #33

Closed bradgrantham closed 7 years ago

bradgrantham commented 7 years ago

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.

lkesteloot commented 7 years ago

You mean the cmd_draw() functions, etc? I can take this one.

bradgrantham commented 7 years ago

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!

bradgrantham commented 7 years ago

Mind if I do this over the weekend while you're gone?

lkesteloot commented 7 years ago

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 .