From: Brian Paul Date: Thu, 25 Jan 2018 18:36:53 +0000 (-0700) Subject: svga: s/Bool/SVGA3dBool/ in SVGA3dDevCapResult X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94610758a3543f0668815b3ca3e3b3d88b207001;p=mesa.git svga: s/Bool/SVGA3dBool/ in SVGA3dDevCapResult And fix whitespace. To sync up with in-house code. Reviewed-by: Charmaine Lee --- diff --git a/src/gallium/drivers/svga/include/svga3d_devcaps.h b/src/gallium/drivers/svga/include/svga3d_devcaps.h index ade210b4172..4e2f6bf4ba5 100644 --- a/src/gallium/drivers/svga/include/svga3d_devcaps.h +++ b/src/gallium/drivers/svga/include/svga3d_devcaps.h @@ -448,10 +448,10 @@ typedef enum { SVGADX_DXFMT_MULTISAMPLE_8 ) typedef union { - Bool b; + SVGA3dBool b; uint32 u; - int32 i; - float f; + int32 i; + float f; } SVGA3dDevCapResult; #endif /* _SVGA3D_DEVCAPS_H_ */