[Mesa-dev] [PATCH shader-db] Set more env-var's in run.c

2015-12-01 Thread Rob Clark
Simplify the instructions a bit by setting all the potentially needed environment variables in run.c itself. Made very trivially more complex by the fact that all of the gallium drivers are using u_debug stuff, so one env var contains potentially multiple flags. We don't want to clobber any

Re: [Mesa-dev] [PATCH shader-db] Set more env-var's in run.c

2015-12-01 Thread Ilia Mirkin
On Tue, Dec 1, 2015 at 8:25 PM, Rob Clark wrote: > ST_DEBUG=precompile is defn needed.. otherwise *something* (not sure > if it is core or mesa-st) decides to not compile things yet.. Actually I don't need it for nouveau, and am fairly sure it's not needed for radeonsi. You

Re: [Mesa-dev] [PATCH shader-db] Set more env-var's in run.c

2015-12-01 Thread Rob Clark
On Tue, Dec 1, 2015 at 8:00 PM, Matt Turner wrote: > On Tue, Dec 1, 2015 at 4:40 PM, Rob Clark wrote: >> Simplify the instructions a bit by setting all the potentially needed >> environment variables in run.c itself. >> >> Made very trivially more complex

Re: [Mesa-dev] [PATCH shader-db] Set more env-var's in run.c

2015-12-01 Thread Matt Turner
On Tue, Dec 1, 2015 at 4:40 PM, Rob Clark wrote: > Simplify the instructions a bit by setting all the potentially needed > environment variables in run.c itself. > > Made very trivially more complex by the fact that all of the gallium > drivers are using u_debug stuff, so one

Re: [Mesa-dev] [PATCH shader-db] Set more env-var's in run.c

2015-12-01 Thread Rob Clark
On Tue, Dec 1, 2015 at 8:28 PM, Ilia Mirkin wrote: > On Tue, Dec 1, 2015 at 8:25 PM, Rob Clark wrote: >> ST_DEBUG=precompile is defn needed.. otherwise *something* (not sure >> if it is core or mesa-st) decides to not compile things yet.. > > Actually I

Re: [Mesa-dev] [PATCH shader-db] Set more env-var's in run.c

2015-12-01 Thread Kenneth Graunke
On Tuesday, December 01, 2015 07:40:54 PM Rob Clark wrote: > Simplify the instructions a bit by setting all the potentially needed > environment variables in run.c itself. > > Made very trivially more complex by the fact that all of the gallium > drivers are using u_debug stuff, so one env var