Re: [Mesa-dev] [PATCH v2 06/15] android: try to load gallium_dri.so directly

2015-06-08 Thread Eric Anholt
Chih-Wei Huang writes: > To avoid the trick of creating links for all dri drivers. > > Signed-off-by: Chih-Wei Huang > --- > src/egl/drivers/dri2/egl_dri2.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c > index fe5

[Mesa-dev] [PATCH v2 06/15] android: try to load gallium_dri.so directly

2015-05-19 Thread Chih-Wei Huang
To avoid the trick of creating links for all dri drivers. Signed-off-by: Chih-Wei Huang --- src/egl/drivers/dri2/egl_dri2.c | 4 1 file changed, 4 insertions(+) diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c index fe5cbc8..7fc9f78 100644 --- a/src/egl/driver