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-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
2018-11-14minor cleanupJacques Lucke
2018-11-14minor cleanupJacques Lucke
2018-11-14Py API: Remove GPUShader.transform_feedback_enable/disableJacques Lucke
2018-11-14Cleanup: python doc-stringsCampbell Barton
2018-11-13Py API Docs: CleanupJacques Lucke
2018-11-05API Docs: gpu api introduction + examplesJacques Lucke
2018-10-30PyAPI: GPU: improve GPUShader.from_builtin and GPUShader.code_from_builtin de...mano-wii
2018-10-28Cleanup: fix compiler warnings.Brecht Van Lommel
2018-10-26Fix parsing single int for uniform_intCampbell Barton
2018-10-24GPUShader: shader.uniform_float, matrix parsingCampbell Barton
2018-10-23GPUShader: shader.uniform_float parametersJacques Lucke
2018-10-23Cleanup: rename VertBuf.fill_attribute > attr_fillCampbell Barton
2018-10-22Python API: fix docstringsJacques Lucke
2018-10-12Python GPU: Best description for exceptionsmano-wii
2018-10-09Python GPU: Update `shader.from_builtin` and `shader.code_from_builtin` descr...mano-wii
2018-10-09GPU Python: Use string literals in `shader.from_builtin` and `shader.code_fro...mano-wii
2018-10-09Python API: new GPUShader.format_calc() methodJacques Lucke
2018-10-05Cleanup: use PyModule_AddIntConstantmano-wii
2018-10-04GPU Python: rename methods "shader_from_builtin" and "shader_code_from_builti...mano-wii
2018-10-04GPU Python: Fix assert in PySequence_Fast_GET_SIZEmano-wii
2018-10-04Cleanup: remove single backtick quotesCampbell Barton
2018-10-04Python GPU: GPUBatch and GPUShader refactor.mano-wii
2018-09-27Python GPU module: replace `PyArg_ParseTupleAndKeywords` by `_PyArg_ParseTupl...mano-wii
2018-09-21Cleanup: styleCampbell Barton
2018-09-20GPU Python API: shader.uniform_floatDalai Felinto
2018-09-20Typo on pydoc for uniform_intDalai Felinto
2018-09-20gpu.shader module: Do not free builtin shaders.mano-wii
2018-09-20gpu.shader.builtin module: Add GPU_SHADER_2D_IMAGE.mano-wii
2018-09-15PyDoc: add gpu.shaderCampbell Barton
2018-09-14GPU module: Initial implementation of the `gpu.shader` submodule.mano-wii