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  66620eb75a325533e261e2d3466bf2ec545626d7 (commit)
       via  3446d34d368dc7512944f0464355c85431aca4d8 (commit)
       via  7fd0b2d69dfb816fc83b986ce28607eb4c3a6a78 (commit)
       via  8b3ec3e53b2a10c384fa88851755b040f8898540 (commit)
       via  855fa8cf6e9c62c53ab3adabea13d1c868d6804a (commit)
       via  40de949d1d8ea4485569c47d1187cfe3ae77e93d (commit)
       via  6b3a9356715a47aa4f438b7f1bdb75ac9f273cc8 (commit)
       via  07dcddfb97e6dfe4b4386d0272192bc55aa51474 (commit)
       via  ba461264a91b5ced69e1ed72aa3d1304c2b8b486 (commit)
       via  66a557a033f210118e389d5f39bc60a498fca137 (commit)
       via  a972df8ab0bc5b74176d7ff1cad8e9d4aaeb736c (commit)
       via  0068a4759406375b26d0abc2bde7740634e9b459 (commit)
       via  2ffee6be630c7f627b40225a1f75c12ede327e9c (commit)
       via  8a0b4363c8634dc4943085c60ceecc23582fab73 (commit)
       via  8dc5236f2728fe80edb246a4119992dd0d9e3f60 (commit)
       via  1e6e9c4be6369f9d22bb2812a5873603a851944d (commit)
      from  f1a1bd0585a0f3057c8f3133e33913d4b778d88c (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 66620eb75a325533e261e2d3466bf2ec545626d7
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed Feb 15 12:28:56 2023 +0100

    pix_snap: add "type" message

commit 3446d34d368dc7512944f0464355c85431aca4d8
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed Feb 15 11:38:19 2023 +0100

    pix_snap: minor code cleanup

commit 7fd0b2d69dfb816fc83b986ce28607eb4c3a6a78
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed Feb 15 11:37:30 2023 +0100

    less verbose

commit 8b3ec3e53b2a10c384fa88851755b040f8898540
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed Feb 15 11:27:40 2023 +0100

    GemPixObj: refuse FLOAT/DOUBLE images
    
    at least for now

commit 855fa8cf6e9c62c53ab3adabea13d1c868d6804a
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed Feb 15 11:24:49 2023 +0100

    pix2sig~: raw handling of GemState
    
    so we can reject GL_FLOAT images for all GemPixObj's for now...

commit 40de949d1d8ea4485569c47d1187cfe3ae77e93d
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed Feb 15 11:13:29 2023 +0100

    pix2sig~: handle double/float images

commit 6b3a9356715a47aa4f438b7f1bdb75ac9f273cc8
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed Feb 15 11:13:08 2023 +0100

    pix2sig: 'type' message to switch between byte/float/double

commit 07dcddfb97e6dfe4b4386d0272192bc55aa51474
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed Feb 15 10:31:36 2023 +0100

    pix_sig2pix: drop useless dimenMessCallback() wrapper

commit ba461264a91b5ced69e1ed72aa3d1304c2b8b486
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed Feb 15 10:13:18 2023 +0100

    initialize members in ctor

commit 66a557a033f210118e389d5f39bc60a498fca137
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed Feb 15 10:12:56 2023 +0100

    sig2pix~: use a templatefun for the actual processing
    
    so it's easier to extend for supporting float/double/...

commit a972df8ab0bc5b74176d7ff1cad8e9d4aaeb736c
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed Feb 15 09:47:37 2023 +0100

    rename source-files for [pix_sig2pix~] and [pix_pix2sig~]

commit 0068a4759406375b26d0abc2bde7740634e9b459
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed Feb 15 09:46:01 2023 +0100

    "dsp" methods must be A_CANT

commit 2ffee6be630c7f627b40225a1f75c12ede327e9c
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed Feb 15 09:44:34 2023 +0100

    indentation

commit 8a0b4363c8634dc4943085c60ceecc23582fab73
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed Feb 15 09:41:00 2023 +0100

    basic support for float-types in images

commit 8dc5236f2728fe80edb246a4119992dd0d9e3f60
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed Feb 15 09:40:12 2023 +0100

    Fix image.type assignment on Apple
    
    how did this ever work?

commit 1e6e9c4be6369f9d22bb2812a5873603a851944d
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed Feb 15 09:38:40 2023 +0100

    prettyprint format

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

Summary of changes:
 src/Base/GemPixObj.cpp                          |  12 ++
 src/Gem/Image.cpp                               | 137 +++++++++++++++++-----
 src/Geos/scopeXYZ~.cpp                          |   4 +-
 src/Pixes/Makefile.am                           |   8 +-
 src/Pixes/{pix_pix2sig.cpp => pix_pix2sig~.cpp} | 147 +++++++++++++-----------
 src/Pixes/{pix_pix2sig.h => pix_pix2sig~.h}     |  18 ++-
 src/Pixes/{pix_sig2pix.cpp => pix_sig2pix~.cpp} | 136 ++++++++++++++--------
 src/Pixes/{pix_sig2pix.h => pix_sig2pix~.h}     |   4 +-
 src/Pixes/pix_snap.cpp                          |  49 ++++++--
 src/Pixes/pix_snap.h                            |  17 +--
 10 files changed, 348 insertions(+), 184 deletions(-)
 rename src/Pixes/{pix_pix2sig.cpp => pix_pix2sig~.cpp} (53%)
 rename src/Pixes/{pix_pix2sig.h => pix_pix2sig~.h} (82%)
 rename src/Pixes/{pix_sig2pix.cpp => pix_sig2pix~.cpp} (62%)
 rename src/Pixes/{pix_sig2pix.h => pix_sig2pix~.h} (97%)


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