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-03-16DRW: Add support for compute indirect command.Clément Foucault
2022-02-15Merge branch 'master' into eevee-rewriteClément Foucault
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09DRW: Add null resource check instead of crashingClément Foucault
2022-02-09DRW: Add new draw_debug_print_lib.glslClément Foucault
2022-02-09DRW: Add support for GPUStorageBufClément Foucault
2022-02-06DRW: Make use of shader shared headerClément Foucault
2022-02-04DRW: Add compute_ref calls, barriers calls, and vertex_buffer_refClément Foucault
2022-02-01Merge branch 'master' into eevee-rewriteClément Foucault
2022-01-31Cleanup: use our own conventions for tags in commentsCampbell Barton
2022-01-27Merge branch 'draw-viewport-data' into eevee-rewriteClément Foucault
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-02Fix T93525: Crash with curve/text armature bone gizmoHans Goudey
2021-11-23DRW: Add DRW_shgroup_vertex_buffer_refClément Foucault
2021-11-14DRWView: Add frustum infos to uniform bufferClément Foucault
2021-11-14DRW: Add debug line bufferClément Foucault
2021-11-05DRW: Shading Group: Add compute dispatch with size referenceClément Foucault
2021-10-06Cleanup: spelling in commentsCampbell Barton
2021-10-05DRW: Move buffer & temp textures & framebuffer management to DrawManagerClément Foucault
2021-09-29Merge branch 'draw-viewport-data' into eevee-rewriteClément Foucault
2021-09-29Merge branch 'master' into draw-viewport-dataClément Foucault
2021-09-08Asset: Dropping Material assets on material slot under mouse cursor.Jeroen Bakker
2021-09-06Geometry Nodes: support for geometry instancingJacques Lucke
2021-08-31Cleanup: Converted draw_color_management to CPP.Jeroen Bakker
2021-08-31Cleanup: Draw Manager remove do_color_management from drawing context.Jeroen Bakker
2021-07-26Cleanup: spelling in commentsCampbell Barton
2021-07-20Merge branch 'draw-viewport-data' into eevee-rewriteClément Foucault
2021-07-19DRW: Move buffer & temp textures & framebuffer management to DrawManagerClément Foucault
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-08EEVEE: GPencil: Finish geometry supportClément Foucault
2021-05-28DrawManager: Use Compute Shader to Update Hair.Jeroen Bakker
2021-05-26Revert "DrawManager: Use Compute Shader to Update Hair."Jeroen Bakker
2021-05-26DrawManager: Use Compute Shader to Update Hair.Jeroen Bakker
2021-03-25DRW: Move mempool datas to a DRW managed struct.Clément Foucault
2021-03-02Cleanup: spelling, minor correctionsCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-06Cleanup: CodeStyle formatJeroen Bakker
2021-01-04Cleanup: docy comments beginning with '/**' don't end with '**/'Campbell Barton
2020-11-06Cleanup: sort structs, filesCampbell Barton
2020-11-03Materials: add custom object properties as uniform attributes.Alexander Gavrilov
2020-10-19Spelling: Loose Versus LoseHarley Acheson
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-12GPU: Add Image Load Store extension supportClément Foucault
2020-08-21GPUUniformBuf: Rename struct and change API a bitClément Foucault
2020-08-13GPUDrawList: GL backend isolationClément Foucault
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-15DRW: View: Add ViewVecs calculationClément Foucault
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-06-15Fix Memory Leak introduced by Draw Manager ThreadingJeroen Bakker