Skip to content
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

Split out GPU functions into a separate library #33

Closed
bradgrantham opened this issue May 4, 2017 · 4 comments
Closed

Split out GPU functions into a separate library #33

bradgrantham opened this issue May 4, 2017 · 4 comments
Assignees

Comments

@bradgrantham
Copy link
Collaborator

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
Copy link
Owner

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

@lkesteloot lkesteloot self-assigned this May 4, 2017
@bradgrantham
Copy link
Collaborator Author

bradgrantham commented May 4, 2017 via email

@bradgrantham
Copy link
Collaborator Author

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

@lkesteloot
Copy link
Owner

lkesteloot commented May 5, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants