Re: [Mesa-dev] [PATCH] XXXgallium/common_dri: fix the scons build

2013-09-30 Thread Emil Velikov
On 30/09/13 17:06, Eric Anholt wrote: > Emil Velikov writes: > >> On 28/09/13 01:41, Eric Anholt wrote: >>> Emil Velikov writes: >>> * clone the drienv to driswenv and adjust approapriately * export driswenv and use it in dri-swrast * ensure __NOT_HAVE_DRM_H is defined for drisw,

Re: [Mesa-dev] [PATCH] XXXgallium/common_dri: fix the scons build

2013-09-30 Thread Eric Anholt
Emil Velikov writes: > On 28/09/13 01:41, Eric Anholt wrote: >> Emil Velikov writes: >> >>> * clone the drienv to driswenv and adjust approapriately >>> * export driswenv and use it in dri-swrast >>> * ensure __NOT_HAVE_DRM_H is defined for drisw, similar >>> to all other common_drisw users >>

Re: [Mesa-dev] [PATCH] XXXgallium/common_dri: fix the scons build

2013-09-27 Thread Emil Velikov
On 28/09/13 01:41, Eric Anholt wrote: > Emil Velikov writes: > >> * clone the drienv to driswenv and adjust approapriately >> * export driswenv and use it in dri-swrast >> * ensure __NOT_HAVE_DRM_H is defined for drisw, similar >> to all other common_drisw users > > I'm confused where __NOT_HAVE

Re: [Mesa-dev] [PATCH] XXXgallium/common_dri: fix the scons build

2013-09-27 Thread Eric Anholt
Emil Velikov writes: > * clone the drienv to driswenv and adjust approapriately > * export driswenv and use it in dri-swrast > * ensure __NOT_HAVE_DRM_H is defined for drisw, similar > to all other common_drisw users I'm confused where __NOT_HAVE_DRM_H comes from. I don't see any references to

Re: [Mesa-dev] [PATCH] XXXgallium/common_dri: fix the scons build

2013-09-27 Thread Eric Anholt
Emil Velikov writes: > * clone the drienv to driswenv and adjust approapriately > * export driswenv and use it in dri-swrast > * ensure __NOT_HAVE_DRM_H is defined for drisw, similar > to all other common_drisw users > > Signed-off-by: Emil Velikov > --- > > With this patch building dri-swrast,

[Mesa-dev] [PATCH] XXXgallium/common_dri: fix the scons build

2013-09-27 Thread Emil Velikov
* clone the drienv to driswenv and adjust approapriately * export driswenv and use it in dri-swrast * ensure __NOT_HAVE_DRM_H is defined for drisw, similar to all other common_drisw users Signed-off-by: Emil Velikov --- With this patch building dri-swrast, dri-i915 and dri-vmware build correctly