[Mesa-dev] [PATCH] softpipe: Fix faces array type

Krzesimir Nowak qdlacz at gmail.com
Sat Sep 12 07:17:33 PDT 2015


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



More information about the mesa-dev mailing list