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-30Fixed compile errors associated with merge from soc-2013-viewport_fx and MSVC...Jason Wilkins
2014-05-22Merge branch 'soc-2014-viewport' into soc-2013-viewport_fxJason Wilkins
2014-03-05Merge branch 'master' into soc-2013-viewport_fxjwilkins
2014-02-17Code cleanup: unused/warningsCampbell Barton
2014-02-16Fixing more warnings given by llvm gcc on OSX.Jason Wilkins
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2013-12-18Error in recent commitCampbell Barton
2013-12-18BLF: debug function to print a fonts stateCampbell Barton
2013-12-16BLF API: Add BLF_width_to_strlen,rstrlen gives a byte offset from a string widthCampbell Barton
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-09-21fixed violations of some new GPU_SAFETY checks I put inJason Wilkins
2013-09-20more progress on last refactor before end of GSoC 2013Jason 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-08-02In progress applying GPU_simple_shader to implemented shading on ES/COreJason 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-19well on the way to conditionally compiling / rewriting non-ES and deprecated ...Jason Wilkins
2013-07-17Merged work from working copy of GSoC 2012 work into GSoC 2013 branch.Jason Wilkins
2013-06-28Fix #35884: crash opening .blend with generated color grid image and preview ...Brecht Van Lommel
2013-03-21Bugfix: Transform autokey warning indicator text was getting clipped prematurelyJoshua Leung
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-02-21Compile fixes for recent code cleanups:Thomas Dinges
2013-02-21use radians for BLF_rotationCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-11-11code cleanup:Campbell Barton
2012-11-11replace 0 and 1 with FALSE and TRUE in BLF_global_font_init in blf.cJason Wilkins
2012-10-12get the width and height of the font at once when drawing auto-key,Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-13fix [#32126] STAMP: Setting a background color causes color flickerCampbell Barton
2012-08-13fix for stamp text drawing into a color buffer not taking color management in...Campbell Barton
2012-07-09code cleanupCampbell Barton
2012-05-27style cleanupCampbell Barton
2012-03-12Style cleanup in blenfont (spaces, C++ comments, etc.).Bastien Montagne
2012-01-06Move glTexEnvi to draw__start/draw__end.Diego Borghetti
2012-01-03Fix:Diego Borghetti
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-21Blenfont: add BLF_unload function to unload/reload fonts.Brecht Van Lommel
2011-09-18replace strnlen with BLI_strnlen & some style changes.Campbell Barton
2011-09-18blf - further shrink drawing functions & some style changes.Campbell Barton
2011-09-18blf code - no functional changes.Campbell Barton
2011-09-17Speedup for font drawing, every letter was character was calling:Campbell Barton
2011-08-30minor edits, pep8 - also correct float -> double promotion for blf.Campbell Barton
2011-05-04new BLF functionsCampbell Barton
2011-04-30fix [#27221] stamp text bug in lower linesCampbell Barton
2011-02-27doxygen: blender/blenfont tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14more vars made staticCampbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton