mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
virgl: unsigned int -> unsigned
We don't usually spell out the int part of unsigned. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
This commit is contained in:
parent
ef923088d2
commit
8f1a147d68
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ static void virgl_copy_region_with_blit(struct pipe_context *pipe,
|
|||
}
|
||||
}
|
||||
|
||||
static unsigned int temp_bind(unsigned int orig)
|
||||
static unsigned temp_bind(unsigned orig)
|
||||
{
|
||||
if (orig & ~(PIPE_BIND_RENDER_TARGET | PIPE_BIND_DEPTH_STENCIL |
|
||||
PIPE_BIND_SAMPLER_VIEW))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue