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
2012-10-23Fix #32943: sculpt mode draw crash with VBO and flat shaded, hidden faces.Brecht Van Lommel
2012-10-22Fix #32522: Object's diffuse color not showing in Sculpt ModeSergey Sharybin
2012-10-20Fix for drawing meshes with VBOs disabled in sculpt modeNicholas Bishop
2012-10-19Fix for VBO drawing in multires sculptingNicholas Bishop
2012-10-06Improve flat-shaded VBO drawing for sculpt meshesNicholas Bishop
2012-10-06Code cleanups for PBVH GPU buffersNicholas Bishop
2012-10-01Fix: gpu_colors_enable could cause 3d display corruption because it always en...Antony Riakiotakis
2012-10-01mask data is no longer automatically added when sculpting (except when there ...Campbell Barton
2012-09-30Revert changes made to support diffuse color when sculptingSergey Sharybin
2012-09-26Fix #32663: Sculpt masks are too darkSergey Sharybin
2012-09-23Fix #32522: Object's diffuse color not showing in Sculpt ModeSergey Sharybin
2012-07-17code cleanup: spellingCampbell Barton
2012-06-05Fix #31593: Every time I switch between edit and object mode, it crashesSergey Sharybin
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-23style cleanupCampbell Barton
2012-05-22Fix memory leak when deleting all vertices from mesh with certain modifiers (...Antony Riakiotakis
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-11style cleanup: mainly sculpt/whitespaceCampbell Barton
2012-05-11Add mask-drawing support to GPU_Buffers.Nicholas Bishop
2012-05-11Use VertexBufferFormat for multires VBO.Nicholas Bishop
2012-05-11Replace hardcoded DMGridData structure with CCGElem/CCGKey.Nicholas Bishop
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-03stule cleanup: edits for files which were recently cleaned up.Campbell Barton
2012-03-30fix [#30643] Crasher on entering edit mode with VBOs enabledCampbell Barton
2012-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22Renaming CD_WEIGHT_MCOL/MLOOPCOL and their masks from WEIGHT to PREVIEW, as t...Bastien Montagne
2012-03-17Fix for size of VBO index type when drawing multires in sculpt mode.Nicholas Bishop
2012-03-16Fix for multires VBO drawing in sculpt mode.Nicholas Bishop
2012-03-14Fix some errors in partial visibility drawing.Nicholas Bishop
2012-03-14Skip hidden elements in PBVH iterator, raycast, and drawing.Nicholas Bishop
2012-03-09Optimize index buffers for multires drawing in sculpt mode.Nicholas Bishop
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-07Code cleanup: use typedefs for DerivedMesh drawing callbacks.Nicholas Bishop
2012-03-06Draw individual face's material and shading correctly in the PBVH.Nicholas Bishop
2012-03-06Code cleanup: remove unused drawFacesColored from DerivedMesh.Nicholas Bishop
2012-02-28Bugfix: avoid reading from an OpenGL buffer mapped write-only.Nicholas Bishop
2012-02-23Bugfix: don't read from a write-only VBO when updating grid buffers.Nicholas Bishop
2012-02-23Code cleanup: de-duplicate code in GPU_build_grid_buffers() with a macro.Nicholas Bishop
2012-02-23Code cleanup: don't use GHash for GPU_build_mesh_buffers().Nicholas Bishop
2012-02-21Another fix for non-VBO flat-shading in sculpt mode, this time for non-multir...Nicholas Bishop
2012-02-21Remove call to GPU_update_mesh_buffers from GPU_build_mesh_buffers.Nicholas Bishop
2012-02-21Fix normals for flat-shaded non-VBO sculpt drawing.Nicholas Bishop
2012-01-03svn merge ^/trunk/blender -r43062:43085Campbell Barton
2012-01-02Remove some silly variable copies that stuck around from a previous refactor.Nicholas Bishop
2011-12-28more changes from bmesh into trunk (mesh mpoly strict member)Campbell Barton
2011-11-30More DM func renames, fixing some build breaks, renaming more stuff, also see...Andrew Wiggin