projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b2cba8
)
ilo: replace a boolean by bool
author
Chia-I Wu
<olvaffe@gmail.com>
Thu, 20 Jun 2013 03:38:28 +0000
(11:38 +0800)
committer
Chia-I Wu
<olvaffe@gmail.com>
Thu, 20 Jun 2013 03:40:20 +0000
(11:40 +0800)
bool is used internally. This is just cosmetic.
src/gallium/drivers/ilo/ilo_3d.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/ilo/ilo_3d.h
b/src/gallium/drivers/ilo/ilo_3d.h
index e9888e1b3ec8094081bce019cc0c2e8e720b1175..2c86153c2cd161d01d5f2b3029bb0b4e28b8957a 100644
(file)
--- a/
src/gallium/drivers/ilo/ilo_3d.h
+++ b/
src/gallium/drivers/ilo/ilo_3d.h
@@
-53,7
+53,7
@@
struct ilo_3d {
struct {
struct pipe_query *query;
unsigned mode;
- bool
ean
cond;
+ bool cond;
} render_condition;
struct list_head occlusion_queries;