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-07-15Cleanup: GPU: Replace NULL by nullptr from C++ filesClément Foucault
2022-05-11Cleanup: spelling in commentsCampbell Barton
2022-03-18GPU: Add support for stencil buffer texturing mode.Clément Foucault
2022-02-25GPUTexture: Add support for texture viewClément Foucault
2022-02-25GPUTexture: Use immutable storageClément Foucault
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-06Cleanup: Clang-tidy: modernize-redundant-void-argAaron Carlisle
2021-12-09Cleanup: move public doc-strings into headers for 'gpu'Campbell Barton
2021-11-20Fix T92090: Eevee crash with Intel HD 4000 and macOS 10.15.7Brecht Van Lommel
2021-07-21Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-02-21GPU: Add RGB10_A2 format supportClément Foucault
2021-02-17Cleanup: Abbreviate enums with 'UNSIGNED_' in the nameGermano Cavalcante
2021-02-05Cleanup: outdated/unhelpful commentsCampbell Barton
2020-09-25Fix T80998: DDS Image files are not displayed correctlyJeroen Bakker
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-08GPUTexture: Remove unused functions and avoid GPU_texture_opengl_bindcodeClément Foucault
2020-09-07GPU: Fix clang tidy warningsClément Foucault
2020-09-05GLTexture: Fix undefined behavior when binding textures the first timeClément Foucault
2020-09-05GLTexture: Add Feedback loop checkClément Foucault
2020-09-05GLTexture: Add direct state access supportClément Foucault
2020-09-05Cleanup: GPUTexture: Clean framebuffer attachmentClément Foucault
2020-09-05GLTexture: Add back texture proxy checkClément Foucault
2020-09-05GPUTexture: Add support for samplersClé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