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-05-05Cleanup: sort cmake file listsCampbell Barton
2022-04-21gpu.types.GPUBatch: warn about deprecated primitive typesGermano Cavalcante
2022-04-19PyGPU: remove outdated function 'code_from_builtin'Germano Cavalcante
2022-04-14Cleanup: separate format-units for Python argument parsingCampbell Barton
2022-04-14Cleanup: Clang tidyHans Goudey
2022-04-13Fix some usages of 'GPU_shader_get_uniform_block'Germano Cavalcante
2022-04-13Docs: correct RST syntax for GPU documentationCampbell Barton
2022-04-13gpy.types.GPUUniformBuf: support any object exposing buffer interfaceGermano Cavalcante
2022-04-13gpu.types.Buffer: fill buffer interface with just what is requestedGermano Cavalcante
2022-04-13Fix size of MAT3 and MAT4 in GPUShaderCreateInfo.push_constantGermano Cavalcante
2022-04-13Fix cases where 'Py_buffer' might not be releasedGermano Cavalcante
2022-04-13Fix possible pointer being freed without being allocated in pygpu moduleGermano Cavalcante
2022-04-13pyGPU: Port 'StageInterfaceInfo' and 'ShaderCreateInfo' typesGermano Cavalcante
2022-04-11PyGPU: make sure the UniformBuffer is padded to 16 bytesGermano Cavalcante
2022-04-11Fix crash when creating a 'gpu.types.Buffer'Germano 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-03-25Cleanup: spelling in comments, stringsCampbell Barton
2022-03-14Fix gpu.types.GPUTexture not passing data buffer to 3D texturesIyad Ahmed
2022-03-09Cleanup: fix wrong spelling of texture and indentationBrecht Van Lommel
2022-02-21Fix errors in 'gpu.state' documentationGermano Cavalcante
2022-02-18Fix wrong method name in gpu documentationGermano Cavalcante
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-19Fix T94202: GPUFrameBuffer: wrong refcount in the buffer passed for read_colo...Germano Cavalcante
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: Spelling/grammar in commentsHans Goudey
2021-12-29gpu.types.GPUOffScreen: accept format argument for color textureGermano Cavalcante
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-02Cleanup: move public doc-strings into headers for 'python'Campbell Barton
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-23Fix T89204: slow repeated rendering with GPUOffscreen.draw_view3d.Christian Stolze
2021-10-23Docs: Fixes and improvements in API documentationXavier Cho
2021-09-13GPUShader: Expose name for debugging & identifying shadersJon Denning
2021-09-09Fix GPU Buffer not allowing uint values greater than one byteGermano Cavalcante
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-31PyDoc: Fix compliation warningAaron Carlisle
2021-08-30Docs: GPU Shader: improvementsGermano Cavalcante
2021-08-26PyAPI: GPU: expose clip distancesGermano Cavalcante
2021-08-17Docs: add API docs for gpu.capabilitiesnutti
2021-08-17Cleanup: clang-formatCampbell Barton
2021-08-17Docs: add API docs for gpu.platformnutti
2021-08-17Cleanup: compiler warningsCampbell Barton
2021-08-16PyAPI: GPUShader: make 'uniform_vector_*' less restrictedGermano Cavalcante
2021-08-16PyAPI: GPU Buffer: Buffer protocol supportGermano Cavalcante
2021-08-16XR: Color Depth AdjustmentsPeter Kim
2021-08-11PyAPI: GPU: Expose builtin shadersGermano Cavalcante
2021-08-05Cleanup: make formatAaron Carlisle
2021-08-04Expose Color Management as argument for gpu.types.GPUOffScreen.draw_view3d()Gottfried Hofmann
2021-07-29Fix gpu.types.GPUTexture crash when the size argument was too bigCampbell Barton