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-01Metal: Minimum per-vertex stride, 3D texture size + Transform feedback GPUCap...Jason Fielder
2022-05-15GPUVertBuf: Add support for binding as buffer textureClément Foucault
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-27OpenSubDiv: add support for an OpenGL evaluatorKévin Dietrich
2021-12-09Cleanup: move public doc-strings into headers for 'gpu'Campbell Barton
2021-05-26GPU: Compute Pipeline.Jeroen Bakker
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-10-08T81340: UBSan: load of value .. not valid for GPU enum typeAnkit Meel
2020-09-12Fix remaining GL calls/type preventing from building due to recent cleanupClément Foucault
2020-09-08GPU: Cleanup implementation castsClément Foucault
2020-09-07Cleanup: GPUVertBuf: Replace TRUST_NO_ONE by BLI_asserts and ifdef DEBUGClément Foucault
2020-09-07GPUVertBuf: Rename GPUVertBuf to VertBuf and add some gettersClément Foucault
2020-09-06Cleanup: GPUVertBuf: Replace GPU_vertbuf_create by GPU_vertbuf_callocClément Foucault
2020-09-06GPUVertBuf: Make GPUVertBuf private to the GPU moduleClément Foucault
2020-08-13GPUVertBuf: Add handle refcountClément Foucault
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-29GPU: Move gpu_vertex_buffer.c to C++Clément Foucault
2020-06-19EEEVEE: Object Motion Blur: Initial ImplementationClément Foucault
2020-03-02Cleanup: make remaining gpu headers work in C++Jacques Lucke
2019-12-02Overlay Engine: Refactor & CleanupClément Foucault
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-05-14Fix T64601 Error division by zero in GPUVertexFormatClément Foucault
2019-05-14GPU: Fixup and add assert to GPU_VERT_ATTR_NAMES_BUF_LENClément Foucault
2019-05-14GPUVertexFormat: Reduce size of structsClément Foucault
2019-05-14GPU: Add GPU_vertbuf_discard and GPU_BATCH_UNUSEDClément Foucault
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
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-29Cleanup: remove immediate mode TODOCampbell Barton
2019-01-29Cleanup: replace attrib w/ attrCampbell Barton
2019-01-21Cleanup: rename GPU function to set buffer lengthCampbell Barton
2018-07-18Cleanup: style for GPU moduleCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-18GWN: Port to GPU module: Move files to GPUClément Foucault