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-07-02UV Editor: Fix Vertex Overlay color not being color managedClément Foucault
2020-06-18Fix T77657: NVIDIA Quadro FX4800 crash on startupJeroen Bakker
2020-06-11Fix T76273 Glitches caused by glCopyImageSubData on windows + intel gpuClément Foucault
2020-05-20Fix unnecessary buffer reallocation in sculpt mode, causing an assertBrecht Van Lommel
2020-05-19GPU: Attempt to fix Crash on startup with Intel HD Graphics 620/630Clément Foucault
2020-05-19Fix T76541: OpenGl Depth Picking not selecting frontmost objectSebastian Parborg
2020-05-18Fix invalid bit shift when GPU shader attribute is not foundBrecht Van Lommel
2020-05-18Fix potential crash due to dyntopo GPU buffer invalid memory accessBrecht Van Lommel
2020-05-15Fix T76755: texture paint on udims crashPhilipp Oeser
2020-05-14Sculpt: Render Face Sets always as flat shadingPablo Dobarro
2020-05-14UI: Fix Unreported missing background for azone arrowClément Foucault
2020-05-07Fix T76510: Eevee OpenVDB render artifacts due to texture clampingBrecht Van Lommel
2020-05-04GPU: Set Default Buffer Size Immediate ModeJeroen Bakker
2020-04-26GPU: Add better support for texture copy fallbackClément Foucault
2020-04-24GPU: Add Polyline shader (wide line emulation)Clément Foucault
2020-04-22GPU: Add GPU_texture_copyClément Foucault
2020-04-22Cleanup: Spelling in function nameSergey Sharybin
2020-04-20Fix T75914: Assert Knife ToolJeroen Bakker
2020-04-20Cleanup: accidental value declaration with struct typeCampbell Barton
2020-04-20Fix T75329: Missing show_face_sets checks for MultiresPablo Dobarro
2020-04-17GPU: Fix typo making RG16F use 16 bytes instead of 4Clément Foucault
2020-04-17GPU: Fix missing SRGB8_ALPHA8 debug stringClément Foucault
2020-04-16Fix T74964 Stereo 3D anaglyph and interlace not workingClément Foucault
2020-04-16GPUImmediate: Use 2 Buffers For (Un)StrictJeroen Bakker
2020-04-16GPUViewport: Use GPUBatch for viewport drawingJeroen Bakker
2020-04-15Fix T75443 Color Management: Use after free crash when using curve mappingClément Foucault
2020-04-15Fix shader error sRGB gizmo drawing workaroundCampbell Barton
2020-04-14GPUShader: Implement workaround for gizmo drawing on sRGB framebufferClément Foucault
2020-04-11Revert "GPUViewport: Use GPUBatch for viewport drawing"Brecht Van Lommel
2020-04-09Shading: add Roughness input to Noise and Wave texture nodesBartosz Moniewski
2020-04-09GPUViewport: Use GPUBatch for viewport drawingJeroen Bakker
2020-04-07Cleanup: use doxy sectionsCampbell Barton
2020-04-07Revert "Fix memory leak in recent panel drag widget cache"Campbell Barton
2020-04-07Fix memory leak in recent panel drag widget cacheCampbell Barton
2020-04-07GPUBatch: Correctly Free Panel Widget BatchJeroen Bakker
2020-04-06GPU: Panel Drag Widget Drawing PerformanceJeroen Bakker
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Fix build warning with MSVCRay Molenkamp
2020-04-03Cleanup: use term 'attr' instead of 'attrib'Campbell Barton
2020-04-01Cleanup: quiet discarded-qualifiers, unused warningsCampbell Barton
2020-04-01Multires: Initial Face Sets supportPablo Dobarro
2020-03-27Cleanup: GPUShader: Remove unused shadersClément Foucault
2020-03-26GPU: Add workaround for faulty default attrib values on some driversClément Foucault
2020-03-26Sculpt: Use uchar to store the sculpt mask in the GPUPablo Dobarro
2020-03-26Fix T74780: Face sets operators not aware of SCULPT_FACE_SET_NONEPablo Dobarro
2020-03-26Fix T74692: Do not draw nodes with the default face setPablo Dobarro
2020-03-24Cleanup: Silence warningsGermano Cavalcante
2020-03-24GPU: Estimate a better value for the memory usedGermano Cavalcante
2020-03-23UI: Theme options for checkerboard pattern colors and sizeMichael Soluyanov
2020-03-23Fix T74964: Stereo Viewport Rendering Not WorkingJeroen Bakker