summaryrefslogtreecommitdiffstats
path: root/docs/RELNOTES-6.3.1
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-01-12 09:55:40 -0700
committerBrian Paul <brianp@vmware.com>2012-01-12 13:02:55 -0700
commit003dd8adf39c964d8c7beb86955a61ceb3706ebc (patch)
treea2da1696fe1c05ad09141267e04195d69028817d /docs/RELNOTES-6.3.1
parent706400f0a7a59bba89eca8e97a1ada45445ee6df (diff)
downloadexternal_mesa3d-003dd8adf39c964d8c7beb86955a61ceb3706ebc.zip
external_mesa3d-003dd8adf39c964d8c7beb86955a61ceb3706ebc.tar.gz
external_mesa3d-003dd8adf39c964d8c7beb86955a61ceb3706ebc.tar.bz2
mesa: remove incorrect (float) cast in mipmap do_row()
The array holds GLuint values so remove the float cast. Note, however, that to compute the average of four GLuints we really want to do (a+b+c+d)/4 but that could overflow. This change doesn't address that for now. NOTE: This is a candidate for the 8.0 branch. Reviewed-by: José Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'docs/RELNOTES-6.3.1')
0 files changed, 0 insertions, 0 deletions