Feed Advanced Search

Sep 25 2017

poke1024 updated the diff for D7969: Prevents crash.

OK, so the problem on OS X turns out NOT to be related to mmap size limits, but simply a problem in creating and opening the swapfile. The swapfile does not get created properly on OS X and thus mmap fails later on, as there's no file to mmap to.

Sep 25 2017, 3:40 PM

Sep 24 2017

poke1024 added a comment to D7969: Prevents crash.

OK, so it turns out my "fix" just produces another crash; the fix will be then to really fix it somehow:

Sep 24 2017, 4:05 PM
poke1024 created D7969: Prevents crash.
Sep 24 2017, 1:05 PM

Sep 23 2017

poke1024 added a comment to D7896: KOColor constructors in dab constructors.

@alvinhochun Yes, good point, I'm currently headed for holidays, but I'll stop by #krita when I'm back.

Sep 23 2017, 7:12 AM

Sep 20 2017

poke1024 updated the summary of D7895: Cache std::random_device.
Sep 20 2017, 9:16 PM
poke1024 created D7899: Devirtualize call on `KisCurveCircleMaskGenerator::valueAt`.
Sep 20 2017, 9:15 PM
poke1024 added a comment to D7896: KOColor constructors in dab constructors.

Actually, my calculation above was wrong; it's 0.3% for one thread, but since that code ran in 7 threads in the profiler (all summing up to 100%), the impact is more like 0.3% * 7 = 2,1%.

Sep 20 2017, 8:01 PM
poke1024 added a reviewer for D7896: KOColor constructors in dab constructors: Krita.
Sep 20 2017, 7:18 PM
poke1024 created D7896: KOColor constructors in dab constructors.
Sep 20 2017, 7:17 PM
poke1024 abandoned D7881: Initialize mirrorProperties.

@alvinhochun is right, I missed that.

Sep 20 2017, 5:39 PM
poke1024 created D7895: Cache std::random_device.
Sep 20 2017, 5:38 PM
poke1024 created D7893: Remove unnecessary vector allocation.
Sep 20 2017, 5:36 PM
poke1024 created D7881: Initialize mirrorProperties.
Sep 20 2017, 5:33 AM

Sep 19 2017

poke1024 created D7880: Much higher stylus movement precision on OS X.
Sep 19 2017, 8:59 PM