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-05-22Merge branch 'soc-2014-viewport' into soc-2013-viewport_fxJason Wilkins
2014-05-20fixed compile errors on MacOSX Clang 5.1 after previous mergeJason Wilkins
2014-04-13Reduce overhead when sampling texture images for brushes. The tests canAntony Riakiotakis
2014-04-13Cleanup:Antony Riakiotakis
2014-04-13Fix T39430, incorrect color management in paint cursor when usingAntony Riakiotakis
2014-03-29Fix building without openmp continuedAntony Riakiotakis
2014-03-29Fix T39468Antony Riakiotakis
2014-03-27Fix T39435 paint overlay not always getting correctly refreshed.Antony Riakiotakis
2014-03-05Merge branch 'master' into soc-2013-viewport_fxjwilkins
2014-03-02Fix issue with texture painting: Tex slot scale was being applied twice.Antony Riakiotakis
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-10Style changes to refactor commit.Antony Riakiotakis
2013-12-10Refactoring/cleanup, borrowed from soc-2013-paint branch.Antony Riakiotakis
2013-10-12Fix crash running Blender in background mode, caused by revision 60633.Brecht Van Lommel
2013-10-10style cleanupCampbell Barton
2013-10-09Fix uber evil (-15 alignment points) own buffer overflowAntony Riakiotakis
2013-10-09minor code cleanup.Antony Riakiotakis
2013-10-09Paint cursor overlays: Delete the cursor texture overlay resources whenAntony Riakiotakis
2013-09-20more progress on last refactor before end of GSoC 2013Jason Wilkins
2013-09-16Fix issue with paint cursor overlay and size pressure drawing, it wouldAntony Riakiotakis
2013-08-27rest of changes needed for the raster shader (still incomplete, but it compiles)Jason Wilkins
2013-08-08cleaned up basic shader state handling somewhat. lighting seems accurate nowJason Wilkins
2013-08-05compiles againJason Wilkins
2013-08-04Committing since GPU module compiles again. I've made too many changes witho...Jason Wilkins
2013-07-23Implemented replacement for DrawPixels so that icons and images draw on OpenG...Jason Wilkins
2013-07-23Blender now runs when compiled with ANGLE and draws to the screen without tri...Jason Wilkins
2013-07-21Found up several functions that really were ES2, Fixed linking problems with ...Jason Wilkins
2013-07-21compiles with no syntax errors with ES headers, but there are now linker errorsJason Wilkins
2013-07-20Have compile errors due to compiling with ES headers down to SELECT mode and ...Jason Wilkins
2013-07-19well on the way to conditionally compiling / rewriting non-ES and deprecated ...Jason Wilkins
2013-07-17cleanup of gpu_matrix.cJason Wilkins
2013-07-17Merged work from working copy of GSoC 2012 work into GSoC 2013 branch.Jason Wilkins
2013-06-02code cleanup: remove unused structCampbell Barton
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-18Fix crash due to shared paint cursor function. It is necessary to checkAntony Riakiotakis
2013-05-18Stroke code:Antony Riakiotakis
2013-05-01Fix 2D painting gave squares rather than a disk for the "Max" curve falloff s...Brecht Van Lommel
2013-05-01Fix: Overlay was getting invalidated too often in image editor makingAntony Riakiotakis
2013-04-23Fix issue reported by Campbell: Move texture existence check out of loopAntony Riakiotakis
2013-04-23style cleanupCampbell Barton
2013-04-23Allow hiding separate hiding of overlays on stroke.Antony Riakiotakis
2013-04-23Add stencil control for mask overlay. Key combinations are the same asAntony Riakiotakis
2013-04-23Overlay fixes:Antony Riakiotakis
2013-04-23Fix silly mistake, cursor overlay does not depend on any brush textureAntony Riakiotakis
2013-04-23Overlay refactor:Antony Riakiotakis
2013-04-17Don't use auto vectorization for MinGW-w64. It may be a source forAntony Riakiotakis
2013-04-16Option to hide overlay during a stroke. To enable, press the brush iconAntony Riakiotakis
2013-04-13code cleanup: warnings + styleCampbell Barton