Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-03Draw Manager: Improve description of `draw_frustum_boundbox_calc` variablesGermano
2018-04-02Partial fix for T54491: Use a more accurate solution to calculate the frustum...Germano
2018-03-25DRW: Rename DRW_shgroup_uniform_buffer into DRW_shgroup_uniform_texture_refClément Foucault
2018-03-20DRW: Fix ubo binding code.Clément Foucault
2018-03-17DRW: Fix error in texture binding / unbinding.Clément Foucault
2018-03-16DRW: Fix/refactor UBO & Texture binding.Clément Foucault
2018-03-10DRW: Change UBOs binding logic.Clément Foucault
2018-03-10DRW: Change clip planes API.Clément Foucault
2018-03-10DRW: Put all view-only dependant uniform in a UBO.Clément Foucault
2018-03-10DRW: Culling: Expose & Add culling functions to engines.Clément Foucault
2018-03-10DRW: Culling: Fix precision error.Clément Foucault
2018-03-08Eevee: Save and reset matrixstate for probe rendering.Clément Foucault
2018-03-08DRW: Fix culling with inverted view (planar reflections)Clément Foucault
2018-03-07Draw Manager: Simplify the algorithm that extract the BoundingSphere of a Fru...Germano
2018-03-06DRW: Fix broken grid in ortho view.Clément Foucault
2018-03-06DRW: Fix occlusion culling.Clément Foucault
2018-03-02DRW: Add DRWMatrixState to manage all matrices together.Clément Foucault
2018-03-02DRW: Refactor simple instancing.Clément Foucault
2018-03-02Correct draw manager locking flag checkCampbell Barton
2018-03-01DRW: add ability to lock states from changingCampbell Barton
2018-03-01DRW: Initial implementation of Frustum culling.Clément Foucault
2018-03-01DRW: Codestyle: Remove DRWCallHeader and DRWCallGenerateClément Foucault
2018-03-01DRW: Reuse DRWCallState for the same object.Clément Foucault
2018-03-01DRW: Merge calls_generate pool with calls pool & add DRWCallState pool.Clément Foucault
2018-02-28DRW: Fix broken particle drawing.Clément Foucault
2018-02-28DRW: Refactor & Split draw_manager.c into multiple files.Clément Foucault