mirror of
https://github.com/brl/mutter.git
synced 2025-03-13 23:05:05 +00:00

This makes CoglBuffer track the last used bind target as a private property. This is later used when binding a buffer to map instead of always using the PIXEL_UNPACK target. This also adds some additional sanity checks that code doesn't try to nest binds to the same target or bind a buffer to multiple targets at the same time.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%