Re: [Mesa-dev] [PATCH 5/9] glsl: change IR to add UBO information

2011-12-02 Thread Eric Anholt
On Thu, 1 Dec 2011 16:35:34 +0100, Vincent Lejeune v...@ovi.com wrote: This commit doesn't appear to change IR to add UBO information. It appears to actually add a member initialized to false and copy it around. The commit message is missing the why and how part that should follow that 1-line

[Mesa-dev] [PATCH 5/9] glsl: change IR to add UBO information

2011-12-01 Thread Vincent Lejeune
--- src/glsl/ir.cpp|1 + src/glsl/ir.h |6 ++ src/glsl/ir_clone.cpp |1 + src/glsl/opt_dead_code.cpp |6 ++ 4 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/glsl/ir.cpp b/src/glsl/ir.cpp index a5eca5a..bf11e4f 100644 ---

Re: [Mesa-dev] [PATCH 5/9] glsl: change IR to add UBO information

2011-12-01 Thread Matt Turner
On Thu, Dec 1, 2011 at 3:35 PM, Vincent Lejeune v...@ovi.com wrote: ---  src/glsl/ir.cpp            |    1 +  src/glsl/ir.h              |    6 ++  src/glsl/ir_clone.cpp      |    1 +  src/glsl/opt_dead_code.cpp |    6 ++  4 files changed, 14 insertions(+), 0 deletions(-) diff

[Mesa-dev] [PATCH 5/9] glsl: change IR to add UBO information

2011-10-16 Thread vlj
--- src/glsl/ir.cpp|1 + src/glsl/ir.h |7 +++ src/glsl/ir_clone.cpp |1 + src/glsl/opt_dead_code.cpp |6 ++ 4 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/glsl/ir.cpp b/src/glsl/ir.cpp index 41ed4f1..8638bb6 100644 ---

[Mesa-dev] [PATCH 5/9] glsl: change IR to add UBO information

2011-09-23 Thread vlj
--- src/glsl/ir.h |2 ++ src/glsl/ir_clone.cpp |2 ++ src/glsl/opt_dead_code.cpp |2 ++ 3 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/glsl/ir.h b/src/glsl/ir.h index 2e899f3..cf57b3e 100644 --- a/src/glsl/ir.h +++ b/src/glsl/ir.h @@ -394,6 +394,8