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-01-17GPUShaderCreateInfo for interface abstractionJeroen Bakker
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-06Cleanup: Clang-tidy: modernize-redundant-void-argAaron Carlisle
2022-01-03Cleanup: Clang tidyHans Goudey
2021-12-27OpenSubDiv: add support for an OpenGL evaluatorKévin Dietrich
2021-12-18GPU: add memory barriers for vertex and index buffersKévin Dietrich
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
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-10-01GPU: set 'GL_PACK_ALIGNMENT' 1 as defaultGermano Cavalcante
2021-09-06Fix crash drawing hair with older GPUs.Jeroen Bakker
2021-08-04Fix transparent faces on certain AMD cardsGavin Li
2021-07-26Cleanup: spelling in commentsCampbell Barton
2021-07-21Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-21Cleanup: spellingCampbell Barton
2021-07-21Cleanup: replace BLI_assert(0 && "text") with BLI_assert_msgCampbell Barton
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-06GPU: Fix crash when using EGL with --gpu-debug flag.Jeroen Bakker
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-29Cleanup: GPU Shader Log Parsing.Jeroen Bakker
2021-06-29Fixed issue in previous commit.Jeroen Bakker
2021-06-29Fix T89405: Viewport Render Preview glitching (AMD)Jeroen Bakker
2021-06-28GPU: Refactored +cleanup compilation log parsing.Jeroen Bakker
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-05-28DrawManager: Use Compute Shader to Update Hair.Jeroen Bakker
2021-05-26Revert "DrawManager: Use Compute Shader to Update Hair."Jeroen Bakker
2021-05-26DrawManager: Use Compute Shader to Update Hair.Jeroen Bakker
2021-05-26GPU: Compute Pipeline.Jeroen Bakker
2021-05-21Fix T88227: Eevee not working on AMD 535 cards.Jeroen Bakker
2021-05-17Cleanup: missing declaration warningCampbell Barton
2021-05-14Python GPU: New 'platform' moduleGermano Cavalcante
2021-05-14Python GPU: New 'capabilities' moduleGermano Cavalcante
2021-05-10Merge branch 'blender-v2.93-release'Pablo Dobarro
2021-05-10Fix T88180: Enable HQ normal workaround for RX 580X cards.Jeroen Bakker
2021-05-06Cleanup: spellingCampbell Barton
2021-04-30Fix uninitialized memory use in GLDrawListCampbell Barton
2021-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-03-18Cleanup: spellingCampbell Barton
2021-02-21GPU: Add RGB10_A2 format supportClément Foucault
2021-02-17Cleanup: Abbreviate enums with 'UNSIGNED_' in the nameGermano Cavalcante
2021-02-17Cleanup: spellingCampbell Barton
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-05Cleanup: outdated/unhelpful commentsCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-03GL: Improve framebuffer error message by adding framebuffer nameClément Foucault