* Re: RFC: ctx->Driver.Map/UnmapTextureImage() hooks
[not found] ` <4E243E8D.2030605@vmware.com>
@ 2011-07-18 19:00 ` Pekka Paalanen
2011-07-18 19:03 ` [Mesa-dev] " Brian Paul
2011-07-19 15:12 ` [Nouveau] " Francisco Jerez
0 siblings, 2 replies; 4+ messages in thread
From: Pekka Paalanen @ 2011-07-18 19:00 UTC (permalink / raw)
To: Brian Paul; +Cc: mesa-dev, nouveau
On Mon, 18 Jul 2011 08:09:17 -0600
Brian Paul <brianp@vmware.com> wrote:
> On 07/15/2011 02:59 PM, Pekka Paalanen wrote:
> > On Fri, 15 Jul 2011 12:22:41 -0600
> > Brian Paul<brianp@vmware.com> wrote:
> >
> >> On 07/15/2011 10:07 AM, Dave Airlie wrote:
> >>> On Fri, Jul 15, 2011 at 4:10 AM, Brian
> >>> Paul<brian.e.paul@gmail.com> wrote:
> >>>>
> >>>>
> >>>> The map-texture-image-v4 branch that I just pushed implements
> >>>> this change. It really cleaned things up for the better and
> >>>> will lead to a few more follow-on improvements.
> >>>>
> >>>> There's no obvious regressions with swrast or the gallium
> >>>> drivers. I updated the intel driver code and tested i915 and
> >>>> it seems OK too, but I didn't do a full piglit run on it. I
> >>>> also updated the legacy r600 driver in case anyone cares but
> >>>> didn't do any testing of it.
> >>>>
> >>>> I didn't update any of the other legacy DRI drivers. Would
> >>>> anyone object if we simply stop building mach64, r128,
> >>>> unichrome, sis, etc? I'd be happy to remove those drivers
> >>>> altogether for that matter.
> >>>
> >>> we could EOL those in 7.11, and if anyone wants to ship them,
> >>> they can just build 7.11 for them.
> >>
> >> Sounds good to me. I think we'd only keep the swrast, intel
> >> and maybe r300/r600 drivers. Opinions?
> >
> > Um, don't kill nouveau_vieux, please.
>
> Does the old nouveau driver support some GPUs that the gallium
> nv50/nvc0 drivers don't support?
Yes. Like Corbin said, 'nouveau_vieux' is for NV04-NV2x, while
the gallium driver 'nouveau' supports NV30 and later.
http://nouveau.freedesktop.org/wiki/MesaDrivers
> If we want to keep the older driver someone will need to
> volunteer to update the code to support the new driver hooks.
Sorry, I cannot promise that.
Nouveau_vieux seems to have been missing a maintainer for
some time now.
Thanks.
--
Pekka Paalanen
http://www.iki.fi/pq/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Mesa-dev] RFC: ctx->Driver.Map/UnmapTextureImage() hooks
2011-07-18 19:00 ` RFC: ctx->Driver.Map/UnmapTextureImage() hooks Pekka Paalanen
@ 2011-07-18 19:03 ` Brian Paul
2011-07-19 15:12 ` [Nouveau] " Francisco Jerez
1 sibling, 0 replies; 4+ messages in thread
From: Brian Paul @ 2011-07-18 19:03 UTC (permalink / raw)
To: Pekka Paalanen
Cc: mesa-dev,
nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
On 07/18/2011 01:00 PM, Pekka Paalanen wrote:
> On Mon, 18 Jul 2011 08:09:17 -0600
> Brian Paul<brianp-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org> wrote:
>
>> On 07/15/2011 02:59 PM, Pekka Paalanen wrote:
>>> On Fri, 15 Jul 2011 12:22:41 -0600
>>> Brian Paul<brianp-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org> wrote:
>>>
>>>> On 07/15/2011 10:07 AM, Dave Airlie wrote:
>>>>> On Fri, Jul 15, 2011 at 4:10 AM, Brian
>>>>> Paul<brian.e.paul-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>>>>>>
>>>>>>
>>>>>> The map-texture-image-v4 branch that I just pushed implements
>>>>>> this change. It really cleaned things up for the better and
>>>>>> will lead to a few more follow-on improvements.
>>>>>>
>>>>>> There's no obvious regressions with swrast or the gallium
>>>>>> drivers. I updated the intel driver code and tested i915 and
>>>>>> it seems OK too, but I didn't do a full piglit run on it. I
>>>>>> also updated the legacy r600 driver in case anyone cares but
>>>>>> didn't do any testing of it.
>>>>>>
>>>>>> I didn't update any of the other legacy DRI drivers. Would
>>>>>> anyone object if we simply stop building mach64, r128,
>>>>>> unichrome, sis, etc? I'd be happy to remove those drivers
>>>>>> altogether for that matter.
>>>>>
>>>>> we could EOL those in 7.11, and if anyone wants to ship them,
>>>>> they can just build 7.11 for them.
>>>>
>>>> Sounds good to me. I think we'd only keep the swrast, intel
>>>> and maybe r300/r600 drivers. Opinions?
>>>
>>> Um, don't kill nouveau_vieux, please.
>>
>> Does the old nouveau driver support some GPUs that the gallium
>> nv50/nvc0 drivers don't support?
>
> Yes. Like Corbin said, 'nouveau_vieux' is for NV04-NV2x, while
> the gallium driver 'nouveau' supports NV30 and later.
> http://nouveau.freedesktop.org/wiki/MesaDrivers
>
>> If we want to keep the older driver someone will need to
>> volunteer to update the code to support the new driver hooks.
>
> Sorry, I cannot promise that.
> Nouveau_vieux seems to have been missing a maintainer for
> some time now.
Any of the older DRI drivers that get dropped could easily be revived
later if someone wants to do the work.
-Brian
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Nouveau] RFC: ctx->Driver.Map/UnmapTextureImage() hooks
2011-07-18 19:00 ` RFC: ctx->Driver.Map/UnmapTextureImage() hooks Pekka Paalanen
2011-07-18 19:03 ` [Mesa-dev] " Brian Paul
@ 2011-07-19 15:12 ` Francisco Jerez
2011-07-19 16:04 ` Matt Turner
1 sibling, 1 reply; 4+ messages in thread
From: Francisco Jerez @ 2011-07-19 15:12 UTC (permalink / raw)
To: Brian Paul; +Cc: mesa-dev, nouveau
[-- Attachment #1.1.1: Type: text/plain, Size: 2793 bytes --]
Pekka Paalanen <pq@iki.fi> writes:
> On Mon, 18 Jul 2011 08:09:17 -0600
> Brian Paul <brianp@vmware.com> wrote:
>
>> On 07/15/2011 02:59 PM, Pekka Paalanen wrote:
>> > On Fri, 15 Jul 2011 12:22:41 -0600
>> > Brian Paul<brianp@vmware.com> wrote:
>> >
>> >> On 07/15/2011 10:07 AM, Dave Airlie wrote:
>> >>> On Fri, Jul 15, 2011 at 4:10 AM, Brian
>> >>> Paul<brian.e.paul@gmail.com> wrote:
>> >>>>
>> >>>>
>> >>>> The map-texture-image-v4 branch that I just pushed implements
>> >>>> this change. It really cleaned things up for the better and
>> >>>> will lead to a few more follow-on improvements.
>> >>>>
>> >>>> There's no obvious regressions with swrast or the gallium
>> >>>> drivers. I updated the intel driver code and tested i915 and
>> >>>> it seems OK too, but I didn't do a full piglit run on it. I
>> >>>> also updated the legacy r600 driver in case anyone cares but
>> >>>> didn't do any testing of it.
>> >>>>
>> >>>> I didn't update any of the other legacy DRI drivers. Would
>> >>>> anyone object if we simply stop building mach64, r128,
>> >>>> unichrome, sis, etc? I'd be happy to remove those drivers
>> >>>> altogether for that matter.
>> >>>
>> >>> we could EOL those in 7.11, and if anyone wants to ship them,
>> >>> they can just build 7.11 for them.
>> >>
>> >> Sounds good to me. I think we'd only keep the swrast, intel
>> >> and maybe r300/r600 drivers. Opinions?
>> >
>> > Um, don't kill nouveau_vieux, please.
>>
>> Does the old nouveau driver support some GPUs that the gallium
>> nv50/nvc0 drivers don't support?
>
> Yes. Like Corbin said, 'nouveau_vieux' is for NV04-NV2x, while
> the gallium driver 'nouveau' supports NV30 and later.
> http://nouveau.freedesktop.org/wiki/MesaDrivers
>
I run a couple of machines with that driver and have to disagree with
that decision as well.
>> If we want to keep the older driver someone will need to
>> volunteer to update the code to support the new driver hooks.
>
> Sorry, I cannot promise that.
> Nouveau_vieux seems to have been missing a maintainer for
> some time now.
>
That would be me. I admit that because of personal/work reasons I've had
to keep myself somewhat out of the loop during the last couple of
months, that doesn't mean that I've disappeared or stopped answering my
mail.
Coincidentally nouveau's texture handling has always been structured
around two teximage map/unmap hooks (e.g. compare nouveau_teximage() and
the look of _mesa_store_teximage2d() after the API change), and AFAICT
the changes would be for the most part trivial, but still, if no-one
else wants or knows how to do it (isn't fixing up the drivers the
responsibility of whoever changes the API?), I'll get back to it as soon
as I can.
>
> Thanks.
[-- Attachment #1.2: Type: application/pgp-signature, Size: 229 bytes --]
[-- Attachment #2: Type: text/plain, Size: 156 bytes --]
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Nouveau] RFC: ctx->Driver.Map/UnmapTextureImage() hooks
2011-07-19 15:12 ` [Nouveau] " Francisco Jerez
@ 2011-07-19 16:04 ` Matt Turner
0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner @ 2011-07-19 16:04 UTC (permalink / raw)
To: Francisco Jerez; +Cc: mesa-dev, nouveau
On Tue, Jul 19, 2011 at 11:12 AM, Francisco Jerez <currojerez@riseup.net> wrote:
> (isn't fixing up the drivers the
> responsibility of whoever changes the API?)
That's exactly why removing old drivers is being discussed.
Matt
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-07-19 16:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <4E03E3A3.8060903@vmware.com>
[not found] ` <CAEUUzO-6YH3YmtzWxfM=Sn3YT+ndDHJxy1bjff0+f_qd8yj_jA@mail.gmail.com>
[not found] ` <CAPM=9twbNrhH+5CFO38UvVOTgMHzMHEfBfRosPGo0=NCN-HaOg@mail.gmail.com>
[not found] ` <4E208571.90805@vmware.com>
[not found] ` <20110715235911.6d2ff4f0@farn.lan>
[not found] ` <4E243E8D.2030605@vmware.com>
2011-07-18 19:00 ` RFC: ctx->Driver.Map/UnmapTextureImage() hooks Pekka Paalanen
2011-07-18 19:03 ` [Mesa-dev] " Brian Paul
2011-07-19 15:12 ` [Nouveau] " Francisco Jerez
2011-07-19 16:04 ` Matt Turner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.