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
2021-06-28Draw: make 'ibo.lines_loose' extracting saferGermano Cavalcante
2021-06-28Cleanup: remove unused macro parametersGermano Cavalcante
2021-06-28Cleanup GPU/Draw test cases.Jeroen Bakker
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: move and simplify some draw_cache macrosGermano Cavalcante
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-22Fix T89360: Eevee transforms geometry when using "High Quality Normals"Germano Cavalcante
2021-06-22Draw: Added testcases for hair refine shaders.Jeroen Bakker
2021-06-21Cleanup: swap top/bottom args to planes_from_projmatCampbell Barton
2021-06-20Docs: add additional notes on tessellation, update commentsCampbell Barton
2021-06-20Mesh: optimize object mode face tessellationCampbell Barton
2021-06-18Armature: add automatic B-Bone Scale toggles.Alexander Gavrilov
2021-06-18Armature: add B-Bone Y scale channel and extra flag fields to DNA.Alexander Gavrilov
2021-06-18DrawManager: Multithreaded counting of material buckets.Jeroen Bakker
2021-06-18Fix T89240: Crash when moving vertices on a linked duplicateGermano Cavalcante
2021-06-18Cleanup: clang formatJacques Lucke
2021-06-18Cleanup: clang-tidyCampbell Barton
2021-06-16Cleanup: reduce warnings when compiling release builds.Jeroen Bakker
2021-06-15DRW: sanitize 'DRW_mesh_batch_cache_dirty_tag'Germano Cavalcante
2021-06-15Draw Cache: avoid recalculating 'poly_normals'Germano Cavalcante
2021-06-15DrawManager: Cache material offsets.Jeroen Bakker
2021-06-15Cleanup: Added hierarchy in MeshBufferExtractionCache.Jeroen Bakker
2021-06-15Cleanup: Split mesh_render_data_loose_geom into multiple functions.Jeroen Bakker
2021-06-15Cleanup: correct incomplete commentCampbell Barton
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-06-12Fix missing directory in CMakeLists.txtGermano Cavalcante
2021-06-11Overlays: Make flash on mode transfer an operator propertyPablo Dobarro
2021-06-11Refactor: use 'BLI_task_parallel_range' in Draw CacheGermano Cavalcante
2021-06-11Refactor: Draw Cache: use 'BLI_task_parallel_range'Germano Cavalcante
2021-06-09Cleanup: spelling in commentsCampbell Barton
2021-06-09Cleanup: Removed unused definition.Jeroen Bakker
2021-06-09T88352: Use threaded ibo.tris extraction for single material meshes.Jeroen Bakker
2021-06-09Draw Cache: use threading for Mesh extract linesGermano Cavalcante
2021-06-08GPU: Thread safe index buffer builders.Jeroen Bakker
2021-06-08Revert "Cleanup: use cpp new/delete."Jeroen Bakker
2021-06-08Cleanup: replace NULL with nullptr.Jeroen Bakker
2021-06-08Cleanup: use cpp new/delete.Jeroen Bakker
2021-06-08Cleanup: replace typedef structs with structs.Jeroen Bakker
2021-06-08Cleanup: Separate compile unit edituv.Jeroen Bakker
2021-06-08Cleanup: Separate compile unit lines_adjacency.Jeroen Bakker
2021-06-08Cleanup: Separate compile unit lines_paint_mask.Jeroen Bakker
2021-06-08Cleanup: Separate fdots extraction in own compile unit.Jeroen Bakker
2021-06-07Cleanup: Move extract lines to compile unit.Jeroen Bakker
2021-06-07Cleanup: Move extract tris in own compile unit.Jeroen Bakker
2021-06-07Cleanup: compiler warnings signed/unsigned mismatchCampbell Barton
2021-06-07Cleanup: silence warningsGermano Cavalcante
2021-06-07Fix: do not use threading for 'extract_points'Germano Cavalcante
2021-06-07Cleanup: remove redundant cast, use const castsCampbell Barton