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-02-11File headers: SPDX License migrationCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-06Cleanup: Clang-tidy: modernize-redundant-void-argAaron Carlisle
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-04Cleanup: docy comments beginning with '/**' don't end with '**/'Campbell Barton
2020-10-09Revert "Revert "BGL: Workaround broken bgl usage caused by GPU refactor""Clément Foucault
2020-10-08Revert "BGL: Workaround broken bgl usage caused by GPU refactor"Clément Foucault
2020-10-08BGL: Workaround broken bgl usage caused by GPU refactorClément Foucault
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-14Fix T80782 GPU: Curve editing widget point size broken after recent commitClément Foucault
2020-09-12GPU: Fix wrong state before python callbacksClément Foucault
2020-09-12Cleanup: GPU: Rename GPUStateManager to StateManager to follow styleClément Foucault
2020-09-12GPU: Add Image Load Store extension supportClément Foucault
2020-09-08GPUState: Encapsulate glPixelStorei inside the GLStateManagerClément Foucault
2020-09-05GPUTexture: GL Backend IsolationClément Foucault
2020-08-30GPUState: Move Scissor and Viewport state to framebufferClément Foucault
2020-08-21Cleanup: GPU: Update classes commentsClément Foucault
2020-08-19GPUState: Fix signed / bitfield conversion leading to wrong enum valueClément Foucault
2020-08-19Cleanup: spellingCampbell Barton
2020-08-18GPUState: Port default state to StateManager constructorClément Foucault
2020-08-18GPUState: Only apply state before drawingClément Foucault
2020-08-18Cleanup: GPUState: Remove stack from the state manager and rename itClément Foucault
2020-08-18GPUState: Make use of GPUStateStack classClément Foucault
2020-08-18GPUState: Add GL backend and state tracking but do not use itClément Foucault