OSDN Git Service

draw_dab: add back opacity==0 check in inner loop
[mypaint-anime/master.git] / lib / tiledsurface.hpp
2011-05-16 Martin Renolddraw_dab: add back opacity==0 check in inner loop
2011-05-16 Martin Renolddraw_dab: code refactoring
2011-05-16 guciekadd lock_alpha; blend mode refactoring
2009-08-29 Martin Renoldenable assertions with "scons debug=true"
2009-08-19 Martin RenoldMerge branch 'i18n' (with cleaned-up commits)
2009-08-15 Martin Renoldmake hardness formula more readable
2009-07-12 Alinson SantosMipmapping, faster zoom out
2009-06-02 Martin Renold[elliptical dabs] stroke direction filtering, with...
2009-06-02 Martin Renold[elliptical dabs] change angle definition from 0-360...
2009-05-28 Martin Renoldmove lowlevel pixel code into pixops.hpp
2009-05-28 Martin Renoldmore rounding, reduces load->save error
2009-05-28 Martin Renoldspeedup pixel conversion (testcase: openraster loading...
2009-05-25 Martin Renold[save/load] Moved dithering implementation from python...
2009-03-30 Martin Renolddab aspect ratio (experimental)
2009-01-10 Martin Renoldfewer assertions on floating point values, more CLAMPing
2009-01-10 Martin Renolddebugging smudge+, next take
2009-01-10 Martin Renoldfix smudge+ brush crashes (rounding problems due to...
2009-01-10 Martin Renoldmore assertions for debugging smudge brush problem
2009-01-04 Martin Renoldoptimization of background blitting, and some other...
2008-12-29 Martin Renoldmake sure every GPL header says "version 2 or later...
2008-12-01 Martin Renoldsmudge math reworked
2008-12-01 Martin Renoldenforce minium get_color() radius to avoid division...
2008-11-30 Martin Renoldimplemented "pick layer at cursor", using get_color...
2008-11-30 Martin Renoldreimplemented get_color() for the pixel format; smudge...
2008-11-28 Martin Renoldmoved rand_gauss back to helpers.hpp, reverted to the...
2008-11-28 Martin RenoldOptimization: cache pointer to recently used tile memory.
2008-11-27 Martin Renoldobvious blitting optimization (allow blitting to non...
2008-11-23 Martin Renoldbrushlib splitoff (moved some code from lib into brushlib)
2008-11-22 Martin Renoldminor cleanup (int ==> bool)
2008-11-22 Martin Renoldbrush.hpp interface cleanups (eg. saving the RNG seed...
2008-11-21 Martin Renoldfixed eraser
2008-11-21 Martin RenoldSwitched surface to 15bit per channel premultiplied...
2008-11-03 Martin Renoldmove back from float32 to uint8 image format [work...
2008-10-20 Martin Renoldenable assertions again (python-config did disable...
2008-10-11 Martin Renoldseparate lib/ and gui/ directory