This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gem - Graphics environment for multimedia".

The branch, master has been updated
       via  8a399fb74d66f88ff96838da30d17086950288c1 (commit)
       via  c45a2c2b89e8be85bd39d2043fc27dda1eddd094 (commit)
       via  181a6e065a5d0aa6b359a00173b87e4e2220ed30 (commit)
       via  4c912c7797bc3eea36a8e02cd413cfe1ce17b44b (commit)
       via  4d3b79e46eee575d0c58c95150f0884c2d375df2 (commit)
       via  de3aebb9e1b3ad4090fb94ab1e8f053aec3680db (commit)
       via  caa48e85e59e59ea4a6d999c1d880a3abd99af9f (commit)
       via  0b446209655d5f47b7112e0622b4148d10c140c5 (commit)
       via  44cd60ac90dca07c4ab6c3732ceb1dee4b6deb5b (commit)
       via  820a20c8c8ef38a65071246c1835f7b7d52faaf2 (commit)
       via  0c50934828825caf6267840011e44cde9c0dc46d (commit)
       via  41e753243d29a4e98b2d8cdad5ff2289c8db12de (commit)
       via  7e0eada5baa774ccf6d3cd71d699af364358d5bb (commit)
       via  b7df6181396a74b8cb036f9f4d533459cbc2dcf8 (commit)
       via  d86c3fb94cb379c3f2d67f02746631538c33775c (commit)
       via  9b3bbca3142a336b554eaf952f77b6bf1131b532 (commit)
       via  ca549c0b7e7c907b7ba6af2cad4e008b1f6885f4 (commit)
      from  ec1d90488adb8d0b836a6f729929f92c39eb4b7e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8a399fb74d66f88ff96838da30d17086950288c1
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 11 15:57:12 2023 +0200

    pix_frei0r: remove #warning about color type
    
    we *do* check the colortype now

commit c45a2c2b89e8be85bd39d2043fc27dda1eddd094
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 11 15:55:35 2023 +0200

    pix_frei0r: fallback to FREI0R_PATH

commit 181a6e065a5d0aa6b359a00173b87e4e2220ed30
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 11 15:54:46 2023 +0200

    Loaders: report whether we are in legacy mode or not
    
    so the actual loader can search the canvaspath manually,
    or only search some fallback paths

commit 4c912c7797bc3eea36a8e02cd413cfe1ce17b44b
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 11 14:53:43 2023 +0200

    pix_freeframe: attempt all available loaders one after another
    
    TODO: check whether this makes macOS crash...

commit 4d3b79e46eee575d0c58c95150f0884c2d375df2
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 11 14:46:26 2023 +0200

    pix_freeframe-loader: only search in given path

commit de3aebb9e1b3ad4090fb94ab1e8f053aec3680db
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 11 12:49:59 2023 +0200

    pix_frei0r: also support PACKED32 format...

commit caa48e85e59e59ea4a6d999c1d880a3abd99af9f
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 11 12:00:39 2023 +0200

    Gem idiosyncracies

commit 0b446209655d5f47b7112e0622b4148d10c140c5
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 11 11:57:54 2023 +0200

    minor help-patch fixes

commit 44cd60ac90dca07c4ab6c3732ceb1dee4b6deb5b
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 11 11:46:33 2023 +0200

    glsl_program: update help-file

commit 820a20c8c8ef38a65071246c1835f7b7d52faaf2
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 11 11:46:18 2023 +0200

    glsl_program: rename "parametercache" to "keepuniforms"

commit 0c50934828825caf6267840011e44cde9c0dc46d
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 11 11:28:35 2023 +0200

    glsl_program: only keep compatible parameters
    
    we already have the parameters cached in the m_uniforms.
    no need to add additional load (in paramMess) when setting the parameter.
    instead we reconstruct the original parameters from the m_uniforms map.

commit 41e753243d29a4e98b2d8cdad5ff2289c8db12de
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 11 11:26:28 2023 +0200

    glsl_program: avoid double free of strings
    
    in case we are using ARB-shaders

commit 7e0eada5baa774ccf6d3cd71d699af364358d5bb
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 11 10:55:25 2023 +0200

    glsl_program: cache parameters between reloads

commit b7df6181396a74b8cb036f9f4d533459cbc2dcf8
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 11 10:54:30 2023 +0200

    glsl_program: reformatting

commit d86c3fb94cb379c3f2d67f02746631538c33775c
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 11 09:56:34 2023 +0200

    glsl_program: use STL and classes for uniform-handling

commit 9b3bbca3142a336b554eaf952f77b6bf1131b532
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 11 09:03:59 2023 +0200

    turn t_uniform into a (private) class/struct

commit ca549c0b7e7c907b7ba6af2cad4e008b1f6885f4
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 11 08:41:48 2023 +0200

    glsl_program: cache uniform variables sent before we have a program

-----------------------------------------------------------------------

Summary of changes:
 help/_idiosyncracies.pd      |  24 ++
 help/gemframebuffer-help.pd  |  20 +-
 help/gemwin-help.pd          | 323 +++++++++---------------
 help/glsl_program-help.pd    | 108 +++-----
 help/ortho-help.pd           |  48 ++--
 help/pix_chroma_key-help.pd  |  69 ++----
 help/pix_flip-help.pd        |  26 +-
 help/pix_grey-help.pd        |  43 ++--
 help/pix_levels-help.pd      |  63 ++---
 help/pix_multiply-help.pd    |  30 +--
 help/pix_roi-help.pd         |  32 +--
 help/pix_share_write-help.pd |  36 +--
 help/pix_sig2pix~-help.pd    |   2 +-
 src/Gem/Loaders.cpp          |  36 ++-
 src/Gem/Loaders.h            |   6 +-
 src/Manips/glsl_program.cpp  | 578 ++++++++++++++++++++++---------------------
 src/Manips/glsl_program.h    |  27 +-
 src/Pixes/pix_freeframe.cpp  | 117 ++++-----
 src/Pixes/pix_frei0r.cpp     | 100 ++++++--
 src/Pixes/pix_frei0r.h       |   2 +-
 20 files changed, 783 insertions(+), 907 deletions(-)
 create mode 100644 help/_idiosyncracies.pd


hooks/post-receive
-- 
Gem - Graphics environment for multimedia


_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to