Re: radeon-rewrite branch merging.

2009-02-11 Thread Dave Airlie
> > r200 appears busted, but its wierd busted I'll blame the master merge and > fix it tomorrow. Okay r200 gears is back, I think it was an artifact of not getting a clean build, along with fixing some warnings. Dave. > > Dave. > > > > > So with that in mind and not wanting to write this 3

[Bug 20038] [945GM] 32x32 GL_RGBA textures get corrupted after suspend/ resume cycle

2009-02-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20038 --- Comment #12 from qwang13 2009-02-11 23:16:44 PST --- > > Reproducible: 100% > 1) enable that compiz is running and windows preview plug-in is enabled > 2) ensure window previews show up when mouse over window list applet > 3) suspen

Re: radeon-rewrite branch merging.

2009-02-11 Thread Dave Airlie
> Hi, > > So I have a goal to get a radeon driver that works on a bufmgr and that > then can be used on non-mm/mm, and also where I can make DRI2 and FBOs > work. r200 appears busted, but its wierd busted I'll blame the master merge and fix it tomorrow. Dave. > > So with that in mind and n

Re: [Mesa3d-dev] radeon-rewrite branch merging.

2009-02-11 Thread Eric Anholt
On Thu, 2009-02-12 at 05:29 +, Dave Airlie wrote: > Hi, > > So I have a goal to get a radeon driver that works on a bufmgr and that > then can be used on non-mm/mm, and also where I can make DRI2 and FBOs > work. > > So with that in mind and not wanting to write this 3 times, I've done a >

radeon-rewrite branch merging.

2009-02-11 Thread Dave Airlie
Hi, So I have a goal to get a radeon driver that works on a bufmgr and that then can be used on non-mm/mm, and also where I can make DRI2 and FBOs work. So with that in mind and not wanting to write this 3 times, I've done a major refactoring of the radeon/r200/r300 drivers. I've refactored

Re: [PATCH] compiz hack

