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-04-19PyGPU: remove outdated function 'code_from_builtin'Germano Cavalcante
2022-04-13Fix some usages of 'GPU_shader_get_uniform_block'Germano Cavalcante
2022-04-13pyGPU: Port 'StageInterfaceInfo' and 'ShaderCreateInfo' typesGermano Cavalcante
2022-04-08Cleanup: separate format-units for Python argument parsingCampbell Barton
2022-03-28Cleanup: use "num" as a suffix in: source/blender/pythonCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-09-13GPUShader: Expose name for debugging & identifying shadersJon Denning
2021-09-02Revert "PyAPI: GPU Shader: add 'state' parameter to uniform sampler"Germano Cavalcante
2021-09-01PyAPI: GPU Shader: add 'state' parameter to uniform samplerGermano Cavalcante
2021-08-30Docs: GPU Shader: improvementsGermano Cavalcante
2021-08-26PyAPI: GPU: expose clip distancesGermano Cavalcante
2021-08-16PyAPI: GPUShader: make 'uniform_vector_*' less restrictedGermano Cavalcante
2021-08-11PyAPI: GPU: Expose builtin shadersGermano Cavalcante
2021-07-27Cleanup: pass sizeof array element to PyC_AsArrayCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-03-16Python GPU: Improve the Python GPU API documentationGermano Cavalcante
2021-02-24Cleanup: Move some utilities to 'gpu_py.h'Germano Cavalcante
2021-02-17GPU Python: Rename 'uniform_buffer' to 'uniform_block'Germano 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-11Cleanup: Python GPU: Use consistent prefixes for local APIGermano Cavalcante
2021-02-04Cleanup: replace '_imp' function suffix with '_impl'Campbell Barton
2021-01-31Docs: Remove wrong debug flag infoJulian Eisel
2020-12-11Fix error in recent commitGermano Cavalcante
2020-12-11Cleanup: Python GPU: change prefix 'bpygpu_' to 'py_' in static functionsGermano Cavalcante
2020-12-11Cleanup: GPU Python: Use 'PyC_ParseStringEnum' for string enumGermano Cavalcante
2020-11-13Adding 3D_POLYLINE_UNIFORM_COLOR to PyGPU shader APIYimingWu
2020-10-12Pydoc: Move builtin GPU shader information to codeAaron Carlisle
2020-10-12Cleanup: Pydoc stringsAaron Carlisle
2020-09-11Cleanup: spelling, correct commentsCampbell Barton
2020-08-20Cleanup: use const variables where possible in the Python APICampbell Barton
2020-08-18GPUShader: GL backend isolationClément Foucault
2020-06-02Cleanup: GPU: Remove GPU_shaderinterface_uniform_ensureClément Foucault
2020-06-02GPU: ShaderInterface: Refactor to setup all uniform at creation timeClément Foucault
2020-04-14GPUShader: Implement workaround for gizmo drawing on sRGB framebufferClément Foucault
2019-12-20Cleanup: remove redundant 'char *' castsCampbell Barton
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-08-02Cleanup: doxy sectionsCampbell Barton
2019-06-05Python GPU Shader: Fix crash when uniform is not found.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-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2019-01-17GPU: Rename GPU_shader_get_uniform to GPU_shader_get_uniform_ensureClément Foucault
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