[Mesa-dev] [PATCH 3/3] st/mesa: inline get_mesa_program()

2017-02-01 Thread Timothy Arceri
From: Timothy Arceri In the past I've gotten this function confused with the one in ir_to_mesa.cpp of the same name. Now that the affected flag setting has move into a helper it makes sense just to inline this remaining code. --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 60 --

[Mesa-dev] [PATCH 3/3] st/mesa: inline get_mesa_program()

2017-02-01 Thread Timothy Arceri
From: Timothy Arceri In the past I've gotten this function confused with the one in ir_to_mesa.cpp of the same name. Now that the affected flag setting has move into a helper it makes sense just to inline this remaining code. --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 60 --

Re: [Mesa-dev] [PATCH 3/3] st/mesa: inline get_mesa_program()

2017-02-01 Thread Nicolai Hähnle
For the series: Reviewed-by: Nicolai Hähnle On 01.02.2017 01:58, Timothy Arceri wrote: From: Timothy Arceri In the past I've gotten this function confused with the one in ir_to_mesa.cpp of the same name. Now that the affected flag setting has move into a helper it makes sense just to inline

[Mesa-dev] [PATCH 3/3] st/mesa: inline get_mesa_program()

2017-01-31 Thread Timothy Arceri
From: Timothy Arceri In the past I've gotten this function confused with the one in ir_to_mesa.cpp of the same name. Now that the affected flag setting has move into a helper it makes sense just to inline this remaining code. --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 60 --