[gegl] (110 commits) Non-fast-forward update to branch wip/Jehan/gegl_node_process_success



The branch 'wip/Jehan/gegl_node_process_success' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  fe2c7bf... gegl: new gegl_node_process_success() and gegl_operation_se
  2b0518b... operations: update png-save to report properly errors.
  5cd3c97... gegl, operations, tests: allow running gegl_operation_set_e
  7cc91e0... operations: propagate ffmpeg errors to GEGL.
  74b0eb1... tests: improve the test-errors output.
  10c52de... tests: improve unit tests for testing gegl_node_process_suc
  250de5c... operations: propagate libpng errors into GError.

Commits added to the branch:

  5b2ad37... Updated Slovenian translation (*)
  8699b06... bin: add configuration flag nearest_neighbor for high perfo (*)
  d9c08c6... cache: add fast GeglOperationFilter::process() implementati (*)
  1d0a56b... operation: don't do in-place processing for cached nodes (*)
  ad8aa8f... cache: make a GeglOperationFilter (*)
  b3ff0df... Issue #132 - gegl-0.4.14 Windows compilation fails (*)
  1ab7a45... bin: add instant apply editor of lua scripts (*)
  57582a2... tools: include string.h for strlen (*)
  00c59c5... Updated Italian translation (*)
  347b08f... lua: fix cairo save/restore balance (*)
  61166ba... gegl: make function header style more consistent (*)
  c4aab2e... gegl-init: Override config value when OpenCL is requested v (*)
  5ab8109... gitlab-ci: Add a test job using opencl (*)
  239e85b... gegl-utils: remove duplicate #include (*)
  22ced52... gegl-init, gegl-buffer: remove unused process.h (*)
  6950dda... gegl: guarantee G_OS_WIN32 is set up in platform dependent  (*)
  fe756be... gegl-config: remove extra #ifdef (*)
  929a7fd... configure.ac: require libavutil for Windows build (*)
  c73951b... bin: change location of thumbnails (*)
  ac331b5... Fix osx build by adding available/total memory stat (*)
  d05eb01... Add forgotten defines (*)
  b4d2fa1... bin: add support for custom collection order and per file k (*)
  6da824c... bin: add star command (*)
  bdd2bb8... buffer: swap cubic and catmull rom coefficients (*)
  5de4a14... tests: update tests for change to cubic sampler (*)
  8df6f39... bin: add order command, which changes sort order of collect (*)
  c598fe4... lua: implement interactive rating stars in viewer mode (*)
  4b5abc7... issue #147: "Select" -> "Invert" broken when OpenCL is enab (*)
  718298f... issue #150 - High pass filter on GIMP 2.10.10 behaves diffe (*)
  ed48dc9... buffer: keep tile-cache queue around if tiles have been lea (*)
  d71097d... buffer: when building against glibc, issue malloc_trim afte (*)
  737b648... bin: always scroll to focus element in cmd_parent (*)
  4865f13... Issue #152 - Program crash after trying to invert colors in (*)
  eee8ac2... NEWS: update (*)
  38a655c... bin: refactor towards being able to to viewer thumbbar in l (*)
  a50d771... bin: allow editing commandline while scrollback is visible (*)
  d577d44... bin: implement collection reordering (*)
  407c41d... bin: store chain of edited project in .gegl folder (*)
  b1946b6... bin: add commandline interactions for setting/querying meta (*)
  6b8a478... Update Catalan translation (*)
  1feb709... gegl, bin: gegl_update_anim_time (*)
  716bb15... Update Catalan translation (*)
  241d940... gegl: rename gegl_update_anim_time to gegl_node_set_time (*)
  2f03a55... bin: repair discard command for new folder structure (*)
  f8b43fe... bin: also remove from custom order index when discarding (*)
  a8f7771... make get_item_path_no useful from lua (*)
  158cd67... bin: clean up viewer code (*)
  b356446... bin: add basename/dirname/entry_no accessors (*)
  c2ae1b7... NEWS: update (*)
  b3b9a94... buffer: improve deadlock prevention in gegl_buffer_copy() (*)
  8a5dd58... operation, transform: use indirect input buffer on main thr (*)
  d93b9cd... NEWS: update (*)
  bffe619... buffer: fix gegl_tile_handler_cache_copy() for GeglTileBack (*)
  c1e0f64... Update Chinese (China) translation (*)
  d82e289... opacity: Check PREMULTIPLIED flag to select the right OpenC (*)
  ddb2f42... opacity: Remove format specia handling in OpenCL path. (*)
  03abbf3... gitlab-ci: drop allow failure from OpenCL test job (*)
  daf7f2e... gitlab-ci: Reduce the amount of git fetches (*)
  9efef7f... buffer: rename GEGL_ALIGN => GEGL_ALIGNMENT; add GEGL_ALIGN (*)
  e99622d... buffer: in gegl-scratch, don't rely on struct layout (*)
  137e66e... buffer: add dedicated allocator for tile data (*)
  f956830... buffer: use tile allocator for tile data (*)
  96b06cf... buffer: use tile/scratch allocators in the swap backend (*)
  0f326a2... NEWS: update (*)
  8fae1d8... release 0.4.16 (*)
  1fc8a99... post-release version bump (*)
  5eb799e... ff-load: fix audio track decoding for pure audio files (*)
  fcd69e2... bin: permit start/end times for playlist items (*)
  2531bd5... bin: force manual iteration of lua gc before shutting down  (*)
  b4d2132... docs: update some urls from git.gnome.org to gitlab.gnome.o (*)
  48ff971... gegl: add awareness of Y~aA babl models (*)
  b4064c8... bin: add loop_current to state (*)
  cee557b... buffer: code cleanup in gegl-tile-alloc (*)
  2f2aaf7... gegl: add GEGL_SERIALIZE_BAKE_ANIM flag (*)
  1fe4b8d... bin: add nearest neighbor to preferences (*)
  af72f8b... bin: add frame cache (*)
  0b788d8... bin: add keyframe command (*)
  b5825bc... bin: give names to states in renderer_task and recurse some (*)
  908b198... use set_clip_position to get proper quantization for frames (*)
  9a565ae... bin: store frame cache in .gegl/frame_cache (*)
  379e9b3... buffer: store encoding instead of format name in gegl_buffe (*)
  e0d7919... bin: factor frame cache code out of main render_task (*)
  f1be6fb... buffer: use internal floorf/ceilf implementations (*)
  ee8a8b8... configure: depend on babl-0.1.63 or newer (*)
  8f7f058... bin: always use nearest neighbor blitting during playback (*)
  a79978a... buffer: in swap backend, fix queued compressed-tile cost (*)
  4e14a7c... gegl: gegl_path_get_bounds handle NULL args (*)
  0b8a408... color-enhance: avoid leaking a buffer-iterator (*)
  650f955... perlin-noise: fix racy initialization (*)
  5da3063... gegl-cpuaccel: add hygon dhyana support("HygonGenuine") to  (*)
  591df04... c2g|stress: stop race in initializing array of randoms (*)
  6ba1f3e... build: s/LDLAGS/LDFLAGS/ (*)
  43ccfb3... build: require babl-0.1.64 (*)
  e9c3e47... bin: make display quality/performance trade-off adaptive (*)
  c1c0fc5... buffer: improve concurrent use of gegl-tile-alloc (*)
  006fece... bin: improve lua path module loading (*)
  5aab793... buffer: in gegl_buffer_copy(), add fast abyss-only path (*)
  8efc7a7... buffer: refactor boxfilter workfuns to have same prototype (*)
  1b9049a... bin: use gegl_buffer_open instead of gegl_buffer_load (*)
  ec944f3... bin: open ui instead of showing usage with no args (*)
  650429d... bin: add a system command, permitting launching commandline (*)
  ac4faa2... viewer.lua: remove thumbbar println (*)
  dcdc049... gitlab-ci: Remove opencl jobs. (*)
  e75d8b4... gegl: new gegl_node_process_success() and gegl_operation_se
  04f249f... operations: update png-save to report properly errors.
  a60f71e... gegl, operations, tests: allow running gegl_operation_set_e
  3f31480... operations: propagate ffmpeg errors to GEGL.
  eaaa967... tests: improve the test-errors output.
  609fa04... tests: improve unit tests for testing gegl_node_process_suc
  264945e... operations: propagate libpng errors into GError.

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]