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-11-08Cleanup: PyMethodDef formattingCampbell Barton
2022-06-22Cleanup: remove redundant GPU headersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-05-14Python GPU: New 'platform' moduleGermano Cavalcante
2021-05-14Python GPU: New 'capabilities' moduleGermano Cavalcante
2021-03-01GPU Python: Implement gpu.texture.from_imageGermano Cavalcante
2021-02-24Cleanup: Move some utilities to 'gpu_py.h'Germano Cavalcante
2021-02-22GPU Python: Use 'PyC_ParseStringEnum' to parse itemsGermano Cavalcante
2021-02-17Python: gpu module: add new submodules and typesGermano Cavalcante
2021-02-17Cleanup: Use 'pygpu_' prefix in the cpython GPU moduleGermano Cavalcante
2021-02-13Fix T85573: Building with Python 3.10a5 failsCampbell Barton
2021-02-11Cleanup: Python GPU: Use consistent prefixes for local APIGermano Cavalcante
2021-01-11Revert "Fix typo; Documentation; Expose layer for framebuffer attachament; Ad...Germano Cavalcantemano-wii
2021-01-11Fix typo; Documentation; Expose layer for framebuffer attachament; Add frameb...Germano Cavalcantemano-wii
2020-10-09PyDoc: resolve duplicate module warningsCampbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2019-05-29Fix T65005: Missing "LINES_ADJ" and "TRIS_ADJ" in the GPU Python API.mano-wii
2019-04-17ClangFormat: apply to source, most of internCampbell 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-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-02Cleanup: py-gpu error checksCampbell Barton
2019-01-02Revert file rename from T59773 fixCampbell Barton
2019-01-02Fix T59773: Raise exception if the gpu module is used in backgound mode.mano-wii
2018-11-13Py API Docs: GPUIndexBuf documentationJacques Lucke
2018-11-05API Docs: gpu api introduction + examplesJacques Lucke
2018-10-09GPU Python: Use string literals in `shader.from_builtin` and `shader.code_fro...mano-wii
2018-10-09Fix misuse of Py_INCREF in module creation.mano-wii
2018-09-14GPU module: Initial implementation of the `gpu.shader` submodule.mano-wii
2018-09-13Merge branch 'master' into blender2.8Campbell Barton
2018-09-06Join the python modules `gpu` and `_gpu` into one.mano-wii
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault