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-11File headers: SPDX License migrationCampbell Barton
2021-07-26Cleanup: spelling in commentsCampbell Barton
2021-06-07Cleanup: remove redundant cast, use const castsCampbell Barton
2021-04-08Cleanup: Use const arguments for volume codeHans Goudey
2021-01-08Fix T83942: improve error checking when trying to render high resolution volumeJacques Lucke
2021-01-04GPU: Add HQ normals workaround.Jeroen Bakker
2021-01-04DrawManager: High quality normals for non meshesJeroen Bakker
2020-10-20Volumes: simplify volumes in modifiers or on loadJacques Lucke
2020-10-09Revert "CleanUp: Introduce `eMeshBatchDirtyMode` enum"Jeroen Bakker
2020-10-07CleanUp: Introduce `eMeshBatchDirtyMode` enumJeroen Bakker
2020-10-01Volumes: support lower resolution in viewportJacques Lucke
2020-09-29Volumes: support selection and outlines in viewportJacques Lucke
2020-09-15Liquid Simulation Display Options (GSoC 2020)Sriharsha Kotcharlakot
2020-09-06Cleanup: GPUVertBuf: Replace GPU_vertbuf_create by GPU_vertbuf_callocClément Foucault
2020-09-05GPUTexture: Change texture creation APIClément Foucault
2020-09-05GPUTexture: Remove bind to edit callsClément Foucault
2020-08-13GPU: Use GPU_vertbuf_create & GPU_indexbuf_calloc instead of manual allocClément Foucault
2020-07-18GPUTexture: Add better swizzle supportClément Foucault
2020-05-07Fix T76510: Eevee OpenVDB render artifacts due to texture clampingBrecht Van Lommel
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel