Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Widen useful range of BitWriter's write_quniform()
The versions of write_quiniform() used by the arithmetic packer and the uncompressed bitwriter vary considerably. For some reason, the BitWriter uses a much 'narrower' implementation that overflows with inputs of more than a few bits. This patch replaces the BitWriter's implementation with one like in the arithmetic packer. This allows its use in coding non-uniform tile header fields.
- Loading branch information