mesa: fix arithmetic error in _mesa_compute_compressed_pixelstore()
authorBrian Paul <brianp@vmware.com>
Fri, 5 Sep 2014 21:20:00 +0000 (15:20 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 1 Dec 2014 23:30:55 +0000 (16:30 -0700)
commit991d5cf8ce5c7842801fdb0378bf5aca5a59cc4c
tree17d55771b02395d8dd4607730ec565d738a60c93
parent691170b9c7387b0e147aa668c3c37148db7f3e96
mesa: fix arithmetic error in _mesa_compute_compressed_pixelstore()

We need parenthesis around the expression which computes the number of
blocks per row.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Cc: "10.3 10.4" <mesa-stable@lists.freedesktop.org>
src/mesa/main/texstore.c