Re: [Mesa-dev] [PATCH 1/8] pipe-loader: drop support for non-render node devices

2015-06-30 Thread Emil Velikov
On 30 June 2015 at 16:06, Martin Peres wrote: > On 30/06/15 18:09, Emil Velikov wrote: >> >> Render nodes have been around for quite some time. Removing support via >> the master/primary node allows us to clean up the conditional >> compilation and simplify the build greatly. >> >> For example cur

Re: [Mesa-dev] [PATCH 1/8] pipe-loader: drop support for non-render node devices

2015-06-30 Thread Martin Peres
On 30/06/15 18:09, Emil Velikov wrote: Render nodes have been around for quite some time. Removing support via the master/primary node allows us to clean up the conditional compilation and simplify the build greatly. For example currently we the pipe-loader, with an explicit link against The v

[Mesa-dev] [PATCH 1/8] pipe-loader: drop support for non-render node devices

2015-06-30 Thread Emil Velikov
Render nodes have been around for quite some time. Removing support via the master/primary node allows us to clean up the conditional compilation and simplify the build greatly. For example currently we the pipe-loader, with an explicit link against xcb and friends (for X auth). Although forcing X