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

2017-11-01 Thread Scott D Phillips
Dylan Baker writes: > Quoting Lionel Landwerlin (2017-11-01 14:25:03) >> On 01/11/17 20:30, Dylan Baker wrote: >> > Quoting Scott D Phillips (2017-11-01 10:30:09) >> >> Lionel Landwerlin writes: >> >> >> >>> On 31/10/17 21:11, Scott D Phillips wrote: >> > +} >> [snip imgui] >> >> >

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

2017-11-01 Thread Dylan Baker
Quoting Lionel Landwerlin (2017-11-01 14:25:03) > On 01/11/17 20:30, Dylan Baker wrote: > > Quoting Scott D Phillips (2017-11-01 10:30:09) > >> Lionel Landwerlin writes: > >> > >>> On 31/10/17 21:11, Scott D Phillips wrote: > > +} > [snip imgui] > > imgui seems to be the first i

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

2017-11-01 Thread Kristian Høgsberg
On Wed, Nov 1, 2017 at 2:25 PM, Lionel Landwerlin wrote: > On 01/11/17 20:30, Dylan Baker wrote: >> >> Quoting Scott D Phillips (2017-11-01 10:30:09) >>> >>> Lionel Landwerlin writes: >>> On 31/10/17 21:11, Scott D Phillips wrote: >> >> +} > > [snip imgui] > > imgui s

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

2017-11-01 Thread Lionel Landwerlin
On 01/11/17 20:30, Dylan Baker wrote: Quoting Scott D Phillips (2017-11-01 10:30:09) Lionel Landwerlin writes: On 31/10/17 21:11, Scott D Phillips wrote: +} [snip imgui] imgui seems to be the first instance of someone pasting a sizeable third party library into the repo. I'm not sure how

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

2017-11-01 Thread Dylan Baker
Quoting Scott D Phillips (2017-11-01 10:30:09) > Lionel Landwerlin writes: > > > On 31/10/17 21:11, Scott D Phillips wrote: > >>> +} > >> [snip imgui] > >> > >> imgui seems to be the first instance of someone pasting a sizeable third > >> party library into the repo. I'm not sure how everyone fe

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

2017-11-01 Thread Scott D Phillips
Lionel Landwerlin writes: > On 31/10/17 21:11, Scott D Phillips wrote: >>> +} >> [snip imgui] >> >> imgui seems to be the first instance of someone pasting a sizeable third >> party library into the repo. I'm not sure how everyone feels about >> that. Unfortunately it seems like imgui isn't pack

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

2017-11-01 Thread Lionel Landwerlin
On 31/10/17 21:11, Scott D Phillips wrote: +} [snip imgui] imgui seems to be the first instance of someone pasting a sizeable third party library into the repo. I'm not sure how everyone feels about that. Unfortunately it seems like imgui isn't packaged by any distros that I can see either. M

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

2017-10-31 Thread Lionel Landwerlin
Thanks, all fixed locally. On 31/10/17 21:59, Dylan Baker wrote: Quoting Lionel Landwerlin (2017-10-30 09:58:46) [snip] diff --git a/meson.build b/meson.build index 24d997b3e0a..e5e691e276c 100644 --- a/meson.build +++ b/meson.build @@ -43,6 +43,7 @@ pre_args = [ with_vulkan_icd_dir = get_opt

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

2017-10-31 Thread Dylan Baker
Quoting Lionel Landwerlin (2017-10-30 09:58:46) [snip] > diff --git a/meson.build b/meson.build > index 24d997b3e0a..e5e691e276c 100644 > --- a/meson.build > +++ b/meson.build > @@ -43,6 +43,7 @@ pre_args = [ > with_vulkan_icd_dir = get_option('vulkan-icd-dir') > with_tests = get_option('build-te

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

2017-10-31 Thread Emil Velikov
On 31 October 2017 at 14:42, Lionel Landwerlin wrote: > On 31/10/17 12:59, Emil Velikov wrote: >> >> Hi Lionel, >> >> On 30 October 2017 at 16:58, Lionel Landwerlin >> wrote: >> >>> create mode 100644 src/intel/tools/aubinator_imgui_widgets.cpp >>> create mode 100644 src/intel/tools/aubinator

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

2017-10-31 Thread Lionel Landwerlin
On 31/10/17 12:59, Emil Velikov wrote: Hi Lionel, On 30 October 2017 at 16:58, Lionel Landwerlin wrote: create mode 100644 src/intel/tools/aubinator_imgui_widgets.cpp create mode 100644 src/intel/tools/aubinator_imgui_widgets.h create mode 100644 src/intel/tools/aubinator_ui.cpp creat

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

2017-10-31 Thread Emil Velikov
Hi Lionel, On 30 October 2017 at 16:58, Lionel Landwerlin wrote: > create mode 100644 src/intel/tools/aubinator_imgui_widgets.cpp > create mode 100644 src/intel/tools/aubinator_imgui_widgets.h > create mode 100644 src/intel/tools/aubinator_ui.cpp > create mode 100644 src/intel/tools/imgui/LI