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
2019-05-20Fix missing assignments in object mode select id drawingCampbell Barton
2019-05-20Fix invalid face offset in DRW_draw_select_id_objectCampbell Barton
2019-05-18Edit Mesh Selection Drawing: Make sure the state of point size is enabled.mano-wii
2019-05-18Fix T54686: objects don't occlude each other for edit-mesh select (part 2)Campbell Barton
2019-05-17Cleanup: DRW: Remove uneeded DRWState valuesClément Foucault
2019-05-16Fix edit-mesh select crash when using face-dotsCampbell Barton
2019-05-16Fix T54686: objects don't occlude each other for edit-mesh selectmano-wii
2019-05-14DRW: Refactor: Use DRWCall to accumulate per instance attributesClément Foucault
2019-05-14BLI_memblock: Add more optionsClément Foucault
2019-05-14DRW: Fix threading hazard when rendering and using auto depthClément Foucault
2019-05-11Fix T64137 Empty Images flickering graphics when "Auto Depth" is enabledClément Foucault
2019-05-09DrawManager/GreasePencil: Select Correct ViewLayerJeroen Bakker
2019-05-09DepsGraph: Multi ViewLayer SelectionJeroen Bakker
2019-05-08DRW: Speedup: Only do batch cache request and validation once for duplisClément Foucault
2019-05-08DRW: Make batch validation run first during iterationClément Foucault
2019-05-08DRW: Add DRW_duplidata_get to create fast path for duplisClément Foucault
2019-05-08GPUViewport: Fix possible hash colision with enabled enginesClément Foucault
2019-05-08DRW: Remove uneeded calls to drw_viewport_engine_data_ensure when iteratingClément Foucault
2019-05-08DRW: Replace BLI_mempool by BLI_memblockClément Foucault
2019-05-08Fix T64302: objects disappearing when disabling overlaysJeroen Bakker
2019-05-07DrawManager: External Engines + OverlaysJeroen Bakker
2019-05-06DRW: Attempt to fix slowdown caused by gizmo drawingClément Foucault
2019-05-02Fix T63997 Weird z-fight during weight paintClément Foucault
2019-05-01DRW: Draw checkerboard alpha pattern for CyclesClément Foucault
2019-04-25DRW: Cleanup: use iter_flag const for readabilityClément Foucault
2019-04-23Fix T63178 Eevee animation render crashClément Foucault
2019-04-23Fix T63816: Crash opening file with multiple view layersSergey Sharybin
2019-04-22Cleanup: style, use bracesCampbell Barton
2019-04-20Cleanup: formatting, unused argsCampbell Barton
2019-04-19DRW: Expose VBO garbage collection timingsClément Foucault
2019-04-19Fix T63669: Particle editing bypassing occlusion.mano-wii
2019-04-19DRW: Add batch garbage collectionClément Foucault
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-133D View: move gizmo draw options out of overlaysCampbell Barton
2019-04-10Fix T62449: Subsurf+hidden facesJeroen Bakker
2019-04-05DRW: Opti: Replace bound tex/ubo tracking array by bitfieldsClément Foucault
2019-04-04Fix T63255: Crash when circle select performs selection outside the viewport'...mano-wii
2019-04-02Cleanup: empty expression statement warningCampbell Barton
2019-03-29GPU: Fix color difference when rendering to gpu_py_offscreenClément Foucault
2019-03-28Possible fix for T62999: Crash when select in edit mode.mano-wii
2019-03-28DRW manager: Always assume that the GL_DITHER and GL_SCISSOR_TEST should be d...mano-wii
2019-03-27Fix T62997 Eevee: visual artifacts during irradiance volume bakingClément Foucault
2019-03-27Edit Mesh Selection: make sure that `GL_SCISSOR_TEST` is disabled.mano-wii
2019-03-27Fix debug error on recent commit.mano-wii
2019-03-27GPencil: Remove legacy `ED_gpencil_draw_view3d` code.mano-wii
2019-03-26DRW manager: Use existing viewport instead of creating a viewport in DRW_draw...mano-wii
2019-03-26Revert "DRW Manager: create and use new DRW_framebuffer_depth_read utility."Jeroen Bakker
2019-03-26Fix T62774: Respect Show OverlaysJeroen Bakker
2019-03-22Fix overlay being ignored in functions that read the depth buffer.mano-wii
2019-03-22DRW Manager: create and use new DRW_framebuffer_depth_read utility.mano-wii