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-01-27Fix crash on older platform due to unsupported clear commandClément Foucault
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'gpu'Campbell Barton
2021-10-05DRW: Move buffer & temp textures & framebuffer management to DrawManagerClément Foucault
2021-08-17Cleanup: clang-formatCampbell Barton
2021-08-13Fix FTBFS on mips64el architectureMatteo F. Vescovi
2021-04-30Cleanup: Rename `#if GPU_USE_PY_REFERENCES` to `#ifndef GPU_NO_USE_PY_REFEREN...Germano Cavalcante
2021-04-30Python GPU: Add reference of PyObject GPU object to the GPU object itselfGermano Cavalcante
2021-02-21GPU: Add RGB10_A2 format supportClément Foucault
2021-02-17Cleanup: Abbreviate enums with 'UNSIGNED_' in the nameGermano Cavalcante
2021-02-17Python: gpu module: add new submodules and typesGermano Cavalcante
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-10-09GPU: Fix NOT ~ operator for eGPUSamplerStateAnkit Meel
2020-10-08T81340: UBSan: load of value .. not valid for GPU enum typeAnkit Meel
2020-09-15Liquid Simulation Display Options (GSoC 2020)Sriharsha Kotcharlakot
2020-09-12Fix remaining GL calls/type preventing from building due to recent cleanupClément Foucault
2020-09-12GPU: Add Image Load Store extension supportClément Foucault
2020-09-08GPU: Cleanup implementation castsClément Foucault
2020-09-08GPUTexture: Remove unused functions and avoid GPU_texture_opengl_bindcodeClément Foucault
2020-09-08GPUState: Encapsulate glPixelStorei inside the GLStateManagerClément Foucault
2020-09-07GPU: Fix clang tidy warningsClément Foucault
2020-09-05GPUTexture: Change texture creation APIClément Foucault
2020-09-05Cleanup: GPUTexture: Clean framebuffer attachmentClément Foucault
2020-09-05GPUTexture: Add support for samplersClément Foucault
2020-09-05GPUTexture: GL Backend IsolationClément Foucault
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-02Cleanup: spelling, rename attachement -> attachmentCampbell Barton
2020-08-30GPUFrameBuffer: GL backend isolationClément Foucault
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-30Cleanup: Split gpu_texture_image.c into BKE and IMB modulesClément Foucault
2020-07-29Cleanup: GPU: Move Image based function to GPU_draw.hClément Foucault
2020-07-29GPU: Refactor gpu_texture_image to not use GL callsClément Foucault
2020-07-29GPU: Move gpu_texture.c to C++Clément Foucault
2020-07-28Merge branch 'blender-v2.90-release'Jacques Lucke
2020-07-28Fix: remove error in previous commitJacques Lucke
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
2020-07-27GPU: Fix crash and missing texture due to recent C++ portClément Foucault
2020-07-18Cleanup: GPUShader: Remove unused builtin shaderClément Foucault
2020-07-18GPUTexture: Add better swizzle supportClément Foucault
2020-07-18Cleanup: GPU: Make icon drawing use GPUTextureClément Foucault
2020-06-03GPUTexture: Add support for binding textures with custom sampler statesClément Foucault
2020-06-03DRW: Remove automatic bind locations and use hardcoded locations for texturesClément Foucault
2020-06-02GPU: Texture: Replace internal sampler state by explicit state objectClément Foucault
2020-05-07Fix T76510: Eevee OpenVDB render artifacts due to texture clampingBrecht Van Lommel
2020-04-22GPU: Add GPU_texture_copyClément Foucault
2020-03-11EEVEE: Replace octahedron reflection probe by cubemap arrayClément Foucault
2020-03-11Smoke: put density/color in separate textures, fixes for workbench shaderBrecht Van Lommel
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez