llvmpipe: don't store eo as 64bit int
authorRoland Scheidegger <sroland@vmware.com>
Sat, 2 Jan 2016 03:58:37 +0000 (04:58 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Thu, 7 Jan 2016 23:34:14 +0000 (00:34 +0100)
commitfad283ba9e691d0d5d170f388e75542f2c39e559
treebab379cb5a249b98d56903589b7f39ba7453148f
parentb61b9a377edb566af2f015c159f5f8779d9b27d9
llvmpipe: don't store eo as 64bit int

eo, just like dcdx and dcdy, cannot overflow 32bit.
Store it as unsigned though just in case (it cannot be negative, but
in theory twice as big as dcdx or dcdy so this gives it one more bit).
This doesn't really change anything, albeit it might help minimally on
32bit archs.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/drivers/llvmpipe/lp_rast.h
src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h
src/gallium/drivers/llvmpipe/lp_setup.c
src/gallium/drivers/llvmpipe/lp_setup_tri.c