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
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-22Fix T79971 Regression: Transform Gizmos doesnt work anymoreClément Foucault
2020-08-20GPUState: Use state setters inside selection codeClément Foucault
2020-08-20GPUState: Use explicit depth test enumClément Foucault
2020-08-18GPUState: Remove gpuPushAttr/gpuPopAttrClément Foucault
2020-08-07Cleanup: GPU, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-18Cleanup: GPU: Encapsulate glViewport callsClément Foucault
2020-07-16Cleanup: GPU: Move depth/color masks functions to GPU_stateClément Foucault
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-11GPU: minor changes to support standalone GHOST buildsCampbell Barton
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-07-09Fix T61474: laggy interaction on Windows/NVIDIA when gizmos are visibleBrecht Van Lommel
2019-07-09GPU: added debug value to investigate lagging issue in T6147Brecht Van Lommel
2019-05-14GPU: Windows+Intel Selection FixJeroen Bakker
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-29Cleanup: replace attrib w/ attrCampbell Barton
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04 Cleanup: strip trailing space in GPU moduleCampbell Barton
2018-05-30Fix selection randomly failing with border render.Brecht Van Lommel
2018-04-12GPUSelect: Remove glFinish() that was causing bad perf issue.Clément Foucault
2018-04-08GPU Select: Remove warnings on Intel GPU.Clément Foucault
2018-02-28Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-28Cleanup: use 'uint' for GPU_selectCampbell Barton
2017-06-14Merge branch 'master' into blender2.8Campbell Barton
2017-06-14Fix buffer read error w/ 2 pass select queriesCampbell Barton
2017-05-09glPushAttrib/Pop change implementation to use a stackDalai Felinto
2017-04-05Immediate Mode: replacing glPushAttrib/glPopAttribDalai Felinto
2017-03-11Cleanup: code style & cmakeCampbell Barton
2017-03-083D View: new nethod of opengl selectionCampbell Barton