projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
021222c
)
glsl2: Remove ir_program bong hits.
author
Kenneth Graunke
<kenneth@whitecape.org>
Wed, 14 Jul 2010 18:54:15 +0000
(11:54 -0700)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Wed, 14 Jul 2010 22:50:27 +0000
(15:50 -0700)
src/glsl/ir.h
patch
|
blob
|
history
diff --git
a/src/glsl/ir.h
b/src/glsl/ir.h
index 053b6fecd1d5feb3a9d6a70d114d8dadd0c5f1cb..790173ed6befaf3998806b1e8a185eaa4656f143 100644
(file)
--- a/
src/glsl/ir.h
+++ b/
src/glsl/ir.h
@@
-41,10
+41,6
@@
extern "C" {
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
#endif
-struct ir_program {
- void *bong_hits;
-};
-
/**
* Base class of all IR instructions
*/