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
2022-09-30Cleanup: Move draw_manager_data.cc to C++Hans Goudey
2022-09-02Cleanup: GPU: UniformAttribute: Improve const correctnessClément Foucault
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'draw'Campbell Barton
2020-11-04Fix for previous cleanup commitHans Goudey
2020-11-04Cleanup: Clang tidyHans Goudey
2020-11-03Materials: add custom object properties as uniform attributes.Alexander Gavrilov
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2019-12-02Overlay Engine: Refactor & CleanupClément Foucault
2019-09-17DRW: Refactor to support draw call batchingClément Foucault
2019-09-14Revert "DRW: Refactor to support draw call batching"Clément Foucault
2019-09-13DRW: Refactor to support draw call batchingClément Foucault
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-05-14DRW: Refactor: Use DRWCall to accumulate per instance attributesClément Foucault
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-29Cleanup: replace attrib w/ attrCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-06-04DRW: Fix crashes with instanced dataDalai Felinto
2018-05-30DRW: Instance Data: Replace with static allocation that can be referenced.Clément Foucault
2018-05-29Fix assert in workbench drawing, instance data not big enough.Brecht Van Lommel
2018-05-11Cleanup: use 'uint' in draw managerCampbell Barton
2018-02-21Gawain: Refactor: VAOs caching AND use new VAOs manager.Clément Foucault
2018-02-14DRW: Add instance buffer manager.Clément Foucault
2018-02-08DRW: Fix crash caused by fixing the leak (badly).Clément Foucault
2018-01-09DRW: Add instance data memory manager.Clément Foucault