projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aeef54
)
svga: s/Bool/SVGA3dBool/ in SVGA3dDevCapResult
author
Brian Paul
<brianp@vmware.com>
Thu, 25 Jan 2018 18:36:53 +0000
(11:36 -0700)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/include/svga3d_devcaps.h
b/src/gallium/drivers/svga/include/svga3d_devcaps.h
index ade210b4172e857b220608dbfc52e10d6466a20d..4e2f6bf4ba5ccb5f57cbb8a450c533180a2bf620 100644
(file)
--- 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_ */