Re: [Mesa-dev] [PATCH 06/12] egl_dri2: a ton of blob

2014-12-23 Thread kallisti5
On 2014-12-22 08:45, kallisti5 wrote: On 2014-12-22 08:41, Matt Turner wrote: On Mon, Dec 22, 2014 at 6:36 AM, Alexander von Gluck IV wrote: From: Emil Velikov Attempt to get a egl_dri2 SConscript - Drop going into the gallium egl-static - Promote the main library to a shared one. - Conve

Re: [Mesa-dev] [PATCH 06/12] egl_dri2: a ton of blob

2014-12-23 Thread kallisti5
On 2014-12-22 08:41, Matt Turner wrote: On Mon, Dec 22, 2014 at 6:36 AM, Alexander von Gluck IV wrote: From: Emil Velikov Attempt to get a egl_dri2 SConscript - Drop going into the gallium egl-static - Promote the main library to a shared one. - Convert libEGL_Haiku into a conv. library -

Re: [Mesa-dev] [PATCH 06/12] egl_dri2: a ton of blob

2014-12-22 Thread Matt Turner
On Mon, Dec 22, 2014 at 6:36 AM, Alexander von Gluck IV wrote: > From: Emil Velikov > > Attempt to get a egl_dri2 SConscript > - Drop going into the gallium egl-static > - Promote the main library to a shared one. > - Convert libEGL_Haiku into a conv. library - shove a demo platform_x11. > -

[Mesa-dev] [PATCH 06/12] egl_dri2: a ton of blob

2014-12-22 Thread Alexander von Gluck IV
From: Emil Velikov Attempt to get a egl_dri2 SConscript - Drop going into the gallium egl-static - Promote the main library to a shared one. - Convert libEGL_Haiku into a conv. library - shove a demo platform_x11. - s/HAVE_EGL_PLATFORM_HAIKU/HAVE_HAIKU_PLATFORM/ - A ton of extra crap all ove