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
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
2018-09-06Join the python modules `gpu` and `_gpu` into one.mano-wii