Skip to content

Draft: zink: Do not read-modify-write unitialized bitfields in fb state.

++; and +=, are a bit costly in execution on bitfields, but additionally they will read parts of data structure that are uninitialized, then write them back. While mostly harmless, it causes valgrind to complain.

Edited by Witold Baryluk

Merge request reports