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, glad has been updated
       via  ad4e314c651522cda259fd5d9db708e4aee9c476 (commit)
       via  f5b8a64cc30c0d00bc4a8eb55df606b4f996d735 (commit)
       via  e345858377fdf828c9c5a4705e218b3dff9d0929 (commit)
       via  28c6d313193b010af892e291acadab10ac93299e (commit)
       via  d738bf1a8aff12ad0e9dc2833072e77c79da4f30 (commit)
       via  d47babf53b43fbbcbc03e13b41992a6908baf297 (commit)
       via  a929c49decc965f1f7019ae7cd9a817af24c53cd (commit)
       via  4bf46b215c377ab261d797231514a74a50304095 (commit)
       via  33a8fcef915284dd939580545bb82a143445ccff (commit)
       via  6eee50f1f85e9abcc9c954f005a3b92397c96b5b (commit)
       via  68067347c3fd976c84cc7e8e2e819951cb955dbb (commit)
       via  ad1b76746fb9e8e23a385085dc951bf9c4f1e511 (commit)
       via  083ce489219e45fd51c718498d9c2db4638424ab (commit)
       via  f4354ee7e78d1e5600707f4e684b795934fff8af (commit)
       via  aae9fe14753b8f430ffc2fc53753feb60f9a5b3f (commit)
       via  c9adb7f8c899b8e3344c71e849d5a800c7a58b75 (commit)
      from  2c4021df507023eedc8ef73a6208cc8c4e653fb1 (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 ad4e314c651522cda259fd5d9db708e4aee9c476
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Feb 23 17:54:05 2023 +0100

    pass "sharedcontext" message to [gemwin]

commit f5b8a64cc30c0d00bc4a8eb55df606b4f996d735
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Feb 23 17:52:10 2023 +0100

    [gemglxwindow] honour m_shared_context setting

commit e345858377fdf828c9c5a4705e218b3dff9d0929
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Feb 23 17:51:58 2023 +0100

    GemWin: "sharedcontext" msg

commit 28c6d313193b010af892e291acadab10ac93299e
Author: IOhannes m zmölnig <zmoel...@umlautt.umlaeute.mur.at>
Date:   Thu Feb 23 17:40:56 2023 +0100

    update multicontext/texture example

commit d738bf1a8aff12ad0e9dc2833072e77c79da4f30
Author: IOhannes m zmölnig <zmoel...@umlautt.umlaeute.mur.at>
Date:   Thu Feb 23 17:40:56 2023 +0100

    update multicontext/texture example

commit d47babf53b43fbbcbc03e13b41992a6908baf297
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Feb 23 17:32:28 2023 +0100

    helper-script to switch between various gemwindow implementations

commit a929c49decc965f1f7019ae7cd9a817af24c53cd
Author: IOhannes m zmölnig <zmoel...@umlautt.umlaeute.mur.at>
Date:   Thu Feb 23 16:42:59 2023 +0100

    rename Base/GemContext to Gem/Context
    
    it's really not a base-class for objects...

commit 4bf46b215c377ab261d797231514a74a50304095
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Feb 23 16:29:05 2023 +0100

    [gemglxwindow] enable context-sharing
    
    
    it seems to no longer crash(?)

commit 33a8fcef915284dd939580545bb82a143445ccff
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Feb 23 16:18:43 2023 +0100

    move the INVALID_CONTEXT into GemContext

commit 6eee50f1f85e9abcc9c954f005a3b92397c96b5b
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Feb 23 11:30:42 2023 +0100

    GemWindow: handle context push/pop in dispatch-callback

commit 68067347c3fd976c84cc7e8e2e819951cb955dbb
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Feb 23 11:27:01 2023 +0100

    GemContext: properly push/pop contexts

commit ad1b76746fb9e8e23a385085dc951bf9c4f1e511
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Feb 23 13:26:57 2023 +0100

    gemglutwindow: drop useless destroyMess() method

commit 083ce489219e45fd51c718498d9c2db4638424ab
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Feb 23 13:16:58 2023 +0100

    drop useless doRender() method from window implementations

commit f4354ee7e78d1e5600707f4e684b795934fff8af
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Feb 23 13:49:30 2023 +0100

    gemwin: stop rendering if the window has been closed

commit aae9fe14753b8f430ffc2fc53753feb60f9a5b3f
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Feb 23 10:15:49 2023 +0100

    fix typo in help-patch
    
    [ci skip]

commit c9adb7f8c899b8e3344c71e849d5a800c7a58b75
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Feb 23 09:47:10 2023 +0100

    devgem: minor improvements
    
    - launch Pd without realtime-flags (useful when running withing gdb)
    - support Pd-launcher (useful for running Pd through gdb, valgrind, 
wine,...)
    - source devgem.conf for persistent envvars (useful for running Pd through 
wine)

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

Summary of changes:
 abstractions/gemwin.pd                             | 26 ++++++-
 configure.ac                                       |  1 +
 devgem.sh.in                                       | 10 ++-
 examples/14.multiple_windows/03.texture_sharing.pd | 85 +++++++++++++++-------
 src/Base/GemWindow.cpp                             | 53 +++++++++-----
 src/Base/GemWindow.h                               |  4 +
 src/Base/Makefile.am                               |  4 +-
 src/{Base/GemContext.cpp => Gem/Context.cpp}       | 46 ++++++++----
 src/{Base/GemContext.h => Gem/Context.h}           |  3 +-
 src/Gem/ContextData.cpp                            |  4 +-
 src/Gem/Makefile.am                                |  3 +
 src/Output/gemglfw2window.cpp                      |  5 --
 src/Output/gemglfw2window.h                        |  2 -
 src/Output/gemglfw3window.cpp                      |  5 --
 src/Output/gemglfw3window.h                        |  2 -
 src/Output/gemglutwindow.cpp                       | 24 ++----
 src/Output/gemglutwindow.h                         |  3 -
 src/Output/gemglxwindow.cpp                        | 10 +--
 src/Output/gemsdl2window.cpp                       |  6 --
 src/Output/gemsdl2window.h                         |  2 -
 src/Output/gemsdlwindow.cpp                        |  7 --
 src/Output/gemsdlwindow.h                          |  2 -
 src/Output/gemw32window.cpp                        |  2 +-
 switch-gemwin.sh.in                                | 23 ++++++
 24 files changed, 204 insertions(+), 128 deletions(-)
 rename src/{Base/GemContext.cpp => Gem/Context.cpp} (83%)
 rename src/{Base/GemContext.h => Gem/Context.h} (96%)
 create mode 100755 switch-gemwin.sh.in


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