Re: [Mesa-dev] [PATCH 03/12] i965: Configure bufmgr debug options from intel_screen.c

2015-10-08 Thread Pohjolainen, Topi
On Wed, Oct 07, 2015 at 07:11:43AM -0700, Kristian H?gsberg Kristensen wrote: > We need the debug flag parsing and INTEL_DEBUG in the compiler, but we > don't want the dependency on bufmgr (libdrm_intel) in there. Move to > intel_screen.c. > > Signed-off-by: Kristian Høgsberg Kristensen

Re: [Mesa-dev] [PATCH 03/12] i965: Configure bufmgr debug options from intel_screen.c

2015-10-08 Thread Iago Toral
On Thu, 2015-10-08 at 10:07 +0300, Pohjolainen, Topi wrote: > On Wed, Oct 07, 2015 at 07:11:43AM -0700, Kristian H?gsberg Kristensen wrote: > > We need the debug flag parsing and INTEL_DEBUG in the compiler, but we > > don't want the dependency on bufmgr (libdrm_intel) in there. Move to > >

Re: [Mesa-dev] [PATCH 03/12] i965: Configure bufmgr debug options from intel_screen.c

2015-10-08 Thread Kristian Høgsberg
On Thu, Oct 8, 2015 at 6:52 AM, Iago Toral wrote: > On Thu, 2015-10-08 at 10:07 +0300, Pohjolainen, Topi wrote: >> On Wed, Oct 07, 2015 at 07:11:43AM -0700, Kristian H?gsberg Kristensen wrote: >> > We need the debug flag parsing and INTEL_DEBUG in the compiler, but we >> >

[Mesa-dev] [PATCH 03/12] i965: Configure bufmgr debug options from intel_screen.c

2015-10-07 Thread Kristian Høgsberg Kristensen
We need the debug flag parsing and INTEL_DEBUG in the compiler, but we don't want the dependency on bufmgr (libdrm_intel) in there. Move to intel_screen.c. Signed-off-by: Kristian Høgsberg Kristensen --- src/mesa/drivers/dri/i965/intel_debug.c | 14 +-