Mesa (glsl2): glsl2: Remove ir_program bong hits.

Ian Romanick idr at kemper.freedesktop.org
Thu Jul 15 00:18:22 UTC 2010


Module: Mesa
Branch: glsl2
Commit: 7d19bf2ec34dceb621ec82861be3d12ba73e67d3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d19bf2ec34dceb621ec82861be3d12ba73e67d3

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 14 11:54:15 2010 -0700

glsl2: Remove ir_program bong hits.

---

 src/glsl/ir.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/glsl/ir.h b/src/glsl/ir.h
index 053b6fe..790173e 100644
--- 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
  */




More information about the mesa-commit mailing list