Re: [Mesa-dev] renderdoc-traces: like shader-db for runtime

2019-06-25 Thread Eric Anholt
Elie Tournier writes: > On Mon, Jun 24, 2019 at 11:41:55AM -0700, Eric Anholt wrote: >> Elie Tournier writes: >> >> > Hi there, >> > >> > Great topic. For the past few days, I was looking at a CI for Mesa: >> > https://gitlab.freedesktop.org/hopetech/tracie >> > OK, it's in a very very alpha

Re: [Mesa-dev] renderdoc-traces: like shader-db for runtime

2019-06-25 Thread Eero Tamminen
Hi, On 24.6.2019 19.36, Elie Tournier wrote: Great topic. For the past few days, I was looking at a CI for Mesa: https://gitlab.freedesktop.org/hopetech/tracie OK, it's in a very very alpha stage. ;) My idea was to use apitrace to dump and replay traces then compare images with reference

Re: [Mesa-dev] renderdoc-traces: like shader-db for runtime

2019-06-24 Thread Elie Tournier
On Mon, Jun 24, 2019 at 11:41:55AM -0700, Eric Anholt wrote: > Elie Tournier writes: > > > Hi there, > > > > Great topic. For the past few days, I was looking at a CI for Mesa: > > https://gitlab.freedesktop.org/hopetech/tracie > > OK, it's in a very very alpha stage. ;) > > I did one of those

Re: [Mesa-dev] renderdoc-traces: like shader-db for runtime

2019-06-24 Thread Rob Clark
On Mon, Jun 24, 2019 at 11:48 AM Eric Anholt wrote: > > Rob Clark writes: > > > On Thu, Jun 20, 2019 at 12:26 PM Eric Anholt wrote: > > > > (tbh I've not really played w/ renderdoc yet.. I should probably do so..) > > > >> - Mozilla folks tell me that firefox's WebRender display lists can be

Re: [Mesa-dev] renderdoc-traces: like shader-db for runtime

2019-06-24 Thread Eric Anholt
Rob Clark writes: > On Thu, Jun 20, 2019 at 12:26 PM Eric Anholt wrote: > > (tbh I've not really played w/ renderdoc yet.. I should probably do so..) > >> - Mozilla folks tell me that firefox's WebRender display lists can be >> captured in browser and then replayed from the WR repo under

Re: [Mesa-dev] renderdoc-traces: like shader-db for runtime

2019-06-24 Thread Eric Anholt
Elie Tournier writes: > Hi there, > > Great topic. For the past few days, I was looking at a CI for Mesa: > https://gitlab.freedesktop.org/hopetech/tracie > OK, it's in a very very alpha stage. ;) I did one of those things using apitrace diff-images in piglit:

Re: [Mesa-dev] renderdoc-traces: like shader-db for runtime

2019-06-24 Thread Elie Tournier
Hi there, Great topic. For the past few days, I was looking at a CI for Mesa: https://gitlab.freedesktop.org/hopetech/tracie OK, it's in a very very alpha stage. ;) My idea was to use apitrace to dump and replay traces then compare images with reference images or images dump the previous week.

Re: [Mesa-dev] renderdoc-traces: like shader-db for runtime

2019-06-24 Thread Eero Tamminen
Hi, On 20.6.2019 22.26, Eric Anholt wrote: Hey folks, I wanted to show you this follow-on to shader-db I've been working on: https://gitlab.freedesktop.org/anholt/renderdoc-traces For x86 development I've got a collection of ad-hoc scripts to capture FPS numbers from various moderately

Re: [Mesa-dev] renderdoc-traces: like shader-db for runtime

2019-06-22 Thread Rob Clark
On Thu, Jun 20, 2019 at 12:26 PM Eric Anholt wrote: > > Hey folks, I wanted to show you this follow-on to shader-db I've been > working on: > > https://gitlab.freedesktop.org/anholt/renderdoc-traces > > For x86 development I've got a collection of ad-hoc scripts to capture > FPS numbers from