Thanks Peter, these changes look sensible, and thrashing them with my biggest databases that actively uses VBO reuse suggests they are robust changes. Changes now merged and submitted to svn/trunk.
On Mon, Dec 15, 2008 at 3:14 PM, Peter Hrenka <[email protected]> wrote: > Hi Robert, > > I implemented a free list reallocation scheme in > VertexBufferObject::compileBuffer(). > > The offsets of newly added Arrays were not properly > calculated. This submission tries to find a > matching empty slot when the total size of > the VBO has not changed (e.g. when an array > is replaced by another array of the same size). > > > This fixes the overwriting issue that I showed in my posting > "Bug in VertexBufferObject::compileBuffer" on OSG-Users. > > > It is based on SVN Rev 9350 > > > Please review and apply > > Peter > -- > Vorstand/Board of Management: > Dr. Bernd Finkbeiner, Dr. Florian Geyer, > Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech > Vorsitzender des Aufsichtsrats/ > Chairman of the Supervisory Board: > Prof. Dr. Hanns Ruder > Sitz/Registered Office: Tuebingen > Registergericht/Registration Court: Stuttgart > Registernummer/Commercial Register No.: HRB 382196 > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
