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-08-19Fix GPUShader.format_calc documentationGermano Cavalcante
2022-08-15Cleanup OpenGL linking and related code after libepoxy mergeSebastian Parborg
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-05Python: Add more useful information when attempting to pass incorrect attribu...Colin Basnett
2022-08-03Cleanup: fix various typosBrecht Van Lommel
2022-08-01RenderReport: Add option to add platform specific overrides.Jeroen Bakker
2022-07-28PyDoc: fix 2D builtin shaders documentationGermano Cavalcante
2022-07-13Docs: Fix out of order parametersAaron Carlisle
2022-06-23Cleanup: Clang tidyHans Goudey
2022-06-22Cleanup: remove redundant GPU headersCampbell Barton
2022-05-25PyDoc: fix generated output for gpu.shaderCampbell Barton
2022-05-24Merge branch 'blender-v3.2-release'Germano Cavalcante
2022-05-24Fix GPUIndexBuf not working in pythonGermano Cavalcante
2022-05-09EEVEE & Viewport: Add a built-in shader called 3D_IMAGE, and expose to the py...Shashank Shekhar
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