Re: [Mesa-dev] [PATCH 07/15] i965/vec4: Inline get_pull_constant_offset

2015-12-18 Thread Eduardo Lima Mitev
Patch is: Reviewed-by: Eduardo Lima Mitev On 12/10/2015 05:23 AM, Jason Ekstrand wrote: > It's not really doing enough anymore to justify a helper function. > --- > src/mesa/drivers/dri/i965/brw_vec4.h | 2 -- > src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp | 37

[Mesa-dev] [PATCH 07/15] i965/vec4: Inline get_pull_constant_offset

2015-12-09 Thread Jason Ekstrand
It's not really doing enough anymore to justify a helper function. --- src/mesa/drivers/dri/i965/brw_vec4.h | 2 -- src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp | 37 ++ 2 files changed, 14 insertions(+), 25 deletions(-) diff --git