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-29Cleanup: replace UNUSED() with commented argumentsCampbell Barton
2022-09-29Cleanup: formatCampbell Barton
2022-09-29Sculpt: Rewrite PBVH drawJoseph Eagar
2022-09-16Eevee: Add support for Nishita sky textureLukas Stockner
2022-09-02Cleanup: GPU: UniformAttribute: Improve const correctnessClément Foucault
2022-08-16Cleanup: formatCampbell Barton
2022-08-16Sculpt: Improve sculpt debug drawJoseph Eagar
2022-08-14DRW: Add intersection and shape libraries for GLSLClément Foucault
2022-08-10Cleanup: spellingCampbell Barton
2022-08-10Cleanup: formatCampbell Barton
2022-08-09DRW: DebugDraw: Port module to C++ and add GPU capabilitiesClément Foucault
2022-08-02DRW: Add `DRW_shgroup_call_procedural_indirect()`Clément Foucault
2022-08-02DRW: Add DRW_shgroup_call_procedural_triangles_indirectClément Foucault
2022-06-09Cleanup: formatCampbell Barton
2022-06-08Sculpt: PBVH Draw Support for EEVEEJoseph Eagar
2022-05-19Cleanup: format, reduce line length & strip trailing spaceCampbell Barton
2022-05-19DRW: Fix DRW_shgroup_buffer_texture namingClément Foucault
2022-05-17DRW: Add DRW_view_camtexco_get()Clément Foucault
2022-05-17Cleanup: formatCampbell Barton
2022-05-15GPUVertBuf: Add support for binding as buffer textureClément Foucault
2022-05-11Cleanup: use '_num' / '_count' suffix instead of '_ct'Campbell Barton
2022-04-20Cleanup: clang-formatCampbell Barton
2022-04-19GPU: Replace `GPUMaterialVolumeGrid` by `GPUMaterialAttribute`Clément Foucault
2022-04-04Cleanup: clang-formatCampbell Barton
2022-04-02Cleanup: Further use of const for object bounding boxesHans Goudey
2022-03-31DRW: Rename DRW_shgroup_uniform_vec4_array_copy to mat4_copyClément Foucault
2022-03-30Metal: Adding alternative support for GPU_PRIM_TRI_FAN/LINE_LOOP For Metal ba...Jason Fielder
2022-03-20DRW: Make use of shader shared headerClément Foucault
2022-03-18DRW: Add support for compute indirect command.Clément Foucault
2022-03-18DRW: Add support for GPUStorageBufClément Foucault
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