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  eea2a2d36d80cc9c369699d158fd6d27701fdbb6 (commit)
       via  d2b2f7d30d69f07f6670abe2c379401072cd2361 (commit)
       via  c86cf51b37bf4c244c3e251a20cdad6ae3d0469f (commit)
       via  2bb74596399a80e218250445e7837e848f79442e (commit)
       via  dc79b176f6a2e2826aad1dc31c1bbe245dd52f66 (commit)
       via  d4703bdabebcec4e4e8390b1c422cd8d263f1563 (commit)
       via  a1016c46f8ce7114a331f4cb199c2a1021bfd1da (commit)
       via  89405f747889cffb4fd00ffadc6f095ee7e0402e (commit)
       via  b30b6f91a14bd93bbf83b5efe201e280586747f1 (commit)
       via  d5a3a6229414cb492063a4c6c8b27fb9db086490 (commit)
       via  d754dfad9bc073d0d033eff58a1c50c196f52bff (commit)
       via  dc753edd94653f63ed4b684d31a59e4d47eedd38 (commit)
       via  39716fc28dc1a2f2e74a09b4b0feaca96dd3819f (commit)
       via  adfa28cbd6f597543885acff4a847ad430dc7b7c (commit)
       via  787d485801ce70105766dae4115308a5ccc9c083 (commit)
       via  294144b1971e34774dda7f5856b4dc1d66e67ab8 (commit)
       via  e4298df2f9b75801831027218f4843e70e4f7e2d (commit)
       via  5cd65a8da1d282e546ff37840c35ba73f037019a (commit)
       via  0414e40cbda72fc31dc387c025981d13e6f1a2a0 (commit)
       via  56dda3880413e3d08d149f8b5fbe7864e55e1744 (commit)
       via  dfa410fcd4b3acc36e19d80d90e8eb36dd3f0611 (commit)
       via  c44cecac60142473e5a7552f752e7c6a76356f7f (commit)
       via  77391c654e3a72475a400dc8599cba1cbe5c920b (commit)
       via  f7503b980bcf1d2c4749f0a6f30ebebfe0e60122 (commit)
       via  758d05b529e993e8d98c1ca7c4a2a400df98fd48 (commit)
       via  b29e276c61850326539effd41433323b66ab2f34 (commit)
       via  a1b179beaf6b03d679d491224fdcd6d0aab930ca (commit)
       via  ad04e7e392c62e9b21d62ad8d58be128857f1930 (commit)
       via  66961caf36244c0ecd1ec44b32d134704200ff18 (commit)
       via  c16faadffb6ddf3ffe6cee4d6fc21db22c784794 (commit)
       via  290cbb310b9bf49ea1a72369344a5824ee4b90ae (commit)
       via  edd152dd3026b7757ce6f138f24752f7af92d66f (commit)
       via  87941ab11d825fd30aabfa791f1f618069e3f45d (commit)
       via  e1fbd3b339ac0175a1b3b11ac6742451f8cd58af (commit)
       via  e60289e8fcd4d7a842fb687c3a74b5267bf443d2 (commit)
       via  17c1095a329f77dd092627c3c9e7c9d351318a71 (commit)
       via  739e8f412d9f6a83179e83617ecea9dbcf07d43e (commit)
       via  9fdd26f6b0f44a72d8b1c37473b09b3fbede8325 (commit)
       via  caca327b99939e1b44be0524528f6136dd7be9c5 (commit)
       via  762300c01b39e276fa15f080d1aec5f8173901c3 (commit)
       via  244ab451cdbe88b4ddf7ace9fd085ad1061799c3 (commit)
       via  41b8a68a8997e28fcdbd22f84b7f3f235678f54b (commit)
       via  4e2c1495a1ec5df946f297e3882137203aace459 (commit)
       via  c4b28dbe82543841eef44e7c959999f72773267e (commit)
       via  8edc247be8ec0213392239cdff567521e3c7aa61 (commit)
       via  4ff81110e3f22fef02e2b4fdb2877d563cd770c3 (commit)
       via  174ed0bc3dfc80fc5970012ad828dd368a9f8293 (commit)
       via  dc15d6e03d7ce0dcc3cd5f3820b022d185b43d13 (commit)
       via  4e4a7a2a01170a5827fd99847e05f82ac9b933c9 (commit)
       via  3fecaddb5b15180d73c534fa497b7eb39a7db58b (commit)
       via  e549a294eb9457323b70445ca4d1ef1c00ceff7e (commit)
      from  54234d5c95acb3be44a567d103455de20e86e71b (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 eea2a2d36d80cc9c369699d158fd6d27701fdbb6
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Sep 15 14:04:55 2014 +0200

    call libvlc_new(0,0)
    
    rather than using an empty array, which is unsupported on w32/msvc

commit d2b2f7d30d69f07f6670abe2c379401072cd2361
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Sun Sep 14 09:05:54 2014 +0200

    fixed type (to shut up compiler warnings)
    
    3rd argument of glGetActiveAttrib is really an integer (GLsizei)
    and cannot be "NULL".

commit c86cf51b37bf4c244c3e251a20cdad6ae3d0469f
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Sat Sep 13 17:39:29 2014 +0200

    remove trailing whitespace

commit 2bb74596399a80e218250445e7837e848f79442e
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Sat Sep 13 17:39:02 2014 +0200

    initialize glsl_program using member initialisation
    
    rather than initializing in the body of the ctor

commit dc79b176f6a2e2826aad1dc31c1bbe245dd52f66
Merge: c44ceca d4703bd
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Sat Sep 13 18:03:59 2014 +0200

    Merge branch 'gemvertexbuffer'

commit d4703bdabebcec4e4e8390b1c422cd8d263f1563
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Sat Sep 13 18:03:01 2014 +0200

    int/unsigned-int fixes
    
    in enableMess/disableMess - unnecessary to switch to "unsigned"
    in tabMess - missed

commit a1016c46f8ce7114a331f4cb199c2a1021bfd1da
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Sat Sep 13 18:02:29 2014 +0200

    add printAttributes()
    
    resets size/content of attribute array if vert/frag files are changed
    
    NOTE - an error with a "reset_attributes" pd-msg.
    The console gives "GL: invalid enumerant".
    I am unable to find where this occurs but the reset function still works.

commit 89405f747889cffb4fd00ffadc6f095ee7e0402e
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 16:23:26 2014 -0400

    add resetAttributes()

commit b30b6f91a14bd93bbf83b5efe201e280586747f1
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 16:19:33 2014 -0400

    add m_attribute to 'Mess'-related

commit d5a3a6229414cb492063a4c6c8b27fb9db086490
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 16:07:23 2014 -0400

    add m_attribute to createVBO()

commit d754dfad9bc073d0d033eff58a1c50c196f52bff
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 16:03:48 2014 -0400

    add m_attribute to renderShape

commit dc753edd94653f63ed4b684d31a59e4d47eedd38
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Sat Sep 13 18:01:39 2014 +0200

    add attribute()
    
    if an attribute already exists, then "update"
    
    at the end of this function there are two for-loops that cycle through all
    previous entered attributes to re-resize and re-copy their arrays.
    for some reason resizing and using copyArray on each one individually
    as they are entered results in incomplete render information
    (until they are all updated again via pd-msg).
    the object variables "array_name" and "offset" store information for
    these cycle calls.

commit 39716fc28dc1a2f2e74a09b4b0feaca96dd3819f
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 15:24:51 2014 -0400

    add std::vector <VertexBuffer> m_attribute

commit adfa28cbd6f597543885acff4a847ad430dc7b7c
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 15:18:15 2014 -0400

    add new object variables

commit 787d485801ce70105766dae4115308a5ccc9c083
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 14:58:54 2014 -0400

    add default constructor

commit 294144b1971e34774dda7f5856b4dc1d66e67ab8
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 14:55:21 2014 -0400

    add setProgramID

commit e4298df2f9b75801831027218f4843e70e4f7e2d
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Sat Sep 13 18:00:37 2014 +0200

    changed copyArray call in tableMess(for interleave)
    
    value of "0" results in unrendered geos (references from sourceforge code)

commit 5cd65a8da1d282e546ff37840c35ba73f037019a
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Sat Sep 13 18:00:20 2014 +0200

    copyArray fix
    
    avoids a crash/unrendered geos (referenced from sourceforge code)

commit 0414e40cbda72fc31dc387c025981d13e6f1a2a0
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Sat Sep 13 17:59:49 2014 +0200

    changes of 'int' to 'unsigned int'
    
    avoids warning messages (comparison between signed and unsigned)

commit 56dda3880413e3d08d149f8b5fbe7864e55e1744
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Sat Sep 13 17:59:21 2014 +0200

    changed vbo_size-1 to vbo_size
    
    subtracting "1" nips the last geo at output

commit dfa410fcd4b3acc36e19d80d90e8eb36dd3f0611
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Sat Sep 13 17:58:56 2014 +0200

    changed MIN/MAX to std:min/max
    
    avoids error during compile: "call of overloaded ‘MIN(unsigned int&, 
unsigned int&)’ is ambiguous"
    "call of overloaded ‘MAX(unsigned int&, unsigned int&)’ is ambiguous"

