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-28Fix GC tracking error for instances of mathutils typesCampbell Barton
2022-09-19Cleanup: prefer 'arg' over 'params' for sphinx documentationCampbell Barton
2022-06-22Cleanup: remove redundant GPU headersCampbell Barton
2022-04-21gpu.types.GPUBatch: warn about deprecated primitive typesGermano Cavalcante
2022-04-08Cleanup: separate format-units for Python argument parsingCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-03-16Python GPU: Improve the Python GPU API documentationGermano Cavalcante
2021-03-04Fix logic for calling PyObject_GC_UnTrackCampbell Barton
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-17Cleanup: Use 'pygpu_' prefix in the cpython GPU moduleGermano Cavalcante
2020-12-11Cleanup: Python GPU: change prefix 'bpygpu_' to 'py_' in static functionsGermano Cavalcante
2020-10-12Cleanup: Pydoc stringsAaron Carlisle
2020-09-06GPUVertBuf: Make GPUVertBuf private to the GPU moduleClément Foucault
2020-08-13GPUShader: Change shader state tracking to be part of the GPUContextClément Foucault
2020-08-07Cleanup: Python, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-30GPUBatch & GPUImmediate: Use GPUShader instead of using raw OGL handleClément Foucault
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-04-29Cleanup: comments (long lines) in pythonCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-11Cleanup: comment indentation & spellingCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF 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-14Cleanup: python doc-stringsCampbell Barton
2018-11-13Py API Docs: CleanupJacques Lucke
2018-11-13Py API Docs: GPUBatch documentationJacques Lucke
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-10-31Cleanup: rename PyAPI VertBatch to BatchCampbell Barton
2018-10-31Fix leak in successive calls to Batch.program_setCampbell Barton
2018-10-31PyAPI: add check for exceeding batch VBO limitCampbell Barton
2018-10-31Cleanup: batch Python APICampbell Barton
2018-10-31Fix missing error returns in batch APICampbell Barton
2018-10-05GPU Python: fix crash when calling `batch.draw` without passing a shader.mano-wii
2018-10-04Cleanup: remove single backtick quotesCampbell Barton
2018-10-04Python GPU: GPUBatch and GPUShader refactor.mano-wii
2018-10-01GPY Python: program_use_begin and program_use_end.mano-wii
2018-09-27Python GPU module: Wrap GPUIndexBufmano-wii
2018-09-27Python GPU module: replace `PyArg_ParseTupleAndKeywords` by `_PyArg_ParseTupl...mano-wii
2018-09-20gpu.batch module: keep shader reference in batch.mano-wii
2018-09-14GPU module: Initial implementation of the `gpu.shader` submodule.mano-wii
2018-09-06gpu module: close quotation marks in descriptionsmano-wii
2018-09-06gpu module: retouching the description of the types.mano-wii