draw: finally optimize bool clip mask generation
[mesa.git] / src / gallium / auxiliary / draw / draw_llvm.h
index 271433c8ecb7eeab88e4bd8aba85136fedb7bcab..9ea100f9e43d7e7b2c241ace76733246e5f78626 100644 (file)
@@ -261,7 +261,7 @@ enum {
 
 
 
-typedef int
+typedef boolean
 (*draw_jit_vert_func)(struct draw_jit_context *context,
                       struct vertex_header *io,
                       const struct draw_vertex_buffer vbuffers[PIPE_MAX_ATTRIBS],
@@ -274,7 +274,7 @@ typedef int
                       unsigned start_instance);
 
 
-typedef int
+typedef boolean
 (*draw_jit_vert_func_elts)(struct draw_jit_context *context,
                            struct vertex_header *io,
                            const struct draw_vertex_buffer vbuffers[PIPE_MAX_ATTRIBS],