commit c44cecac60142473e5a7552f752e7c6a76356f7f
Merge: 77391c6 edd152d
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Sat Sep 13 17:35:02 2014 +0200

    Merge remote-tracking branch 'jptrkz/master'

commit 77391c654e3a72475a400dc8599cba1cbe5c920b
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Fri Sep 12 18:10:19 2014 +0200

    removed legacy files from project

commit f7503b980bcf1d2c4749f0a6f30ebebfe0e60122
Author: Antoine Villeret <antoine.ville...@gmail.com>
Date:   Fri Sep 12 12:58:41 2014 +0200

    fix undefined M_PI on MSVC

commit 758d05b529e993e8d98c1ca7c4a2a400df98fd48
Author: Antoine Villeret <antoine.ville...@gmail.com>
Date:   Fri Sep 12 12:58:18 2014 +0200

    fix undefined reference to `snprintf`
    
    this may be deprecated in newer version than Visual C++ Express 2010
    see : 
http://stackoverflow.com/questions/2915672/snprintf-and-visual-studio-2010

commit b29e276c61850326539effd41433323b66ab2f34
Author: Antoine Villeret <antoine.ville...@gmail.com>
Date:   Fri Sep 12 11:55:14 2014 +0200

    <unistd.h> is Unix specific
    
    see http://en.wikipedia.org/wiki/Unistd.h
    
    JMZ: use HAVE_UNISTD_H rather than !_WIN32

