softpipe: s/int/unsigned/ to be consistent in alpha test code

This commit is contained in:
Brian Paul
2011-11-23 15:03:47 -07:00
parent 173427841a
commit 24d25b55bf
@@ -629,7 +629,7 @@ depth_stencil_test_quad(struct quad_stage *qs,
#define ALPHATEST( FUNC, COMP ) \
static int \
static unsigned \
alpha_test_quads_##FUNC( struct quad_stage *qs, \
struct quad_header *quads[], \
unsigned nr ) \
@@ -668,7 +668,7 @@ ALPHATEST( GEQUAL, >= )
/* XXX: Incorporate into shader using KILP.
*/
static int
static unsigned
alpha_test_quads(struct quad_stage *qs,
struct quad_header *quads[],
unsigned nr)