Gimp/app/operations/layer-modes
Jehan 16fe79a45f app: replace the mutex by a RW lock.
It would be more performant since it allows concurrent access as long as
you only need read access (i.e. as long as the cache won't change, which
is the most common case).
2025-05-06 14:18:09 +00:00
..
gimp-layer-modes.c app, libgimp, pdb: fix perceptual blend space for linear TRC ICC profiles 2024-12-19 23:23:50 +01:00
gimp-layer-modes.h
gimpoperationantierase.c
gimpoperationantierase.h
gimpoperationbehind.c
gimpoperationbehind.h
gimpoperationdissolve.c
gimpoperationdissolve.h
gimpoperationerase.c
gimpoperationerase.h
gimpoperationlayermode-blend.c
gimpoperationlayermode-blend.h
gimpoperationlayermode-composite-sse2.c
gimpoperationlayermode-composite.c
gimpoperationlayermode-composite.h
gimpoperationlayermode.c app: replace the mutex by a RW lock. 2025-05-06 14:18:09 +00:00
gimpoperationlayermode.h app: replace the mutex by a RW lock. 2025-05-06 14:18:09 +00:00
gimpoperationmerge.c
gimpoperationmerge.h
gimpoperationnormal-sse2.c
gimpoperationnormal-sse4.c
gimpoperationnormal.c
gimpoperationnormal.h
gimpoperationpassthrough.c
gimpoperationpassthrough.h
gimpoperationreplace.c
gimpoperationreplace.h
gimpoperationsplit.c
gimpoperationsplit.h
meson.build