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-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-05-12Metal: MTLState module implementation.Jason Fielder
2022-04-27Metal: MTLTexture core implementation for Metal backend, with minimal surroun...Clément Foucault
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04GPUState: Add more barrier typesClément Foucault
2022-01-06Cleanup: spelling in commentsCampbell Barton
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-11-01GPUState: Fix enum max value for enum operator macroClément Foucault
2021-05-26GPU: Compute Pipeline.Jeroen Bakker
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-11-04Fix T67832: Camera Background Images View TransformJeroen Bakker
2020-10-09Revert "Revert "BGL: Workaround broken bgl usage caused by GPU refactor""Clément Foucault
2020-10-08T81340: UBSan: load of value .. not valid for GPU enum typeAnkit Meel
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-18GPUImmediate: Add system wide workaround for wide lineClément Foucault
2020-09-12GPU: Fix wrong state before python callbacksClé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-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-28Fix T80160: Workbench shadows are brokenJeroen Bakker
2020-08-23GPUState: Expose Stencil mask and testClément Foucault
2020-08-20GPUState: Use explicit depth test enumClément Foucault
2020-08-19Cleanup: spellingCampbell Barton
2020-08-18Cleanup: GPUState: Remove GPU_state_init()Clément Foucault
2020-08-18Cleanup: DRW: Use GPUState instead of raw opengl callsClément Foucault
2020-08-18GPUState: Remove gpuPushAttr/gpuPopAttrClément Foucault
2020-08-18GPUState: Make use of GPUStateStack classClément Foucault
2020-08-18Cleanup: GPUState: remove double GPU_blend callsClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: remove use of GPU_blend_set_funcClément Foucault
2020-08-18Cleanup: GPUState: Replace blend func separate by enumClément Foucault
2020-08-18GPUState: Add GL backend and state tracking but do not use itClément Foucault
2020-08-18Cleanup: GPUState: remove float variant of GPU_scissor_getClé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-18Cleanup: GPU: Encapsulate clipDistancesClément Foucault
2020-07-18Cleanup: GPU: Encapsulate glProvokingVertexClément Foucault
2020-07-18Cleanup: GPU: Encapsulate glFrontFaceClément Foucault
2020-07-18Cleanup: GPU: Encapsulate Backface cullingClément Foucault
2020-07-18Cleanup: GPU: Encapsulate scissor testClément Foucault
2020-07-18Cleanup: GPU: Encapsulate glViewport callsClément Foucault
2020-07-18Cleanup: GPU: Wrap GL_UNPACK_ROW_LENGTH in GPU_stateClément Foucault
2020-07-16Cleanup: GPU: Move depth/color masks functions to GPU_stateClément Foucault
2020-07-16Cleanup: GPU: Move XOR logic op to gpu_state.cClément Foucault
2020-05-18Cleanup: Put GPU_state_init inside gpu_state.cClément Foucault
2020-03-11GPU: minor changes to support standalone GHOST buildsCampbell Barton
2020-03-02Cleanup: make remaining gpu headers work in C++Jacques Lucke