ping

On Tue, Mar 6, 2018 at 9:53 AM, Jason Ekstrand <ja...@jlekstrand.net> wrote:

> On Tue, Mar 6, 2018 at 9:46 AM, Pohjolainen, Topi <
> topi.pohjolai...@gmail.com> wrote:
>
>> On Tue, Mar 06, 2018 at 09:11:18AM -0800, Jason Ekstrand wrote:
>> > On Tue, Mar 6, 2018 at 1:54 AM, Pohjolainen, Topi <
>> > topi.pohjolai...@gmail.com> wrote:
>> >
>> > > On Fri, Jan 26, 2018 at 05:59:49PM -0800, Jason Ekstrand wrote:
>> > > >  class Format(object):
>> > > > @@ -160,7 +163,14 @@ class Format(object):
>> > > >          self.l = Channel(line[9])
>> > > >          self.i = Channel(line[10])
>> > > >          self.p = Channel(line[11])
>> > > > -        self.order = line[12]
>> > > > +
>> > > > +        # Set the start bit value for each channel
>> > > > +        order = line[12].strip()
>> > >
>> > > You aren't setting "self.order" anymore?
>> > >
>> >
>> > No.  Nothing was using it.  It doesn't really matter to me whether we
>> store
>> > it in the Format object or not.
>>
>> So it is not really needed in the previous patch then?
>>
>
> Correct.
>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to