Re: [Mesa-dev] [PATCH 2/5] vc4: Switch back to using a local copy of vc4_drm.h.

2017-06-29 Thread Emil Velikov
On 29 June 2017 at 16:38, Eric Anholt wrote: > Emil Velikov writes: > >> Hi Eric, >> >> On 29 June 2017 at 02:15, Eric Anholt wrote: >>> Needing to get our uapi header from libdrm has only complicated things. >>> Follow intel's lead and drop our requirement for it. >>> >> UAPI: I think I may hav

Re: [Mesa-dev] [PATCH 2/5] vc4: Switch back to using a local copy of vc4_drm.h.

2017-06-29 Thread Eric Anholt
Emil Velikov writes: > Hi Eric, > > On 29 June 2017 at 02:15, Eric Anholt wrote: >> Needing to get our uapi header from libdrm has only complicated things. >> Follow intel's lead and drop our requirement for it. >> > UAPI: I think I may have noticed some compat breakage here. > > The sizeof abov

Re: [Mesa-dev] [PATCH 2/5] vc4: Switch back to using a local copy of vc4_drm.h.

2017-06-29 Thread Emil Velikov
Hi Eric, On 29 June 2017 at 02:15, Eric Anholt wrote: > Needing to get our uapi header from libdrm has only complicated things. > Follow intel's lead and drop our requirement for it. > Humble question: when you get the chance please describe the complications that you've seen. That aside, there'

[Mesa-dev] [PATCH 2/5] vc4: Switch back to using a local copy of vc4_drm.h.

2017-06-28 Thread Eric Anholt
Needing to get our uapi header from libdrm has only complicated things. Follow intel's lead and drop our requirement for it. Generated from the same commit mentioned in the README. --- configure.ac | 2 - include/drm-uapi/vc4_drm.h | 318 +++