[Mesa-dev] [PATCH 1/2] mesa: Avoid ABA problem on buffer object bind.

Mathias Fröhlich Mathias.Froehlich at gmx.net
Sat Oct 22 03:57:01 PDT 2011


Hi,

Make sure we do not run into the classic ABA problem on buffer object bind,
reusing this name and may be never rebind since we get an new name
that was just deleted and never rebound in between.
The explicit rebinding to the debault object in the current context
prevents the above in the current context, but an other context
sharing the same objects might suffer from this problem.

Please review.

Thanks

Mathias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-mesa-Avoid-ABA-problem-on-buffer-object-bind.patch
Type: text/x-patch
Size: 2920 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20111022/586277eb/attachment.bin>


More information about the mesa-dev mailing list