Re: [Mesa-dev] [RFC 0/3] Fix several segmentation faults related to depth buffer

2011-09-12 Thread Alon Levy
On Tue, Sep 06, 2011 at 03:11:25PM -0300, Eugeni Dodonov wrote: > On Mon, Sep 5, 2011 at 16:37, Alon Levy wrote: > > > Fixes three segmentation faults where it is wrongly assumed the depth > > buffer's > > renderbuffer's region is not NULL. > > > > 735794 - verified to be fixed by these three pat

Re: [Mesa-dev] [RFC 0/3] Fix several segmentation faults related to depth buffer

2011-09-06 Thread Eugeni Dodonov
On Mon, Sep 5, 2011 at 16:37, Alon Levy wrote: > Fixes three segmentation faults where it is wrongly assumed the depth > buffer's > renderbuffer's region is not NULL. > > 735794 - verified to be fixed by these three patches (these three apply > to 7.11 almost cleanly, just the second requires min

[Mesa-dev] [RFC 0/3] Fix several segmentation faults related to depth buffer

2011-09-05 Thread Alon Levy
Fixes three segmentation faults where it is wrongly assumed the depth buffer's renderbuffer's region is not NULL. 735794 - verified to be fixed by these three patches (these three apply to 7.11 almost cleanly, just the second requires minor changes). Related RHBZs (maybe solved as well, didn't re