Re: [Mesa-dev] [PATCH v2 11/11] intel: add aubinator ui

2017-11-03 Thread Eric Engestrom
On Wednesday, 2017-11-01 18:12:18 +, Lionel Landwerlin wrote: > The motivation for building this UI is to help debug the intel > drivers. It can be tricky to figure what is going wrong in the > emission of commands (figuring out if there is an off by one error in > the sampler state pointers fo

Re: [Mesa-dev] [PATCH v2 11/11] intel: add aubinator ui

2017-11-03 Thread Dylan Baker
Quoting Lionel Landwerlin (2017-11-01 11:12:18) [snip] > > +if with_intel_tools > + inc_imgui = include_directories('imgui') since aubinator_ui is the only consumer of this include, why don't we just put the call to include_directories in the argument to the executable? > + aubinator_ui = exe