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

Post-mortem #26

Open
shrekshao opened this issue Dec 18, 2016 · 0 comments
Open

Post-mortem #26

shrekshao opened this issue Dec 18, 2016 · 0 comments

Comments

@shrekshao
Copy link
Member

  • Decrease weight of Texture (maybe required) since it is much simplified with the new base code
  • Base code: use constant for vertex attribute buffers and materials
  • Rasterize Algorithm: Suggest starting with AABB, then Austin's scanline https://fgiesen.wordpress.com/2013/02/10/optimizing-the-basic-rasterizer/. I used this but turns out bad so I didn't recommend this, turns out mine is dumb and lack performance analysis
  • Subdivide rasterize megakernel to rasterize (depth test) and interpolation
  • Camera setup array and shortcut for performance analysis
  • default model to something if none is specified (simplifies grading)
  • rescale the ec points to 100%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant