-
Notifications
You must be signed in to change notification settings - Fork 1.3k
A port of Blender's AgX to darktable #19026
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
d230420
A port of Blender's AgX to darktable
kofa73 6976703
Fix side effect of transition point limits
kofa73 a78bff5
Added inline, conts, formatted according to PR comments
kofa73 057cf41
More formatting + inline
kofa73 c8ca80a
A tiny tweak to the outgoing params, bringing the largest matrix coef…
kofa73 05d5455
Moved the 'primaries from preset' combo + apply button above 'base pr…
kofa73 f02bb00
Removed tiling_callback (not needed for a simple pixel-wise module)
kofa73 2dc28a9
Converted some parameters to percentages
kofa73 faab84f
Extracted duplicated code to find the colourout module into _dt_ioppr…
kofa73 1e4d79a
Extracted deg2rad to common/math.h, updated conversions
kofa73 9c64b6e
Removed unnecessary modifications from iop_profile.c
kofa73 adc6da2
Added degrees/radians conversions to math.h (same as what we'll have …
kofa73 84a5641
agx: float literals, const
kofa73 87de3e7
revert unnecessary change in iop_profile.h
kofa73 292f955
agx: removed tiling; added aliases; removed custom hash function; ini…
kofa73 920f7fb
agx: formatting, alignment
kofa73 158a48f
agx: moved default_colorspace; multiline assignment = at end of line;…
kofa73 46299c5
agx: properly applied hash function suggestion
kofa73 60d1ba3
agx: minor comment updates; swapped offset and scale (in the look sec…
kofa73 e014287
agx: Renamed dt_iop_agx_user_params_t to dt_iop_agx_params_t, its poi…
kofa73 6cae3c8
agx: Replace duplicate curve control sliders + synch with reparenting…
kofa73 4019790
agx: Added DT_IOP_SECTION_FOR_PARAMS
kofa73 e1a3477
agx: Scale contrast according to gamma to maintain midtone contrast a…
kofa73 b5a05c7
agx: Use N_ with DT_IOP_SECTION_FOR_PARAMS
kofa73 ddbdbf2
agx: minor variable name clean-up
kofa73 fed635c
agx: _lerp_hue is now branch-free, including sanitisation of result; …
kofa73 f3f226e
agx: Further optimisation of _lerp_hue
kofa73 7b3ba3e
agx: calculate matrices only in process(), not in commit_params()
kofa73 094692b
agx: one param per line for _agx_tone_mapping()
kofa73 a600a78
Revert "agx: calculate matrices only in process(), not in commit_para…
kofa73 f85aac9
agx: In commit_params(), copy the parameters that are required to cal…
kofa73 ef59930
send look box to the bottom
blitzgneisserin 277d3c9
basic curve parameters on both tabs
blitzgneisserin 8f37392
Minor indentation and packing fixes
kofa73 182ac7d
agx: marked some functions as 'inline'; replaced famf with the safe m…
kofa73 e046655
agx: Optimisations for common scenarios: base profile = working profi…
kofa73 85059be
agx: Make sure exposure pickers deliver values within the sliders' ha…
kofa73 6c56a6d
agx: Use global max3f, min3f
kofa73 cb92319
agx: Fixed gamma contrast compensation
kofa73 6767759
agx: Added plugins/darkroom/agx/look_always_visible to keep 'look' co…
kofa73 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,3 +25,5 @@ output*png | |
| Brewfile.lock.json | ||
| CMakeLists.txt.user | ||
| workspace/ | ||
| cmake-build-debug/ | ||
| .idea/ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.