projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
611f098
)
ilo: remove ILO_GEN_GET_MAJOR()
author
Chia-I Wu
<olvaffe@gmail.com>
Fri, 12 Sep 2014 02:43:42 +0000
(10:43 +0800)
committer
Chia-I Wu
<olvaffe@gmail.com>
Fri, 12 Sep 2014 08:58:29 +0000
(16:58 +0800)
The last user has gone away.
src/gallium/drivers/ilo/ilo_common.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/ilo/ilo_common.h
b/src/gallium/drivers/ilo/ilo_common.h
index 20c784218f85c0133596ea0ccb85b1076a4e8a19..41d9ea69956576392474b51c9ff6087bfa0d14a9 100644
(file)
--- a/
src/gallium/drivers/ilo/ilo_common.h
+++ b/
src/gallium/drivers/ilo/ilo_common.h
@@
-41,7
+41,6
@@
#include "util/u_pointer.h"
#define ILO_GEN(gen) ((int) (gen * 100))
-#define ILO_GEN_GET_MAJOR(gen) (gen / 100)
/* enable debug flags affecting hot pathes only with debug builds */
#ifdef DEBUG