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  2cac768c6d740134f95ca31b176d6a41d0b48241 (commit)
       via  9b903f359b175cbef315fb3327f27801acc993e1 (commit)
       via  25650ee733ef3eb70d1c8b52e6f87e5532fc7753 (commit)
       via  92fb8956260b8a3e779f5e7935fc7a3cafe1ab38 (commit)
       via  93d368b905c248881bba4a2443b19d5adca21c07 (commit)
       via  43c242539ccec098a442921a9ca0db737c872651 (commit)
       via  0e561a45a21684177a4e6efbe018e11541c66fcc (commit)
       via  3cd7a99df0272cc9bf5001d27582061d78d0f0c7 (commit)
       via  9f95ffc89a07d864bd42273226edbfd7c7576793 (commit)
       via  867b49d77632f432a16d42bb457344fc5f4f323f (commit)
       via  dfbc30e7da76e6a2d1b4cdb49a90ec012526e625 (commit)
       via  d1ce7eb11bc9332b78541bb81f86c51bed677b27 (commit)
       via  4370c1a3cccfed54c0c36d9c30ff6829774f0313 (commit)
       via  30ca29100579544378563182318c5f2f4ca18e62 (commit)
       via  0cbc03bab59df685b2cc6d34eab57e13716a0acb (commit)
       via  fa5e1b03326d2e8b34a7a412573185b107be6806 (commit)
       via  4026a391189aca58d81b350f9d79cdc2dfdeae36 (commit)
       via  b52abb33fa982aa23933b0e7404ba6b5cc4ce9e1 (commit)
       via  d8e990f00e78768148e466751eaeb6d72563f306 (commit)
      from  5c813b8ed244058a0a11f859eaad6fd0699030d0 (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 2cac768c6d740134f95ca31b176d6a41d0b48241
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 30 18:44:40 2013 +0200

    iterate over possible buffer-settings
    
    when choosing a new visual, rather than calling all those
    settings explicitely, we iterate over all possible settings
    until we found one that works.
    this simplifies code a bit.

commit 9b903f359b175cbef315fb3327f27801acc993e1
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Thu May 30 18:17:55 2013 +0200

    freeing visual after use

commit 25650ee733ef3eb70d1c8b52e6f87e5532fc7753
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Thu May 30 17:39:39 2013 +0200

    re-ordered GLXwin destruction code
    
    according to how this is done in glfw:
    https://github.com/glfw/glfw-legacy/blob/master/lib/x11/x11_window.c

commit 92fb8956260b8a3e779f5e7935fc7a3cafe1ab38
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed May 29 16:31:58 2013 +0200

    don't call GLEW-stuff before calling glewInit()

commit 93d368b905c248881bba4a2443b19d5adca21c07
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed May 29 16:31:03 2013 +0200

    build-system multi-context support
    
    only the code is missing :-)

commit 43c242539ccec098a442921a9ca0db737c872651
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed May 29 16:29:47 2013 +0200

    properly cleanup context when calling destroyGemWindow()
    
    also delete extroneous contexts when creating new ones

commit 0e561a45a21684177a4e6efbe018e11541c66fcc
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue May 28 12:44:22 2013 +0200

    document messages

commit 3cd7a99df0272cc9bf5001d27582061d78d0f0c7
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue May 28 12:44:09 2013 +0200

    use 'Space' instead of ' '

commit 9f95ffc89a07d864bd42273226edbfd7c7576793
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue May 28 12:43:54 2013 +0200

    use "window exposed" for winrefreshCb()
    
    to match SDL

commit 867b49d77632f432a16d42bb457344fc5f4f323f
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue May 28 12:43:17 2013 +0200

    renamed "close" to "destroy" event to match other output-backends

commit dfbc30e7da76e6a2d1b4cdb49a90ec012526e625
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Fri May 24 12:45:07 2013 +0200

    callback implementations
    
    as member methods (rather than static functions)

commit d1ce7eb11bc9332b78541bb81f86c51bed677b27
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Fri May 24 12:43:53 2013 +0200

    use "this" as s_window() rather than bool
    
    so we know where to send the callbacks to

commit 4370c1a3cccfed54c0c36d9c30ff6829774f0313
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Fri May 24 12:06:52 2013 +0200

    allow setting the openGL profile

commit 30ca29100579544378563182318c5f2f4ca18e62
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Fri May 24 12:06:31 2013 +0200

    window-hints must go before window-creation

commit 0cbc03bab59df685b2cc6d34eab57e13716a0acb
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Fri May 24 11:55:03 2013 +0200

    bufferMess needs to be virtual
    
    in order to get called

commit fa5e1b03326d2e8b34a7a412573185b107be6806
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Fri May 24 11:54:42 2013 +0200

    implemented more functionality
    
    TODO: closing!

commit 4026a391189aca58d81b350f9d79cdc2dfdeae36
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Fri May 24 10:54:15 2013 +0200

    build [gemglfwindow]

commit b52abb33fa982aa23933b0e7404ba6b5cc4ce9e1
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 23 18:29:16 2013 +0200

    first attempt at GLFW window(s)
    
    only a single window is supported.
    window destruction doesn't work yet

commit d8e990f00e78768148e466751eaeb6d72563f306
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu May 23 18:28:27 2013 +0200

    added check for glfw
    
    currently only 2.x is supported

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

Summary of changes:
 configure.ac                                   |   22 ++
 src/Base/GemContext.cpp                        |   26 +-
 src/Base/GemWindow.cpp                         |    6 +-
 src/Base/Makefile.am                           |    5 +
 src/Gem/Makefile.am                            |    7 +-
 src/Makefile.am                                |    5 +
 src/Output/Makefile.am                         |   34 +++
 src/Output/gemglfwindow.cpp                    |  379 ++++++++++++++++++++++++
 src/Output/{gemglutwindow.h => gemglfwindow.h} |   64 ++---
 src/Output/gemglutwindow.cpp                   |    2 +-
 src/Output/gemglutwindow.h                     |    2 +-
 src/Output/gemglxwindow.cpp                    |   98 ++++---
 src/Output/messages.txt                        |  137 +++++++++
 13 files changed, 692 insertions(+), 95 deletions(-)
 create mode 100644 src/Output/gemglfwindow.cpp
 copy src/Output/{gemglutwindow.h => gemglfwindow.h} (68%)
 create mode 100644 src/Output/messages.txt


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

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to