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-02-22Cleanup: clang-formatCampbell Barton
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04DRW: Add DRW_UNUSED_RESOURCE_TRACKING for ubo and ssboClément Foucault
2022-02-04DRW: Add compute_ref calls, barriers calls, and vertex_buffer_refClément Foucault
2022-01-31Cleanup: use our own conventions for tags in commentsCampbell Barton
2022-01-27Cleanup: Fix const correctness warningClément Foucault
2022-01-27Cleanup: Add more const correctness to some functionsClément Foucault
2022-01-26D13910: Workbench: Port shaders to use GPUShaderCreateInfoClément Foucault
2021-12-25Fix T94362: GPUMaterialTexture references freed ImageUserJacques Lucke
2021-12-08Cleanup: move public doc-strings into headers for 'draw'Campbell Barton
2021-11-09Viewport: Remove different outline color for instancesHans Goudey
2021-10-26XR: View adjustments for variable viewer scalePeter Kim
2021-10-05DRW: Move buffer & temp textures & framebuffer management to DrawManagerClément Foucault
2021-08-04Fix T90427: Center View to Mouse brokenGermano Cavalcante
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-21Cleanup: spellingCampbell Barton
2021-07-21Cleanup: replace BLI_assert(0 && "text") with BLI_assert_msgCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-21Cleanup: swap top/bottom args to planes_from_projmatCampbell Barton
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-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-03Materials: add custom object properties as uniform attributes.Alexander Gavrilov
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-14Cleanup: DRWManager: Remove deprecated pass_state functionsClément Foucault
2020-09-14Fix T80603 Workbench: Inverted alpha when renderingClément Foucault
2020-09-12GPU: Add Image Load Store extension supportClément Foucault
2020-09-07Cleanup: spellingCampbell Barton
2020-09-06GPUVertBuf: Make GPUVertBuf private to the GPU moduleClément Foucault
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-21GPUUniformBuf: Rename struct and change API a bitClément Foucault
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-08DRW: Fix runtime error: shifting signed 32bits intClément Foucault
2020-08-07Cleanup: Draw, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-07-30Cleanup: GPU: Remove GPU_draw.h and move fluid gpu function to DRWClément Foucault
2020-07-30Cleanup: Split gpu_texture_image.c into BKE and IMB modulesClément Foucault
2020-07-29Cleanup: GPU: Move Image based function to GPU_draw.hClément Foucault
2020-07-27GPU: Fix crash and missing texture due to recent C++ portClément Foucault
2020-07-15PointCloud: Initial rendering support for WorkbenchClément Foucault
2020-07-15DRW: View: Add ViewVecs calculationClément Foucault
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-01Cleanup: spellingCampbell Barton
2020-06-24Fix T67319 DRW: Large objects gets incorrectly culledClément Foucault
2020-06-24Fix T77913: Incorrect handling of negative-scale bit in DRWResourceHandleJacques Lucke
2020-06-19EEEVEE: Object Motion Blur: Initial ImplementationClément Foucault