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-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04GPUState: Add more barrier typesClément Foucault
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: Clang-tidy: modernize-redundant-void-argAaron Carlisle
2021-12-18GPU: add memory barriers for vertex and index buffersKévin Dietrich
2021-12-09Cleanup: move public doc-strings into headers for 'gpu'Campbell Barton
2021-05-26GPU: Compute Pipeline.Jeroen Bakker
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-04Cleanup: docy comments beginning with '/**' don't end with '**/'Campbell Barton
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-10GL: Add fallback debug layerClément Foucault
2020-09-08GPUState: Encapsulate glPixelStorei inside the GLStateManagerClément Foucault
2020-09-05GLTexture: Add validation for empty slots before drawingClément Foucault
2020-09-05GPUTexture: GL Backend IsolationClément Foucault
2020-08-30GPUState: Move Scissor and Viewport state to framebufferClément Foucault
2020-08-25GPUState: Move state limits getter to the area they belongClément Foucault
2020-08-21Cleanup: GPU: Update classes commentsClément Foucault
2020-08-18GPUState: Port default state to StateManager constructorClé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