2009-02-11 Thread Jesse Barnes
(As if the other patches aren't just hacks at this point :) This just makes compiz always do a glXSwapBuffers call rather than SubBuffer calls. Won't play very well with framebuffer compression, but it's a start. diff --git a/src/display.c b/src/display.c index 23b0ba1..134f69e 100644 --- a/src/

Re: [PATCH] xf86-video-intel dri2 SwapBuffers bits

2009-02-11 Thread Jesse Barnes
Obviously we shouldn't be updating the front buffer offset in the rotation case, and I'm not sure how well resize (or other bits for that matter) will play with the fact that pI830->front_buffer changed out from under it. The flip should be queued from the kernel too... diff --git a/src/i810_reg.

Re: [PATCH] X server dri2 SwapBuffers bits

2009-02-11 Thread Jesse Barnes
Oh yeah, haven't dealt with versioning at all. :) It would be pretty easy to keep existing drivers (w/o SwapBuffers hooks) working by just calling CopyRegion, but the new protocol request probably wants a version bump. diff --git a/glx/glxdri2.c b/glx/glxdri2.c index 4e76c71..892d07f 100644 --- a

Re: [PATCH] mesa code for dri2 swapbuffers

2009-02-11 Thread Jesse Barnes
I'm a Mesa novice, so I'm sure there are better ways to do this. And this only works due to Eric's recent changes to avoid a full GetBuffers call in DRI2GetBuffers (we can just update the private list and call intel_update_renderbuffers to pick up the new GEM names, etc.). diff --git a/include/

Re: [PATCH] dri2proto patch for SwapBuffers

2009-02-11 Thread Jesse Barnes
Pretty simple stuff. Like I said we should probably have a buffer count in the reply, but that's a simple change. diff --git a/dri2proto.h b/dri2proto.h index dc3f2d1..93c247c 100644 --- a/dri2proto.h +++ b/dri2proto.h @@ -48,6 +48,7 @@ #define X_DRI2DestroyDrawable 4 #define X_DRI2Ge

[RFC] page flipping/buffer swap for DRI2

2009-02-11 Thread Jesse Barnes
Post early, post often, right? In the interest of getting a non-broken (i.e. non-tearing) GL stack w/DRI2 I've been working on making SwapBuffers use page flipping for full screen clients (like compositing managers). This saves a full screen blit so should be a little faster than the current c

[Bug 20052] [UXA] mesa xdemo manywin fails: only the first window has animation displayed

2009-02-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20052 Gordon Jin changed: What|Removed |Added AssignedTo|dri-|[email protected] |de...@li

[PATCH] drm: make drm_wait_vblank return immediately for very old sequence values

2009-02-11 Thread Jesse Barnes
Michel may want to change this a bit (make the check smaller), but I'd still like something like this to go in. The current wait_vblank condition won't return if the wait sequence is more than 8M behind the current counter. This causes problems in the wraparound case, which can happen if vblank i

Re: Gem GTT mmaps..

2009-02-11 Thread Jesse Barnes
On Friday, February 6, 2009 4:52 pm Chris Wilson wrote: > I tried it, it's not too happy. My only concern is that this now relies > on userspace to correctly call SW_FINISH (and not unmap after mmapping > the GTT_MMAP) or otherwise the object is leaked? Patch comments inline. This one relies on mu

[Bug 6009] libdri.so fails to load when built with '--disable-xinerama'

2009-02-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=6009 Ian Romanick changed: What|Removed |Added CC||[email protected] --- Comment #3

[Bug 19876] 3D acceleration not working on i945GM

2009-02-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19876 --- Comment #1 from Bernhard Rosenkraenzer 2009-02-11 08:29:30 PST --- Problem still present in 2.6.29-rc4 with latest patches from drm-intel-next applied. This is on an Acer Aspire One (8086:27ae - 1025:015b); there is no indication of any

[Bug 20038] [945GM] 32x32 GL_RGBA textures get corrupted after suspend/ resume cycle

2009-02-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20038 --- Comment #11 from David Reveman 2009-02-11 07:29:19 PST --- not specific to 32x32 GL_RGBA textures. can easily be reproduced with mesa's texobj demo program. it could be specific to indirect rendering only. I attached the source for this

[Bug 20038] [945GM] 32x32 GL_RGBA textures get corrupted after suspend/ resume cycle

2009-02-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20038 --- Comment #10 from David Reveman 2009-02-11 07:19:26 PST --- Created an attachment (id=22824) --> (http://bugs.freedesktop.org/attachment.cgi?id=22824) mesa texobj demo without idle function -- Configure bugmail: http://bugs.freedeskto

[Bug 20053] _pbo_zcopy failure in pbo test

2009-02-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20053 --- Comment #1 from zhao jian 2009-02-11 02:17:43 PST --- Created an attachment (id=22805) --> (http://bugs.freedesktop.org/attachment.cgi?id=22805) xorg.0.log -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 20053] New: _pbo_zcopy failure in pbo test

2009-02-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20053 Summary: _pbo_zcopy failure in pbo test Product: Mesa Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

[Bug 20052] [UXA] mesa xdemo manywin fails: only the first window has animation displayed

2009-02-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20052 --- Comment #2 from zhao jian 2009-02-11 02:09:59 PST --- Created an attachment (id=22803) --> (http://bugs.freedesktop.org/attachment.cgi?id=22803) xorg.0.log -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 20052] [UXA] mesa xdemo manywin fails: only the first window has animation displayed

2009-02-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20052 --- Comment #1 from zhao jian 2009-02-11 02:09:38 PST --- Created an attachment (id=22802) --> (http://bugs.freedesktop.org/attachment.cgi?id=22802) xorg.0.log -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 20052] New: [UXA] mesa xdemo manywin fails: only the first window has animation displayed

2009-02-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20052 Summary: [UXA] mesa xdemo manywin fails: only the first window has animation displayed Product: Mesa Version: unspecified Platform: Other OS/Version: Linux (All) Sta