On Wed, 12 Jan 2005, Rune Petersen wrote:
Hi,
I've managed to test r300_demo on my Radeon x800XT JK (0x4a4b).
I needed the latest driver & DRM (r300_driver) from CVS and disable the
modules "fi1236" and "msp3430".
Really ? Could you double check this ? It would be a big surprise if MM
I2C bus acc
Hi,
I've managed to test r300_demo on my Radeon x800XT JK (0x4a4b).
I needed the latest driver & DRM (r300_driver) from CVS and disable the
modules "fi1236" and "msp3430".
The card is used as an RV350..
result:
bitblt & tex-bitblt is drawn perfectly, the rest apart from drawing the
intended have a
The problem didn't let me rest and I believe I have found a solution. I
need to use virt_to_page instead of vmalloc_to_page in order to find
consistent pages in drm_vm_shm_nopage. I still don't understand how
agpAlloc made vmalloc_to_page work.
If no one objects I'll commit the attached patch afte
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=2266
--- Additional Comments From [EMAIL PROTECTED] 2005-01-11 17:16 ---
No possibility
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=2266
--- Additional Comments From [EMAIL PROTECTED] 2005-01-11 16:52 ---
don't suppose
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=2266
--- Additional Comments From [EMAIL PROTECTED] 2005-01-11 16:31 ---
A suggestion t
Hi,
I need some help with _DRM_CONSISTENT maps. They worked fine with the
AGP cards I've been testing so far. This weekend I added PCI support to
the Savage driver and found out that with PCI cards the _DRM_CONSISTENT
maps don't work. Either the status page is mapped somehow incorrectly,
so that t
Alex Deucher wrote:
How would you do that? I can't see a way at all how ddx would
reject a dri client.
By making the initialization fail, e.g.
Do you have some pointers how you'd do that? All code I see for
initialization is on the dri side, except the generic stuff in dri.c.
When it comes to init
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=2266
--- Additional Comments From [EMAIL PROTECTED] 2005-01-11 15:54 ---
Created an att
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=2266
Summary: Xorg freezes when exiting session to a login manager.
Product: D
On Tue, 2005-01-11 at 14:07 +0100, Roland Scheidegger wrote:
> Michel DÃnzer wrote:
> > On Fri, 2005-01-07 at 04:10 +0100, Roland Scheidegger wrote:
> >
> >> The dri and drm seem fairly straightforward, though I'm not sure
> >> the way I handled communication between especially drm and ddx is
>
Hi,
>
> Is there any difference at all ? What about texture programs like NeHe
> lesson 06 ?
Nope, still draws below the window. :(
Thanks,
--
Keith Conger
[EMAIL PROTECTED]
http://pimpstation.org
---
The SF.Net email is sponsore
Hi,
> This is probably because I left the pipeline using agp buffer upload
> of vertices instead of immediate one.
>
> Try editint r300_render.c, r300_run_render function to make sure
> it calls r300_run_immediate_render and not *vb* version.
Checkout cvs today, looks like you switched this bac
> I'm following DRI devel the mailing lists and have not seen anything on
> the Mach64 driver lately, especially on the security issues. Any
> progress? Is Mach64 in Xorg-6.8.1? I'm running Debian with XFree86-4.3.0
> and self compiled xlibmesa-dri xserver-xfree86 packages. Unless the
> switch to
I'm following DRI devel the mailing lists and have not seen anything on
the Mach64 driver lately, especially on the security issues. Any
progress? Is Mach64 in Xorg-6.8.1? I'm running Debian with XFree86-4.3.0
and self compiled xlibmesa-dri xserver-xfree86 packages. Unless the
switch to X.org inclu
On Tue, 11 Jan 2005 16:58:12 -0500, Michel Dänzer <[EMAIL PROTECTED]> wrote:
> On Tue, 2005-01-11 at 14:07 +0100, Roland Scheidegger wrote:
> > Michel Dänzer wrote:
> > > On Fri, 2005-01-07 at 04:10 +0100, Roland Scheidegger wrote:
> > >
> > >> The dri and drm seem fairly straightforward, though I'
On Tue, 11 Jan 2005, Keith Conger wrote:
Hi,
This is probably because I left the pipeline using agp buffer upload
of vertices instead of immediate one.
Try editint r300_render.c, r300_run_render function to make sure
it calls r300_run_immediate_render and not *vb* version.
Checkout cvs today, lo
On Tue, 11 Jan 2005 14:52:42 -0500, Michel Dänzer <[EMAIL PROTECTED]> wrote:
> On Tue, 2005-01-11 at 09:01 -0500, Alex Deucher wrote:
> > On Mon, 10 Jan 2005 23:41:55 -0500, Michel Dänzer <[EMAIL PROTECTED]> wrote:
> > > On Wed, 2005-01-05 at 09:27 -0500, Alex Deucher wrote:
> > > > When crtc1 is a
Ian Romanick wrote:
How would you do that? I can't see a way at all how ddx would
reject a dri client. If I see that correctly, drm does neither
reject clients based on features/version. If there is some two-way
handshake somewhere, I must have missed it. DRI itself will refuse
to load if the ddx m
On Tue, 2005-01-11 at 09:01 -0500, Alex Deucher wrote:
> On Mon, 10 Jan 2005 23:41:55 -0500, Michel DÃnzer <[EMAIL PROTECTED]> wrote:
> > On Wed, 2005-01-05 at 09:27 -0500, Alex Deucher wrote:
> > > When crtc1 is at offset 0 pageflipping should work with a simple
> > > patch to radeon_driver.c::Ra
Roland Scheidegger wrote:
If tiling doesn't work with all resolutions, shouldn't those
resolutions be discarded in the first place if tiling is enabled?
It just seemed to be a little harsh to throw them out altogether - some
people might like to use small (doublescan) physical resolutions for
so
Alex Deucher wrote:
On Mon, 10 Jan 2005 23:41:55 -0500, Michel Dänzer <[EMAIL PROTECTED]> wrote:
On Wed, 2005-01-05 at 09:27 -0500, Alex Deucher wrote:
Ok, so last night I think I figured out why pageflipping was borked
with mergedfb. Unfortunately the fix requires changes to the drm and
sarea. I
On Tue, 11 Jan 2005 17:47:31 +0100, Roland Scheidegger
<[EMAIL PROTECTED]> wrote:
> Alex Deucher wrote:
> > On Mon, 10 Jan 2005 23:41:55 -0500, Michel Dänzer <[EMAIL PROTECTED]> wrote:
> >
> >>On Wed, 2005-01-05 at 09:27 -0500, Alex Deucher wrote:
> >>
> >>>Ok, so last night I think I figured out w
Roland Scheidegger wrote:
Michel DÃnzer wrote:
On Fri, 2005-01-07 at 04:10 +0100, Roland Scheidegger wrote:
The dri and drm seem fairly straightforward, though I'm not sure the
way I handled communication between especially drm and ddx is how
it's meant to be. dri got a bit unlucky, as ddx can't
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=2263
[EMAIL PROTECTED] changed:
What|Removed |Added
---
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=2263
Summary: Asset failure in via_context.c with full screen window
Product:
On Mon, 10 Jan 2005 23:41:55 -0500, Michel Dänzer <[EMAIL PROTECTED]> wrote:
> On Wed, 2005-01-05 at 09:27 -0500, Alex Deucher wrote:
> > Ok, so last night I think I figured out why pageflipping was borked
> > with mergedfb. Unfortunately the fix requires changes to the drm and
> > sarea. I'm won
Michel DÃnzer wrote:
On Fri, 2005-01-07 at 04:10 +0100, Roland Scheidegger wrote:
The dri and drm seem fairly straightforward, though I'm not sure
the way I handled communication between especially drm and ddx is
how it's meant to be. dri got a bit unlucky, as ddx can't know at
startup if it wil
28 matches
Mail list logo