Re: [Mesa-dev] [PATCH] ilo: Build pipe-loader for ilo

2014-09-23 Thread Emil Velikov
On 15/09/14 15:48, Steven Newbury wrote: > On Fri, 2014-09-12 at 18:20 -0400, Nick Sarnie wrote: >> Trivial patch to create the pipe loader for ilo. All the code was >> already there. >> >> Signed-off-by: Nick Sarnie >> --- >> src/gallium/targets/pipe-loader/Makefile.am | 14 ++ >> s

Re: [Mesa-dev] [PATCH] ilo: Build pipe-loader for ilo

2014-09-15 Thread Steven Newbury
On Fri, 2014-09-12 at 18:20 -0400, Nick Sarnie wrote: > Trivial patch to create the pipe loader for ilo. All the code was > already there. > > Signed-off-by: Nick Sarnie > --- > src/gallium/targets/pipe-loader/Makefile.am | 14 ++ > src/gallium/targets/pipe-loader/pipe_i965.c | 26

[Mesa-dev] [PATCH] ilo: Build pipe-loader for ilo

2014-09-12 Thread Nick Sarnie
Trivial patch to create the pipe loader for ilo. All the code was already there. Signed-off-by: Nick Sarnie --- src/gallium/targets/pipe-loader/Makefile.am | 14 ++ src/gallium/targets/pipe-loader/pipe_i965.c | 26 ++ 2 files changed, 40 insertions(+) create