Ver código fonte

i965: make brw_context::num_samples unsigned int

It is never a negative number. Variable is compared against unsigned
values and passed into functions that expect unsigned int.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
tags/18.0-branchpoint
Emil Velikov 7 anos atrás
pai
commit
a9bb067e27
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/mesa/drivers/dri/i965/brw_context.h

+ 1
- 1
src/mesa/drivers/dri/i965/brw_context.h Ver arquivo

@@ -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:
*/

Carregando…
Cancelar
Salvar