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
2020-12-14Fix missing string escape for RNA path creationCampbell 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-10-19Spelling: Loose Versus LoseHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-09-07Cleanup: spellingCampbell Barton
2020-09-06Cleanup: GPUVertBuf: Replace GPU_vertbuf_create by GPU_vertbuf_callocClément Foucault
2020-09-06GPUVertBuf: Make GPUVertBuf private to the GPU moduleClément Foucault
2020-08-31Cleanup: GPU: Remove unused attr_binding and primitive codeClément Foucault
2020-08-13GPUBatch: Move allocator to backendClément Foucault
2020-08-13GPUBatch: Merge phase and ownership flags and cleanup there usageClément Foucault
2020-08-13DRW: InstanceData: Remove hacks of batch freeing callbackClément Foucault
2020-08-13GPUBatch: Remove usage of gl_prim_type outside of GPU moduleClément Foucault
2020-08-08GPUBatch: Use custom allocatorClément Foucault
2020-08-08DRW: Instance Data: Replace GPUBatch bulk allocation by separate allocClément Foucault
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
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-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-17Cleanup: correct commentsCampbell Barton
2019-07-15Fix T66707 Modifying bone's 'Custom Object' reference shape causes blender to...Clément Foucault
2019-06-13Fix T65669 Bones in Envelope Display break apart after selecting boneClément Foucault
2019-05-22BLI_memblock: Refactor for faster iteration and allocationClément Foucault
2019-05-14DRW: Refactor: Use DRWCall to accumulate per instance attributesClément Foucault
2019-05-01Cleanup: comments (long lines) in drawCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-19Cleanup: comment blocksCampbell 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-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-24Cleanup: add missing braces to draw managerCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2018-12-18DRW: Instance: Makes it possible to have instances of a non-init batchClément Foucault
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-08Cleanup: rename 'ct' to 'len' for gawainCampbell Barton
2018-07-08Cleanup: rename 'ct' to 'len' for size varsCampbell Barton
2018-05-30DRW: Instance Data: Replace with static allocation that can be referenced.Clément Foucault
2018-05-11Cleanup: use 'uint' in draw managerCampbell Barton
2018-04-19Cleanup: styleCampbell Barton
2018-03-17GWN: Vertex Buffer refactor.Clément Foucault
2018-02-22DRW: Fix T54135 : Crash caused by wrongly iterating over ListBase.Clément Foucault
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