[Mesa-dev] [PATCH 5/7] ir_to_mesa: Don't set initial uniform values again

2012-05-17 Thread Ian Romanick
From: Ian Romanick This work is now done by the linker, so we don't need to keep doing it here. Signed-off-by: Ian Romanick Reviewed-by: Eric Anholt --- src/mesa/program/ir_to_mesa.cpp | 104 --- 1 files changed, 0 insertions(+), 104 deletions(-) diff --g

[Mesa-dev] [PATCH 5/7] ir_to_mesa: Don't set initial uniform values again

2012-04-12 Thread Ian Romanick
From: Ian Romanick This work is now done by the linker, so we don't need to keep doing it here. Signed-off-by: Ian Romanick --- src/mesa/program/ir_to_mesa.cpp | 104 --- 1 files changed, 0 insertions(+), 104 deletions(-) diff --git a/src/mesa/program/ir_t