On Sun, Jun 05, 2011 at 02:22:19PM -0500, Patrick Baggett wrote:
>Wasn't nouveau targeted to provide HW acceleration for old cards like
>the TNT2, or has that idea been killed?
>
This patch is for Gallium3D accelerated 2D xorg driver.
Nobody is killing support for old cards from xf86-vide
On Sun, Jun 5, 2011 at 9:22 PM, Patrick Baggett
wrote:
> Wasn't nouveau targeted to provide HW acceleration for old cards like the
> TNT2, or has that idea been killed?
> Patrick
>
NV04-NV2F support went into a "classic" driver.
> On Sun, Jun 5, 2011 at 2:06 PM, Marcin Slusarz
> wrote:
>>
>> On
Wasn't nouveau targeted to provide HW acceleration for old cards like the
TNT2, or has that idea been killed?
Patrick
On Sun, Jun 5, 2011 at 2:06 PM, Marcin Slusarz wrote:
> On Tue, May 17, 2011 at 12:20:14AM +0200, Marcin Slusarz wrote:
> > Bail out early in probe, so other driver can take cont
On Tue, May 17, 2011 at 12:20:14AM +0200, Marcin Slusarz wrote:
> Bail out early in probe, so other driver can take control of the card.
> Doing it in screen_create would be too late.
> ---
> src/gallium/targets/xorg-nouveau/nouveau_xorg.c | 44
> ++-
> 1 files changed, 35 i
Bail out early in probe, so other driver can take control of the card.
Doing it in screen_create would be too late.
---
src/gallium/targets/xorg-nouveau/nouveau_xorg.c | 44 ++-
1 files changed, 35 insertions(+), 9 deletions(-)
diff --git a/src/gallium/targets/xorg-nouveau/n