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-21Cleanup: styleCampbell Barton
2018-04-19Cleanup: styleCampbell Barton
2018-04-17DRW: Perf: Early out empty passes.Clément Foucault
2018-04-17DRW: Add DRW_UNIFORM_INT_COPY.Clément Foucault
2018-04-16DRW: Fix outdated code.Clément Foucault
2018-04-16DRW/GWN: Add callId builtin uniform.Clément Foucault
2018-04-16DRW: Culling: Fix algorithm for asymmetric perspective frustum reconstruction.Germano
2018-04-16Fix T54491: Do not avoid the creation of inverted frustum.Germano
2018-04-16DRW: Culling: Reorganize frustum_boundbox_calc to match comments.Germano
2018-04-16Fix unreported error: Algorithm for extracting the Bounding Sphere from an Or...Germano
2018-04-16Fix rBb31ebd8c5c55: the asymmetric furstrum algorithm was still incorrect.Germano
2018-04-16Fix T54609: Erros in precise BBox extraction algorithmGermano
2018-04-16Cleanup: unused functionCampbell Barton
2018-04-15DRW: Fix culling algorithm for cascade shadow maps.Clément Foucault
2018-04-04Fix part of T53497: Eevee stuttering on macOS for the first few seconds of us...Brecht Van Lommel
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