Highlights
- Arctic Code Vault Contributor
Pinned
437 contributions in the last year
Contribution activity
December 2020
Created 76 commits in 1 repository
Created a pull request in darktable-org/darktable that received 20 comments
add missing thread-safety-analysis annotations to permit Debug build …
…with llvm/clang
Compiler annotations for thread safety analysis were only present on the non-debug code in common/dtpthread.h, which caused ./buil…
+7
−3
•
20
comments
Opened 44 other pull requests in 1 repository
darktable-org/darktable
4
open
35
merged
5
closed
- Add function to atomically allocate multiple buffers
- add function to verify piece->colors and set module's trouble flag if…
- gradudatednd: cleanup parallel loops, deduplicate fast_exp2f code
- refactor: consolidate code for displaying module trouble messages
- defringe: cleanup and improve vectorizability
- drawn masks: make composition vectorizable
- Refactor: add common image-copy function
- colorcorrection: cleanup process() to make it more vectorizable
- tonecurve: cleanup parallel loop
- rgbcurve: cleanup parallel loop
- refactor: more consolidation of math utility functions
- colorout: cleanup parallel loops
- cleanup: parallel loops in exposure iop
- refactor: deduplicate dt_alloc_perthread and friends
- colormapping: cleanup parallel loops
- bugfix: colorpicker crash on freeing aligned memory allocation
- refactor: dedup clamping macros
- cleanup: avoid float->double->float by using float version of math functions
- refactor: consolidate matrix multiplication functions
- bugfix: dehaze turning image black
- performance: parallelize circle-mask drawing
- move conditional definition of M_LN10 into a common header
- refactor: more consolidation of box filters
- integration tests, part 4
- remove unused macro GAUSS()
- Some pull requests not shown.
Reviewed 1 pull request in 1 repository
darktable-org/darktable 1 pull request
Created an issue in darktable-org/darktable that received 5 comments
bug: spinning at 100% CPU (bisected)
Describe the bug In the most recent revisions, entering darkroom causes dt to start using 100% CPU even if otherwise entirely idle. 100% CPU use c…
5
comments