Re: [Mesa-dev] [PATCH 08/13] meta: Merge compiling and linking of blit program

2014-05-12 Thread Kenneth Graunke
On 05/12/2014 10:12 AM, Ian Romanick wrote: > This patch is > > Reviewed-by: Ian Romanick > > For 10.3, I think we should look to migrate meta to using separate > shader objects and explicit attrib locations... or at least make some > short-cut functions to reduce the number of calls made in met

Re: [Mesa-dev] [PATCH 08/13] meta: Merge compiling and linking of blit program

2014-05-12 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick For 10.3, I think we should look to migrate meta to using separate shader objects and explicit attrib locations... or at least make some short-cut functions to reduce the number of calls made in meta. On 05/09/2014 01:28 AM, Topi Pohjolainen wrote: > Sign

[Mesa-dev] [PATCH 08/13] meta: Merge compiling and linking of blit program

2014-05-09 Thread Topi Pohjolainen
Signed-off-by: Topi Pohjolainen --- src/mesa/drivers/common/meta.c | 45 - src/mesa/drivers/common/meta.h | 7 ++ src/mesa/drivers/common/meta_blit.c | 18 +++ 3 files changed, 39 insertions(+), 31 deletions(-) diff --git a/src/mesa/