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-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-07Cleanup: remove redundant cast, use const castsCampbell Barton
2021-05-31Refactor: DRW Mesh Extractor: Join the extractors in a same loopJeroen Bakker
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-04GPU: Add HQ normals workaround.Jeroen Bakker
2021-01-04DrawManager: High quality normals for non meshesJeroen Bakker
2020-09-07GPU: Rename gpu_extensions to gpu_capabilitiesClément Foucault
2020-09-06GPUVertBuf: Make GPUVertBuf private to the GPU moduleClément Foucault
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
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-27Cleanup: add iterator macros to clang-formatCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: Eevee and workbench rendering of new Volume, Hair, PointCloudBrecht Van Lommel
2020-01-31Displist: Add mikktspace tangent space generation for DL_SURFClément Foucault
2020-01-30Displist: Add mikktspace tangent space generation for DL_INDEX3Clément Foucault
2020-01-30DRW: Add support for tangent on objects using display lists.Clément Foucault
2019-08-21Cleanup: vertex coordinate access, naming & minor changesCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-05-14GPUVertexFormat: Reduce size of structsClément Foucault
2019-05-08DRW: Move all batch request functions to own headerClément Foucault
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-09Cleanup: styleCampbell Barton
2019-04-04Cleanup: redundant castsCampbell Barton
2019-04-04Cleanup: styleCampbell Barton
2019-03-29Cleanup: styleCampbell Barton
2019-03-28DrawManager: Add Edge Detection To DisplayListsJeroen Bakker
2019-03-04Fix/workaround T62167: Random crash when displaying wireframes.mano-wii
2019-03-02Cleanup: unused variableCampbell Barton
2019-03-01Fix unreported: Glitches on the wireframe of curves.mano-wii
2019-03-01Fix crash with wireframe on highpoly curves on some AMD gpus.mano-wii
2019-02-25Fix T61801: Wireframes on curves not workingClément Foucault
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: draw manager headersCampbell Barton
2019-01-03Cleanup: indentationCampbell Barton
2019-01-03DRW: remove INDEX4 normal flippingCampbell Barton
2019-01-03Fix T59842: Curve flat shading doesn't workCampbell Barton
2018-12-14Displist: Reuse tesselated pos and nor for wireframesClément Foucault
2018-12-14Curve Batch Cache: Add back support for shaded geometryClément Foucault
2018-12-14Curve Batch Cache: Rework Implementation to use new batch requestClément Foucault
2018-12-07DRW: Rework wireframe overlay implementationClément Foucault
2018-11-23DRW: Support Wireframe for metaball objectsClément Foucault
2018-11-23DRW: Support Wireframe for cruve/surface/text objectsClément Foucault
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-08Cleanup: rename 'ct' to 'len' for gawainCampbell Barton
2018-05-26Cleanup: whitespace, long lines, duplicate includeCampbell Barton
2018-05-14Fix crash opening 01_015_A.lighting.blend - DL_INDEX3 displist have a single ...Bastien Montagne