svga: s/Bool/SVGA3dBool/ in SVGA3dDevCapResult
authorBrian Paul <brianp@vmware.com>
Thu, 25 Jan 2018 18:36:53 +0000 (11:36 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 25 Jan 2018 18:56:33 +0000 (11:56 -0700)
And fix whitespace.  To sync up with in-house code.

Reviewed-by: Charmaine Lee <charmainel@vmware.com>
src/gallium/drivers/svga/include/svga3d_devcaps.h

index ade210b4172e857b220608dbfc52e10d6466a20d..4e2f6bf4ba5ccb5f57cbb8a450c533180a2bf620 100644 (file)
@@ -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_ */