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-10-03Cleanup: quiet undeclared function warningCampbell Barton
2022-10-02GPUTexture: Add GPU_texture_create_single_layer_viewClément Foucault
2022-08-30GPUTexture: Add type correct GPU_SAMPLER_MAX constant for C++Clément Foucault
2022-08-19Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-19Fix build error on mips64el architectureBrecht Van Lommel
2022-08-03Image: Display GPU layout in `uiTemplateImageInfo`Angus Stanton
2022-06-07Cleanup: spelling in comments, additional white spaceCampbell Barton
2022-05-11Cleanup: spelling in commentsCampbell Barton
2022-05-06Cleanup: spelling in comments, use doxygen commentsCampbell Barton
2022-04-27Metal: MTLTexture core implementation for Metal backend, with minimal surroun...Clément Foucault
2022-03-18GPUTexture: Add Cube view as 2D arrayClément Foucault
2022-03-18GPU: Add support for stencil buffer texturing mode.Clément Foucault
2022-03-18GPUTexture: Expose layer & mip countClément Foucault
2022-02-25GPUTexture: Add support for texture viewClément Foucault
2022-02-16GPUTexture: Add dimensions getterClément Foucault
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-02Cleanup: spelling in commentsCampbell Barton
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