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
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
2014-01-05Fix T38024 crash when rebuilding sculpt mode buffers.Antony Riakiotakis
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-24fix for GPU_update_bmesh_buffers not setting bmesh vertex index values as dir...Campbell Barton
2013-08-19Make GPU buffers allocation/freeing safe for threadingSergey Sharybin
2013-08-09OpenGL VBO's: free VBO pool before redraw, otherwise this just holds onto memoryBrecht Van Lommel
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton
2013-06-06style cleanupCampbell Barton
2013-06-05Fix textured draw mode + dyntopo crash fix to cover more cases.Brecht Van Lommel
2013-06-05Obsessive Null Checking Compulsion case:Antony Riakiotakis
2013-06-04Fix #35602: VBO + dynamic topology sculpt did not show specularity.Brecht Van Lommel
2013-05-02avoid per-vertex mask layer lookups for dyntopo.Campbell Barton
2013-02-03style cleanup & some spellingCampbell Barton