This is a followup fix from const fixes series. I wasn't entirely sure which type to use - uint or unsigned. Both seem to be used. Used uint - it's shorter.
Krzesimir Nowak (1): softpipe: Change faces type to uint src/gallium/drivers/softpipe/sp_tex_sample.c | 10 +++++----- src/gallium/drivers/softpipe/sp_tex_sample.h | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) -- 2.4.3 _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
