[Piglit] [Bug 108819] Piglit test depthstencil-render-miplevels wrong memory usage

2019-01-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108819 --- Comment #2 from Sergii Romantsov --- The latest commits: https://patchwork.freedesktop.org/patch/277228/ https://patchwork.freedesktop.org/patch/277227/ -- You are receiving this mail because: You are the QA Contact for the bug. You are

[Piglit] [PATCH v2 1/2] test: fix core dump for depthstencil-render-miplevels

2019-01-14 Thread Sergii Romantsov
Usage test 'depthstencil-render-miplevels 200 s=z24_s8' causes core dump on exit. Fixed: array of pointers is allocated to size max_miplevel, but used as max_miplevel + 1. CC: Eric Anholt Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108819 Fixes: 7a0e61d7792f

[Piglit] [PATCH v2 2/2] test: fix resource leaking for depthstencil-render-miplevels

2019-01-14 Thread Sergii Romantsov
Usage test 'depthstencil-render-miplevels 200 s=z24_s8' causes memory leaks. Fixed: memory allocation/deallocation is controlled more carefully. CC: Eric Anholt Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108819 Fixes: 7a0e61d7792f (depthstencil-render-miplevels: Present the results

Re: [Piglit] [PATCH v3] miptree: test ability to use upside down miptree

2019-01-14 Thread andrey simiklit
On Mon, Jan 14, 2019 at 1:35 PM Emil Velikov wrote: > On Fri, 11 Jan 2019 at 15:28, andrey simiklit > wrote: > > > > Hello, > > > > Thanks for review. > > Could somebody help me with a push? > > > Done. > Thanks a lot. > > @Emil: > > Yes, you are right about missing 'in-' in 'git send-email

Re: [Piglit] [PATCH v3] miptree: test ability to use upside down miptree

2019-01-14 Thread Emil Velikov
On Fri, 11 Jan 2019 at 15:28, andrey simiklit wrote: > > Hello, > > Thanks for review. > Could somebody help me with a push? > Done. > @Emil: > Yes, you are right about missing 'in-' in 'git send-email --in-reply-to='. > So v3 wasn't added to the patchwork( > Hope it isn't really mandatory and