>
> 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
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
> 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
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
>
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
(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/
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.
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
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/
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
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
http://bugs.freedesktop.org/show_bug.cgi?id=20052
Gordon Jin changed:
What|Removed |Added
AssignedTo|dri-|[email protected]
|de...@li
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
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
http://bugs.freedesktop.org/show_bug.cgi?id=6009
Ian Romanick changed:
What|Removed |Added
CC||[email protected]
--- Comment #3
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
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
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
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
---
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
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
---
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
---
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
23 matches
Mail list logo