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-24GPencil: Use indexed rendering instead of instancesClément Foucault
2022-10-18Metal: MTLBatch and MTLDrawList implementation.Jason Fielder
2022-10-02GPUTexture: Add GPU_texture_create_single_layer_viewClément Foucault
2022-08-19Fix build error on mips64el architectureBrecht Van Lommel
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-25GPUTexture: Use immutable storageClément Foucault
2022-02-15Merge branch 'blender-v3.1-release'Clément Foucault
2022-02-15GPUTexture: Fix missing enum cases in `to_component_len()`Clément Foucault
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-05GPUTexture: Fix missing/wrong cases in to_data_format()Clément Foucault
2022-01-06Cleanup: Clang-tidy: modernize-redundant-void-argAaron Carlisle
2021-10-14GPUTexture: Fix assert when using stereo viewport with EEVEEClément Foucault
2021-07-21Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
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
2021-01-04Fix T84095: Eevee vextex color isn't working with hairJeroen Bakker
2021-01-04Cleanup: docy comments beginning with '/**' don't end with '**/'Campbell Barton
2020-10-08T81340: UBSan: load of value .. not valid for GPU enum typeAnkit Meel
2020-10-07GPU: Fix assert when using gpu workaround and SSS + light renderpassClément Foucault
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-08GPU: Cleanup implementation castsClément Foucault
2020-09-08GPUTexture: Remove unused functions and avoid GPU_texture_opengl_bindcodeClément Foucault
2020-09-07GPUTexture: Bump GPU_TEX_MAX_FBO_ATTACHEDClément Foucault
2020-09-05GLTexture: Add Feedback loop checkClément Foucault
2020-09-05GPUTexture: Change texture creation APIClément Foucault
2020-09-05Cleanup: GPUTexture: Clean framebuffer attachmentClément Foucault
2020-09-05GLTexture: Add back texture proxy checkClément Foucault
2020-09-05GPUTexture: GL Backend IsolationClément Foucault
2020-09-05GPUTexture: Add skeleton of the new GLTexture classClément Foucault
2020-08-30GPUFrameBuffer: GL backend isolationClément Foucault