[Mesa-dev] [PATCH] r600: Remove assert that not general in some stream instr's

Dave Airlie airlied at gmail.com
Fri Jul 31 18:22:29 PDT 2015


On 1 Aug 2015 10:53 am, "Edward O'Callaghan" <edward.ocallaghan at koparo.com>
wrote:
>
> Ah, oh! I see, yes I was trying to work out how to polish off GL4 for
> r600 too.
>
> Alright, I guess you have my review on that part then :p is moving
> VGT_STRMOUT_BUFFER_CONFIG the only part of those patches that needs to
> be fixed up before they can be merged?

Thats already done as part of the radeonsi work, so the r600g patches just
need rebasing and cleanup to finish gpu_shader5 work, however then we have
tess and fp64 to worry about. Also we have no SB support for a lot of
gpu_shader5 stuff, I started on that but I have a lot of regressions left
to iron out.

Dave.

>
> Cheers,
> Edward.
>
> --
>   Edward O'Callaghan
>   edward.ocallaghan at koparo.com
>
> On Fri, Jul 31, 2015, at 12:47 PM, Dave Airlie wrote:
> > seems like one I wrote already..
> > http://lists.freedesktop.org/archives/mesa-dev/2015-July/088404.html
> >
> > Dave.
> >
> > On 31 July 2015 at 12:42, Edward O'Callaghan
> > <eocallaghan at alterapraxis.com> wrote:
> > > Don't trigger assert on some stream emit instructions.
> > >
> > > Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
> > > ---
> > >  src/gallium/drivers/r600/sb/sb_bc_finalize.cpp | 2 --
> > >  1 file changed, 2 deletions(-)
> > >
> > > diff --git a/src/gallium/drivers/r600/sb/sb_bc_finalize.cpp
b/src/gallium/drivers/r600/sb/sb_bc_finalize.cpp
> > > index 8c2cd14..48d56ac 100644
> > > --- a/src/gallium/drivers/r600/sb/sb_bc_finalize.cpp
> > > +++ b/src/gallium/drivers/r600/sb/sb_bc_finalize.cpp
> > > @@ -761,8 +761,6 @@ void bc_finalizer::finalize_cf(cf_node* c) {
> > >                         mask |= (1 << chan);
> > >                 }
> > >
> > > -               assert(reg >= 0 && mask);
> > > -
> > >                 if (reg >= 0)
> > >                         update_ngpr(reg);
> > >
> > > --
> > > 2.4.3
> > >
> > > _______________________________________________
> > > mesa-dev mailing list
> > > mesa-dev at lists.freedesktop.org
> > > http://lists.freedesktop.org/mailman/listinfo/mesa-dev
> > _______________________________________________
> > mesa-dev mailing list
> > mesa-dev at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/mesa-dev
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150801/8f22e5b4/attachment.html>


More information about the mesa-dev mailing list