I haven't received any feedback on this one. Anyone has an opinion about it?

MM

On 12/16/2015 12:05 AM, Miklós Máté wrote:
It was already done in get_mesa_program()
---
  src/mesa/program/ir_to_mesa.cpp | 2 --
  1 file changed, 2 deletions(-)

diff --git a/src/mesa/program/ir_to_mesa.cpp b/src/mesa/program/ir_to_mesa.cpp
index 8f58f3e..a28cf97 100644
--- a/src/mesa/program/ir_to_mesa.cpp
+++ b/src/mesa/program/ir_to_mesa.cpp
@@ -2938,8 +2938,6 @@ _mesa_ir_link_shader(struct gl_context *ctx, struct 
gl_shader_program *prog)
        if (linked_prog) {
           _mesa_copy_linked_program_data((gl_shader_stage) i, prog, 
linked_prog);
- _mesa_reference_program(ctx, &prog->_LinkedShaders[i]->Program,
-                                linked_prog);
           if (!ctx->Driver.ProgramStringNotify(ctx,
                                                
_mesa_shader_stage_to_program(i),
                                                linked_prog)) {

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to