Nowadays -1 for slots means that the semantic is not present, so
we need to store it in a signed variables, otherwise <0 comparisons
are pointless. Fixes
http://bugzilla.eng.vmware.com/show_bug.cgi?id=67811 (at least
with softpipe, edgeflags don't work wit llvmpipe)
Signed-off-by: Zack Rusin <zackr@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
float psize;
unsigned viewport_index_slot;
unsigned layer_slot;
- unsigned face_slot;
+ int face_slot;
struct pipe_framebuffer_state fb;
struct u_rect framebuffer;
} else {
line->inputs.frontfacing = TRUE;
}
-
/* Setup parameter interpolants:
*/