i965: make brw_context::num_samples unsigned int
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.h
index d00fe35108707f0f02826a841be935fe8f3dcf94..4b78508ccb3aa3602883d5b600404795e2ea4547 100644 (file)
@@ -980,7 +980,7 @@ struct brw_context
     * Number of samples in ctx->DrawBuffer, updated by BRW_NEW_NUM_SAMPLES so
     * that we don't have to reemit that state every time we change FBOs.
     */
-   int num_samples;
+   unsigned int num_samples;
 
    /* BRW_NEW_URB_ALLOCATIONS:
     */