svga: add some const qualifiers
[mesa.git] / src / gallium / drivers / llvmpipe / lp_state_setup.h
index 6cee6fe5eb57682a49b09015af22219f27a4d991..9ad244482de62f4c6fbe219ed02ad06a0f0c3b76 100644 (file)
@@ -17,10 +17,10 @@ struct lp_setup_variant_list_item
 struct lp_setup_variant_key {
    unsigned size:16;
    unsigned num_inputs:8;
-   unsigned color_slot:8;
-   unsigned bcolor_slot:8;
-   unsigned spec_slot:8;
-   unsigned bspec_slot:8;
+   int color_slot:8;
+   int bcolor_slot:8;
+   int spec_slot:8;
+   int bspec_slot:8;
    unsigned flatshade_first:1;
    unsigned pixel_center_half:1;
    unsigned twoside:1;