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
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-01-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-15Sculpting: Sdd an option to hide mask in viewportSergey Sharybin
2018-01-15GPU buffers: Use bitflag to whether we want to show diffuse colorSergey Sharybin
2017-06-19Gawain API naming refactorCampbell Barton
2017-05-11Merge branch 'master' into blender2.8Campbell Barton
2017-05-11Cleanup: GPU PBVH namingCampbell Barton
2017-05-11DWM: Use draw manager for sculpt PBVH drawingCampbell Barton
2017-03-03OpenGL: draw PBVH bounding box with new imm modeMike Erwin
2016-07-06Cleanup: redundant 4th index in sculpt PBVHCampbell Barton
2016-06-22Cleanup: styleCampbell Barton
2016-06-02Fix T47637: Multiple multires objects in Sculpt mode make blender crash.Bastien Montagne
2016-05-31Properly handle vertex color color space for Cycles GLSLSergey Sharybin
2015-11-26cleanup: C99 and vertex array commentsMike Erwin
2015-11-22Remove vertex array support from GPUBuffers. Remove USER_DISABLE_VBO. AllAntony Riakiotakis
2015-07-25Convert CCGSubsurf VBO system to also sort hidden and visible faces.Antony Riakiotakis
2015-07-25GPU Buffers:Antony Riakiotakis
2015-07-25GPU buffer materials:Antony Riakiotakis
2015-07-23Subsurf: Optimize edge drawing, now it uses VBOs.Antony Riakiotakis
2015-07-20Use abstraction to unbind buffers, should avoid crashes in systems thatAntony Riakiotakis
2015-07-17Fix no longer being possible to display a suzanne with 8 levels ofAntony Riakiotakis
2015-07-16Add tessellation data to DerivedMesh (LoopTri)Campbell Barton
2015-07-16Sculpt draw code:Antony Riakiotakis
2015-07-15 VBO offscreen selection drawing, cdderivedmeshAntony Riakiotakis
2015-07-15DerivedMesh: minor changes to callback useCampbell Barton
2015-07-14Display optimizations part 1.Antony Riakiotakis
2015-07-10Cleanup: use const for gpu bufferCampbell Barton
2015-06-16Optimize drawing of outlines as wellAntony Riakiotakis
2015-06-16Drawing speedup:Antony Riakiotakis
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-23cleanup: use spaces for alignmentMike Erwin
2014-11-28Cleanup GPU: get rid of some extremely legacy draw code.Antony Riakiotakis
2014-08-27Cleanup: remove _DEBUG define usageCampbell Barton
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-05-05Attempt to solve T39950,Antony Riakiotakis
2014-05-01Add PBVH debug display, where we can see the PBVH node bounding boxes.Antony Riakiotakis
2014-04-17Code cleanup: use boolsCampbell Barton
2014-04-09Code cleanup: ifdef unused linklist for GPU drawobject'sCampbell Barton
2014-04-08Dyntopo: replace GHash with GSet, saves some memoryCampbell Barton
2014-04-03Fix T39517,Antony Riakiotakis
2014-04-02Fix T39520, show diffuse not working in dyntopo.Antony Riakiotakis
2014-04-01Code cleanup: use bool instead of intSergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-01-03Code clean-up change naming of gpu buffers used by pbvh to betterAntony Riakiotakis
2013-08-26replace hashes with sets where possible.Campbell Barton
2013-08-09OpenGL VBO's: free VBO pool before redraw, otherwise this just holds onto memoryBrecht Van Lommel
2012-12-30Use GPU_Buffers to draw wireframe when in dynamic-topology sculpt modeNicholas Bishop
2012-12-30Add GPU_buffers support for drawing dynamic topology nodesNicholas Bishop
2012-10-30Fix for own r51737.Bastien Montagne