-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
Graphics Buffer Update -- New PR #721
Commits on Mar 7, 2021
-
I'm not sure why we're using VAO's when so much seems to be recreated each render, but this way at least the VAO itself wouldn't also be recreated even if the objects aren't.
Configuration menu - View commit details
-
Copy full SHA for 3e6ed53 - Browse repository at this point
Copy the full SHA 3e6ed53View commit details -
Still TODO: Once the RenderBatch isn't recreated each time a slightly different render is made, VertexArrayObjects will actually be used, instead of just pretended to be used. Also still TODO: any model will render as if the base color is matte dark grey. All the other rendering (like for 'lay-flat by face' or the blue model outline or the tool-arrows and such) and all the rendering _given that the cube is matte grey_ (like 'the error polka dot pattern' and the 'below the buildplate inversion') will still work properly. So everything works _except_ for the color and light-highlights. Why?
Configuration menu - View commit details
-
Copy full SHA for 38b4e25 - Browse repository at this point
Copy the full SHA 38b4e25View commit details
Commits on Mar 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 702d450 - Browse repository at this point
Copy the full SHA 702d450View commit details -
VAO includes shader uniforms, which where needed. So now, instead of cacheing per mesh alone, cache per mesh _per shader_. Currently the doesn't work 100% yet if different parts of a mesh are rendered with different settings, such as in the simulation view. Also need to check if the X-Ray view was supposed to be opaque or if that's another thing that doesn't work 100% yet (is usable though just not as pretty as remembered).
Configuration menu - View commit details
-
Copy full SHA for c6b6b75 - Browse repository at this point
Copy the full SHA c6b6b75View commit details
Commits on Jul 25, 2021
-
Handle render-range in shader.
Instead of re-uploading the mesh each time the range changes, handle the range in the shaders with the new draw-range parameters.
Configuration menu - View commit details
-
Copy full SHA for f73fe2e - Browse repository at this point
Copy the full SHA f73fe2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06d7fa5 - Browse repository at this point
Copy the full SHA 06d7fa5View commit details
Commits on Jul 26, 2021
-
Apply suggestions from code review
Typing edition. Co-authored-by: Jaime van Kessel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c78e13a - Browse repository at this point
Copy the full SHA c78e13aView commit details -
Seems to have fixed the test as well. Not sure if it was ever a valid test if it can't create a VAO there.
Configuration menu - View commit details
-
Copy full SHA for 3d0fd5e - Browse repository at this point
Copy the full SHA 3d0fd5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8611188 - Browse repository at this point
Copy the full SHA 8611188View commit details
Commits on Jul 27, 2021
-
Apply review sugestion: Fix type.
Co-authored-by: Aldo Hoeben <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2fa308b - Browse repository at this point
Copy the full SHA 2fa308bView commit details
Commits on Aug 9, 2021
-
Merge branch 'graphics_buffer_update' of https://github.com/bremco/Ur…
…anium into bremco-graphics_buffer_update
Configuration menu - View commit details
-
Copy full SHA for 39f19e4 - Browse repository at this point
Copy the full SHA 39f19e4View commit details
Commits on Sep 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 33a681d - Browse repository at this point
Copy the full SHA 33a681dView commit details
Commits on Oct 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 38f1924 - Browse repository at this point
Copy the full SHA 38f1924View commit details
Commits on Oct 29, 2021
-
Use dict.get with None fallback instead of manual implementation
That's what it's for. Contributes to issue CURA-8657. Co-authored-by: Jaime van Kessel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 453dcce - Browse repository at this point
Copy the full SHA 453dcceView commit details -
Add return type to setCachedUserValue
Contributes to issue CURA-8657. Co-authored-by: Jaime van Kessel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad5cb5c - Browse repository at this point
Copy the full SHA ad5cb5cView commit details
Commits on Oct 31, 2021
-
Apply suggestions from code review
Spelling Co-authored-by: Ghostkeeper <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a779119 - Browse repository at this point
Copy the full SHA a779119View commit details -
(Our own) bindings aren't used like this, there's an 'updateBindings' for that, setUniformValue sets the 'unbound' (at least w.r.t. our _own_ system, not to be confused by the fact that u_drawRange is of course a bound value w.r.t. the 'raw' OpenGL/shader) value.
Configuration menu - View commit details
-
Copy full SHA for 49e1cee - Browse repository at this point
Copy the full SHA 49e1ceeView commit details -
Rendering: React properly to unsupported VAOs.
Not that it's likely to happen.
Configuration menu - View commit details
-
Copy full SHA for 6002585 - Browse repository at this point
Copy the full SHA 6002585View commit details
Commits on Nov 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 79fade9 - Browse repository at this point
Copy the full SHA 79fade9View commit details