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
2015-06-16Optimize drawing of outlines as wellAntony Riakiotakis
2015-06-16Drawing speedup:Antony Riakiotakis
2015-03-23cleanup: use spaces for alignmentMike Erwin
2015-03-16Make sure disabling attribute arrays also resets the counter so we don'tAntony Riakiotakis
2015-02-11cleanup: style/indentationCampbell Barton
2015-02-03Fix T43530 using blender on remote connection crashesAntony Riakiotakis
2014-12-16Fix typo in VBOAntony Riakiotakis
2014-12-16Remove NULL checking variable after using it.Antony Riakiotakis
2014-12-12Fix T42875 GLSL display not correct in vertex array mode.Antony Riakiotakis
2014-12-03Another crappy mistake in VBO code.Antony Riakiotakis
2014-11-29Cleanup: use const, avoid float -> double in matrix invertCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-28Cleanup GPU: get rid of some extremely legacy draw code.Antony Riakiotakis
2014-10-08Ghost Context RefactorJason Wilkins
2014-09-02Fix T41682.Antony Riakiotakis
2014-08-13Fix possible uninitialized var useCampbell Barton
2014-08-07Fix crash on dyntopo when show diffuse option + collapse is usedAntony Riakiotakis
2014-08-05Cleanup: indentationCampbell Barton
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-05-05Hidden PBVH nodes:Antony 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-30Code cleanup: remove unused includesCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2014-04-17Code cleanup: use boolsCampbell Barton
2014-04-15Fix regression, sculpting on mesh with matcaps (without multires/Antony Riakiotakis
2014-04-13Split Normals I (3/5): Add 3Dview shading support of split normals.Bastien Montagne
2014-04-11Change GPU deletion at GPU buffer update time. This should be detectedAntony Riakiotakis
2014-04-11Dyntopo: use hidden face flags in more placesCampbell Barton
2014-04-10Dyntopo: Minor display optimization.Antony Riakiotakis
2014-04-09Code cleanup: ifdef unused linklist for GPU drawobject'sCampbell Barton
2014-04-09More stack cleanup on GPU_buffersAntony Riakiotakis
2014-04-09Add material storage to derivedmesh.Antony Riakiotakis
2014-04-09GPU: replace callocs with malloc since reallocs aren't clearedCampbell Barton
2014-04-08Dyntopo: replace GHash with GSet, saves some memoryCampbell Barton
2014-04-03Forgotten to add this on last commit. This would cause dyntopo to alwaysAntony Riakiotakis
2014-04-03Fix T39517,Antony Riakiotakis
2014-04-02Fix T39520, show diffuse not working in dyntopo.Antony Riakiotakis
2014-04-02Dyntopo: Delete OpenGL buffers of nodes that do not have any moreAntony Riakiotakis
2014-04-01Revert 7955cb78d it causes GPU_pbvh_buffers_diffuse_changed to alwaysAntony Riakiotakis
2014-04-01Make matcaps suck lessAntony Riakiotakis
2014-04-01Fix for "Show Diffuse Color" was having affect on mesh without maskSergey Sharybin
2014-04-01Code cleanup: use bool instead of intSergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-29Cleanup: Minor spelling fixes:Antony Riakiotakis
2014-03-29GPU_pbvh_buffers: Use triangles to render multires.Antony Riakiotakis
2014-02-22Code cleanup: styleCampbell Barton
2014-02-07Fix T38503: crash in non-threadsafe VBO free code during render.Brecht Van Lommel
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton