On Tuesday, September 23, 2014 10:50:08 AM Matt Turner wrote:
> On Mon, Sep 22, 2014 at 1:42 PM, Matt Turner wrote:
> > On Mon, Sep 22, 2014 at 1:40 PM, Jason Ekstrand
> > wrote:
> >> On Fri, Sep 19, 2014 at 5:34 PM, Matt Turner wrote:
> >>> On Fri, Sep 19, 2014 at 1:10 PM, Jason Ekstrand
> >>
Reviewed-by: Matt Turner
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
On Mon, Sep 22, 2014 at 1:42 PM, Matt Turner wrote:
> On Mon, Sep 22, 2014 at 1:40 PM, Jason Ekstrand wrote:
>> On Fri, Sep 19, 2014 at 5:34 PM, Matt Turner wrote:
>>> On Fri, Sep 19, 2014 at 1:10 PM, Jason Ekstrand
>>> > diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp
>>> > b/src/mesa/driver
On Mon, Sep 22, 2014 at 1:40 PM, Jason Ekstrand wrote:
> On Fri, Sep 19, 2014 at 5:34 PM, Matt Turner wrote:
>> On Fri, Sep 19, 2014 at 1:10 PM, Jason Ekstrand
>> > diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp
>> > b/src/mesa/drivers/dri/i965/brw_fs.cpp
>> > index af8c087..ea91705 100644
>>
On Fri, Sep 19, 2014 at 5:34 PM, Matt Turner wrote:
> On Fri, Sep 19, 2014 at 1:10 PM, Jason Ekstrand
> wrote:
> > We have this wonderful offset() function for advancing registers, but
> we're
> > not using it. Using offset() allows us to do some sanity checking and
> > avoid manually touching
On Fri, Sep 19, 2014 at 1:10 PM, Jason Ekstrand wrote:
> We have this wonderful offset() function for advancing registers, but we're
> not using it. Using offset() allows us to do some sanity checking and
> avoid manually touching fs_reg::reg_offset. In a few commits, we will make
> offset do ev
We have this wonderful offset() function for advancing registers, but we're
not using it. Using offset() allows us to do some sanity checking and
avoid manually touching fs_reg::reg_offset. In a few commits, we will make
offset do even more nifty things for us.
Signed-off-by: Jason Ekstrand
---