mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-27 12:18:11 +02:00
The hardware actually compares a pair of 64-bit values, rather than
comparing a single value against zero like we previously assumed.
This wasn't an issue in most cases before because if the buffer is
zero-initialized the previous code happens to work. If we get a
buffer with garbage in it though we would run into issues.
Fixes:
|
||
|---|---|---|
| .. | ||
| ci | ||
| compiler | ||
| drm | ||
| drm-shim | ||
| headers | ||
| mme | ||
| nil | ||
| rust | ||
| vulkan | ||
| winsys | ||
| .rustfmt.toml | ||
| meson.build | ||