Re: [PATCH] fix drm_i915_flip_t breakage

2007-09-29 Thread Sergio Monteiro Basto
On Sat, 2007-09-29 at 02:23 +0200, Lukas Hejtmanek wrote: > you need to use drm head/master and mesa head/master. It works for me > in such > a case. this fix (drm_i915_flip_t) don't fix, the moved i915tex or new i915 on Mesa tree, with drm head/master and mesa head/master. Like I write a thread

Re: [PATCH] fix drm_i915_flip_t breakage

2007-09-29 Thread Lukas Hejtmanek
On Fri, Sep 28, 2007 at 06:19:48PM -0600, Brian Paul wrote: > I'm presently using: > Mesa from mesa_7_0_branch > DRM from drm-2.3.0 tag > xf86-video-intel from head/master > > When I run glxinfo I get: > > [...] > libGL: XF86DRIGetClientDriverName: 1.9.0 i915 (screen 0) > libGL:

Re: [PATCH] fix drm_i915_flip_t breakage

2007-09-29 Thread Dan Nicholson
On 9/28/07, Dave Airlie <[EMAIL PROTECTED]> wrote: > > It should build against the last release of libdrm, not master, master > isn't released and when it gets released it'll be libdrm3 due to the > ttm api... if it can't build against that due to the missing TTM then > disable i915tex builds by d

Re: [PATCH] fix drm_i915_flip_t breakage

2007-09-28 Thread Dave Airlie
>> >> It should build against the last release of libdrm, not master, master >> isn't released and when it gets released it'll be libdrm3 due to the >> ttm api... if it can't build against that due to the missing TTM then >> disable i915tex builds by default... >> >> Now if there isn't a current

Re: [PATCH] fix drm_i915_flip_t breakage

2007-09-28 Thread Brian Paul
Lukas Hejtmanek wrote: > On Fri, Sep 28, 2007 at 06:19:48PM -0600, Brian Paul wrote: >> I'm presently using: >> Mesa from mesa_7_0_branch >> DRM from drm-2.3.0 tag >> xf86-video-intel from head/master >> >> When I run glxinfo I get: >> >> [...] >> libGL: XF86DRIGetClientDriverName: 1

Re: [PATCH] fix drm_i915_flip_t breakage

2007-09-28 Thread Brian Paul
Dave Airlie wrote: >> I've got a few issues using the git heads of Mesa, DRM and xf86-video-intel: >> >> 1. The Mesa 7.0.2 branch doesn't build with drm/master. >> >> Compiling dri_bufmgr.c: >> >> ../common/dri_bufmgr.c: In function 'driFenceBuffers': >> ../common/dri_bufmgr.c:102: warning: passing

Re: [PATCH] fix drm_i915_flip_t breakage

2007-09-28 Thread Dave Airlie
> > I've got a few issues using the git heads of Mesa, DRM and xf86-video-intel: > > 1. The Mesa 7.0.2 branch doesn't build with drm/master. > > Compiling dri_bufmgr.c: > > ../common/dri_bufmgr.c: In function 'driFenceBuffers': > ../common/dri_bufmgr.c:102: warning: passing argument 3 of > 'drmFenc

Re: [PATCH] fix drm_i915_flip_t breakage

2007-09-28 Thread Brian Paul
Jesse Barnes wrote: > On Friday, September 28, 2007 9:27 am Brian Paul wrote: >> 1. The Mesa 7.0.2 branch doesn't build with drm/master. >> >> Compiling dri_bufmgr.c: >> >> ../common/dri_bufmgr.c: In function ‘driFenceBuffers’: >> ../common/dri_bufmgr.c:102: warning: passing argument 3 of >> ‘drmFe

Re: [PATCH] fix drm_i915_flip_t breakage

2007-09-28 Thread Jesse Barnes
On Friday, September 28, 2007 9:27 am Brian Paul wrote: > 1. The Mesa 7.0.2 branch doesn't build with drm/master. > > Compiling dri_bufmgr.c: > > ../common/dri_bufmgr.c: In function ‘driFenceBuffers’: > ../common/dri_bufmgr.c:102: warning: passing argument 3 of > ‘drmFenceBuffers’ makes integer fro

Re: [PATCH] fix drm_i915_flip_t breakage

2007-09-28 Thread Brian Paul
Jesse Barnes wrote: > On Thursday, September 27, 2007 3:35:22 pm Jesse Barnes wrote: >> In one of my overzealous pipe/plane mapping patches, I renamed the pipes >> field in drm_i915_flip_t to planes, since it's really dealing with >> planes and so seemed to make sense. >> >> However, drm_i915_flip_

Re: [PATCH] fix drm_i915_flip_t breakage

2007-09-27 Thread Jesse Barnes
On Thursday, September 27, 2007 3:35:22 pm Jesse Barnes wrote: > In one of my overzealous pipe/plane mapping patches, I renamed the pipes > field in drm_i915_flip_t to planes, since it's really dealing with > planes and so seemed to make sense. > > However, drm_i915_flip_t has different compatibili

[PATCH] fix drm_i915_flip_t breakage

2007-09-27 Thread Jesse Barnes
In one of my overzealous pipe/plane mapping patches, I renamed the pipes field in drm_i915_flip_t to planes, since it's really dealing with planes and so seemed to make sense. However, drm_i915_flip_t has different compatibility requirements than the i915 sarea private. The sarea private is du