commit a1b179beaf6b03d679d491224fdcd6d0aab930ca
Author: Antoine Villeret <antoine.ville...@gmail.com>
Date:   Fri Sep 12 11:51:02 2014 +0200

    add HAVE_PTW32_HANDLE_T to preprocessor definition

commit ad04e7e392c62e9b21d62ad8d58be128857f1930
Author: Antoine Villeret <antoine.ville...@gmail.com>
Date:   Fri Sep 12 11:32:38 2014 +0200

    update project files with new or deleted sources files

commit 66961caf36244c0ecd1ec44b32d134704200ff18
Author: Antoine Villeret <antoine.ville...@gmail.com>
Date:   Fri Sep 12 12:35:02 2014 +0200

    fix #58

commit c16faadffb6ddf3ffe6cee4d6fc21db22c784794
Author: Antoine Villeret <antoine.ville...@gmail.com>
Date:   Fri Sep 12 12:34:53 2014 +0200

    fix #59

commit 290cbb310b9bf49ea1a72369344a5824ee4b90ae
Merge: dc15d6e 54234d5
Author: Antoine Villeret <antoine.ville...@gmail.com>
Date:   Fri Sep 12 10:16:51 2014 +0200

    Merge branch 'master' of https://github.com/umlaeute/Gem

commit edd152dd3026b7757ce6f138f24752f7af92d66f
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 16:33:24 2014 -0400

    int/unsigned-int fixes

commit 87941ab11d825fd30aabfa791f1f618069e3f45d
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 16:25:35 2014 -0400

    add printAttributes()

commit e1fbd3b339ac0175a1b3b11ac6742451f8cd58af
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 16:23:26 2014 -0400

    add resetAttributes()

