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-06-04 Cleanup: strip trailing space in GPU moduleCampbell Barton
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-04-19Cleanup: styleCampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-01-16Sculpting: Fix uninitialized color being left for smooth meshes with hidden maskSergey Sharybin
2018-01-16Sculpting: Fix for "Hide Mask" does not work with multiresSergey 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-09-29Vertex Paint: Alpha SupportCampbell Barton
2017-08-01Cleanup: use static vars where appropriateCampbell Barton
2017-05-11Cleanup: GPU PBVH namingCampbell Barton
2017-05-11Sculpt Drawing: reduce redundant color conversionCampbell Barton
2017-04-12Cleanup: use lowercase gpu prefix for static funcsCampbell Barton
2016-07-14Cleanup: comment blocksCampbell Barton
2016-07-06Cleanup: redundant 4th index in sculpt PBVHCampbell Barton
2016-06-09GPU: avoid multiple bind calls in GPU_draw_pbvh_buffersCampbell Barton
2016-06-09Flat shading for basic shaderAlexander Romanov
2016-06-08Cleanup: GPU headersCampbell 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
2016-05-23Support Vertex Color in GLSL viewport for CyclesSergey Sharybin
2016-01-22OpenGL: fewer state changes for wireframe PBVHMike Erwin
2016-01-09Cleanup: style, gpu moduleCampbell Barton
2016-01-02GPU buffers: Add update functionality for existing buffers.Antony Riakiotakis
2015-12-06OpenGL: rename simple shader to basic shader.Brecht Van Lommel
2015-12-06OpenGL: isolate fixed function lighting in simple shader code.Brecht Van Lommel
2015-11-28Fix possible hang on buffer allocation failure. Reported by coverityAntony Riakiotakis
2015-11-26Cleanup: warningsCampbell Barton
2015-11-26cleanup: C99 and vertex array commentsMike Erwin
2015-11-26OpenGL: remove unused VBO_DISABLED from PBVHMike Erwin
2015-11-22Remove vertex array support from GPUBuffers. Remove USER_DISABLE_VBO. AllAntony Riakiotakis
2015-11-22OpenGL: bump gpu_buffers to GL 2.1Mike Erwin
2015-09-16Get rid of leftover from refactor of VBO code. Thanks to severin forAntony Riakiotakis
2015-08-06Cleanup: whitespace, unused varCampbell Barton
2015-08-04Fix fast navigate winding being incorrect (apparent when backfaceAntony Riakiotakis
2015-08-03Multires sculpting drawing optimization:Antony Riakiotakis
2015-08-03Fix T45654 fast navigate artifacts.Antony Riakiotakis
2015-07-31Use polygon normals for sculpt drawingCampbell Barton
2015-07-25Convert CCGSubsurf VBO system to also sort hidden and visible faces.Antony Riakiotakis
2015-07-25GPU buffer materials:Antony Riakiotakis
2015-07-24Fix T45541 crash when mixing flat and smooth shaded faces in sculptAntony Riakiotakis
2015-07-23Subsurf: Optimize edge drawing, now it uses VBOs.Antony Riakiotakis
2015-07-21Try to remap buffer before rejecting.Antony Riakiotakis
2015-07-21Failure to alllocate vertex buffer would not fall back to vertex arrayAntony Riakiotakis
2015-07-20Fix recent own stupidity with indexed sculpt drawing.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