Mesa (master): svga: s/Bool/SVGA3dBool/ in SVGA3dDevCapResult

Brian Paul brianp at kemper.freedesktop.org
Thu Jan 25 19:16:34 UTC 2018


Module: Mesa
Branch: master
Commit: 94610758a3543f0668815b3ca3e3b3d88b207001
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=94610758a3543f0668815b3ca3e3b3d88b207001

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jan 25 11:36:53 2018 -0700

svga: s/Bool/SVGA3dBool/ in SVGA3dDevCapResult

And fix whitespace.  To sync up with in-house code.

Reviewed-by: Charmaine Lee <charmainel at vmware.com>

---

 src/gallium/drivers/svga/include/svga3d_devcaps.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/gallium/drivers/svga/include/svga3d_devcaps.h b/src/gallium/drivers/svga/include/svga3d_devcaps.h
index ade210b417..4e2f6bf4ba 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_ */




More information about the mesa-commit mailing list