Re: [Mesa-dev] [PATCH] ilo: Advertise DMA-BUF

2014-10-15 Thread Commend Sarnex
Whoops, forgot to add the description. This is another trivial patch for ilo, all the frameworks were already implemented. In hindsight, I should have included this with my previous patch. On Wed, Oct 15, 2014 at 4:08 PM, Nick Sarnie wrote: > diff --git a/src/gallium/targets/pipe-loader/pipe_i96

[Mesa-dev] [PATCH] ilo: Advertise DMA-BUF

2014-10-15 Thread Nick Sarnie
diff --git a/src/gallium/targets/pipe-loader/pipe_i965.c b/src/gallium/targets/pipe-loader/pipe_i965.c index f4d447c..810dffc 100644 --- a/src/gallium/targets/pipe-loader/pipe_i965.c +++ b/src/gallium/targets/pipe-loader/pipe_i965.c @@ -21,6 +21,27 @@ create_screen(int fd) return screen; }