]> git.tdb.fi Git - libs/gl.git/commitdiff
Alter the working logic of Bufferable to avoid some problems
authorMikko Rasa <tdb@tdb.fi>
Sun, 26 Aug 2012 07:53:56 +0000 (10:53 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 26 Aug 2012 07:53:56 +0000 (10:53 +0300)
It was possible for the buffer data to be updated without going through
the dirty check in UniformBlock::apply, leaving the UniformBlock with a
null buf_range and resulting in a segfault.


No differences found