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".

The branch, vertexbuffer has been updated
       via  30858cc798a2ad0615eba3696132d50e03e58b53 (commit)
       via  d3c6a6e80f22b65814f17f7bde2c94e3896acdd1 (commit)
       via  f87042c2e3f7d7c05d07f12f2c6b8833d5201bb4 (commit)
       via  8839ca6115b4da95725baa0309a71b1028a8ed28 (commit)
       via  434a0ac72a4e8e158224d2068a50a0d2d7c5e108 (commit)
       via  1da4f98d9a62953cc96c5290f63bddcf242c9fd8 (commit)
       via  9c58dac1f9544b16a0008a144cfcaa8848c5735e (commit)
       via  9c4fdf5e7d53f677103a0557565493c88d56f741 (commit)
       via  7046d45acd28b2d9f4109b76295bc851988acce0 (commit)
       via  d133a176cf9fb0f0d11db320e3b6b33e86a8a790 (commit)
       via  293f6f8a9df9b5a7a8fde5ca8c6dcad8d77af5f0 (commit)
       via  02630a8c5aba18a1da6f42b5992d009442a0b8bd (commit)
       via  7efa7498fd399a2fcbbcafb71962bd055041ff5a (commit)
       via  2df0bd2c3ac888793508a68127e4a4beb495622e (commit)
       via  0ea6b9e3eccff4db005169b479dd5fff29873342 (commit)
       via  a01439aff959092a69dd19b023751c7d64ac504d (commit)
      from  6b7cbd44351135cab58a5d49d37dbdf10b33c396 (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 30858cc798a2ad0615eba3696132d50e03e58b53
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 2 17:16:39 2012 +0100

    updated help-patch
    
    trying to use $0-tables as much as possible;
    info about the newer (and nicer) message(-names)

commit d3c6a6e80f22b65814f17f7bde2c94e3896acdd1
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 2 17:15:47 2012 +0100

    initialize values to 0.f

commit f87042c2e3f7d7c05d07f12f2c6b8833d5201bb4
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 2 17:15:37 2012 +0100

    messages for enabling/disabling data types

commit 8839ca6115b4da95725baa0309a71b1028a8ed28
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 2 17:15:10 2012 +0100

    messages for setting all data of a type in one go

commit 434a0ac72a4e8e158224d2068a50a0d2d7c5e108
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 2 16:05:23 2012 +0100

    use std::string rather than t_symbol*

commit 1da4f98d9a62953cc96c5290f63bddcf242c9fd8
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 2 16:01:51 2012 +0100

    use VertexBuffer's stride

commit 9c58dac1f9544b16a0008a144cfcaa8848c5735e
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 2 15:53:17 2012 +0100

    try to catch allocation errors

commit 9c4fdf5e7d53f677103a0557565493c88d56f741
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 2 15:36:18 2012 +0100

    reduce branch count

commit 7046d45acd28b2d9f4109b76295bc851988acce0
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 2 15:34:46 2012 +0100

    set VertexBuffer to dirty when values have been copied to it

commit d133a176cf9fb0f0d11db320e3b6b33e86a8a790
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 2 15:34:11 2012 +0100

    less verbosity

commit 293f6f8a9df9b5a7a8fde5ca8c6dcad8d77af5f0
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 2 15:13:03 2012 +0100

    let VertexBuffer handle the stride

commit 02630a8c5aba18a1da6f42b5992d009442a0b8bd
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 2 15:10:49 2012 +0100

    use CPPEXTERN_MSG rather than manual callbacks

commit 7efa7498fd399a2fcbbcafb71962bd055041ff5a
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 2 14:28:15 2012 +0100

    use a struct for all vertexbuffers

commit 2df0bd2c3ac888793508a68127e4a4beb495622e
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 2 13:30:08 2012 +0100

    added trailing semicolon; use (void) rather than ()

commit 0ea6b9e3eccff4db005169b479dd5fff29873342
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 2 13:28:38 2012 +0100

    proper initialization
    
    and use true/false for boolean values

commit a01439aff959092a69dd19b023751c7d64ac504d
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 2 13:28:18 2012 +0100

    cosmetic fix: order=pos/tex/col/norm

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

Summary of changes:
 help/gemvertexbuffer-help.pd |  723 ++++++++++++++++++++++++------------------
 src/Geos/gemvertexbuffer.cpp |  571 ++++++++++++++++-----------------
 src/Geos/gemvertexbuffer.h   |  170 ++++++-----
 3 files changed, 773 insertions(+), 691 deletions(-)


hooks/post-receive
-- 
Gem

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to