commit e60289e8fcd4d7a842fb687c3a74b5267bf443d2
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 16:19:33 2014 -0400

    add m_attribute to 'Mess'-related

commit 17c1095a329f77dd092627c3c9e7c9d351318a71
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 16:07:23 2014 -0400

    add m_attribute to createVBO()

commit 739e8f412d9f6a83179e83617ecea9dbcf07d43e
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 16:03:48 2014 -0400

    add m_attribute to renderShape

commit 9fdd26f6b0f44a72d8b1c37473b09b3fbede8325
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 15:35:56 2014 -0400

    add attribute()

commit caca327b99939e1b44be0524528f6136dd7be9c5
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 15:24:51 2014 -0400

    add std::vector <VertexBuffer> m_attribute

commit 762300c01b39e276fa15f080d1aec5f8173901c3
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 15:18:15 2014 -0400

    add new object variables

commit 244ab451cdbe88b4ddf7ace9fd085ad1061799c3
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 14:58:54 2014 -0400

    add default constructor

commit 41b8a68a8997e28fcdbd22f84b7f3f235678f54b
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 14:55:21 2014 -0400

    add setProgramID

commit 4e2c1495a1ec5df946f297e3882137203aace459
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 14:14:46 2014 -0400

    changed copyArray call in tableMess(for interleave)

commit c4b28dbe82543841eef44e7c959999f72773267e
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 14:08:37 2014 -0400

    copyArray fix

commit 8edc247be8ec0213392239cdff567521e3c7aa61
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 14:03:50 2014 -0400

    changes of 'int' to 'unsigned int'

commit 4ff81110e3f22fef02e2b4fdb2877d563cd770c3
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 13:54:03 2014 -0400

    changed vbo_size-1 to vbo_size

commit 174ed0bc3dfc80fc5970012ad828dd368a9f8293
Author: jptrkz <jpt...@gmail.com>
Date:   Thu Sep 11 13:50:01 2014 -0400

    changed MIN/MAX to std:min/max

commit dc15d6e03d7ce0dcc3cd5f3820b022d185b43d13
Merge: 4e4a7a2 7eb6c05
Author: Antoine Villeret <antoine.ville...@gmail.com>
Date:   Thu Sep 11 14:47:27 2014 +0200

    Merge branch 'master' of https://github.com/umlaeute/Gem

commit 4e4a7a2a01170a5827fd99847e05f82ac9b933c9
Merge: 3fecadd d18e1b1
Author: Antoine Villeret <antoine.ville...@gmail.com>
Date:   Thu Sep 11 14:20:08 2014 +0200

    Merge branch 'master' of git://git.code.sf.net/p/pd-gem/gem

commit 3fecaddb5b15180d73c534fa497b7eb39a7db58b
Merge: e549a29 8032816
Author: Antoine Villeret <antoine.ville...@gmail.com>
Date:   Thu Sep 4 12:16:08 2014 +0200

    Merge branch 'master' of git://git.code.sf.net/p/pd-gem/gem

commit e549a294eb9457323b70445ca4d1ef1c00ceff7e
Merge: f0e3dd6 fac2774
Author: Antoine Villeret <antoine.ville...@gmail.com>
Date:   Thu Sep 4 12:00:07 2014 +0200

    Merge branch 'master' of https://github.com/umlaeute/Gem

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

Summary of changes:
 build/win-vce2010/Gem.vcxproj         |    5 +-
 build/win-vce2010/Gem.vcxproj.filters |   11 +-
 build/win-vce2010/pthread.props       |    2 +-
 extra/pix_hit/pix_hit.h               |    1 +
 extra/pix_mano/pix_mano.h             |    1 +
 plugins/videoUNICAP/videoUNICAP.cpp   |    1 +
 plugins/videoVLC/videoVLC.cpp         |   11 +--
 src/Base/GemPixDualObj.cpp            |   30 +++++
 src/Geos/gemvertexbuffer.cpp          |  198 ++++++++++++++++++++++++++++++---
 src/Geos/gemvertexbuffer.h            |   16 +++-
 src/Pixes/pix_vpaint.h                |    1 +
 src/RTE/RTE.cpp                       |    2 +
 12 files changed, 244 insertions(+), 35 deletions(-)


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

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to