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
2021-08-05DRW: New Select Debug EngineGermano Cavalcante
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-03Fix select engine buffer having wrong vertex sizeGermano Cavalcante
2021-07-21Fix incorrect use of BLI_assert with error stringsCampbell Barton
2021-07-21Cleanup: replace BLI_assert(0 && "text") with BLI_assert_msgCampbell Barton
2021-07-11Cleanup: correct spelling in comments, remove profanityCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-22Draw: Added testcases for hair refine shaders.Jeroen Bakker
2021-05-20GPencil: Fix missing annotations in VSE stripAntonio Vazquez
2021-03-30Cleanup/Refactor: Unify functions that redraw the depth bufferGermano Cavalcante
2021-03-18Fix T86219: Compositor backdrop not using Color Management ViewPhilipp Oeser
2021-03-18Cleanup: spellingCampbell Barton
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-09Cleanup: spellingCampbell Barton
2021-02-05Merge branch 'blender-v2.92-release'Jeroen Bakker
2021-02-05Fix T85260: Viewport render does not draw backgroundJeroen Bakker
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-04Cleanup: replace '_imp' function suffix with '_impl'Campbell Barton
2021-01-26Viewport Rendering: Don't clamp when overlays are disabled.Jeroen Bakker
2021-01-05Eevee Cryptomatte: Store hashes in render result meta dataJeroen Bakker
2021-01-05Cleanup: typos (repeated words)Campbell Barton
2020-12-16Fix T83547: UV Editor stitching preview is gone.Jeroen Bakker
2020-11-30Cleanup: Use "region" for ARegion variable namesHans Goudey
2020-11-24Viewport: cannot select object by clicking on its instancesJacques Lucke
2020-11-24Fix T80748: Render Emissive Colors in Compositor BackdropJeroen Bakker
2020-11-09Merge branch 'blender-v2.91-release'Brecht Van Lommel
2020-11-09Fix T78028: crash with grease pencil and save buffersBrecht Van Lommel
2020-11-03Materials: add custom object properties as uniform attributes.Alexander Gavrilov
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-10-21DrawManager: Adding Custom Render PassesJeroen Bakker
2020-10-06Fix T81459: Memory Leak Cycles Rendered ViewportJeroen Bakker
2020-09-21Fix T80931: Proporional Editing Cursor Draws IncorrectJeroen Bakker
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-16Fix T80107 Selection: Regression in Box selectionClément Foucault
2020-09-15CleanUp: Fixed incorrect parameters to GPU_depth_testJeroen Bakker
2020-09-12GPU: Fix wrong state before python callbacksClément Foucault
2020-09-11Use DrawManager for Image/UV EditorJeroen Bakker
2020-09-08Cleanup: DRW: Replace 0 by NULL in GPU_context_create callsClément Foucault
2020-09-08GPUImmediate: Make activation / deactivation implicitClément Foucault
2020-09-08fix flushClément Foucault
2020-09-07GPU: Rename gpu_extensions to gpu_capabilitiesClément Foucault
2020-09-07GPUExtensions: GL backend isolationClément Foucault
2020-09-05GPUTexture: Change texture creation APIClément Foucault
2020-09-03Fix T63125: Gpencil: bones cannot be selected in weightpaint modePhilipp Oeser
2020-08-30GPUFrameBuffer: Use debug name supportClément Foucault
2020-08-30GPUFrameBuffer: GL backend isolationClément Foucault
2020-08-28DrawEngine: Shader Test SuiteJeroen Bakker
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault