Re: [Mesa-dev] [PATCH 151/133] nir/lower_variables: Improve documentation

2015-01-14 Thread Connor Abbott
On Wed, Jan 14, 2015 at 5:05 PM, Jason Ekstrand wrote: > > > On Wed, Jan 14, 2015 at 1:05 PM, Connor Abbott wrote: >> >> On Wed, Jan 14, 2015 at 3:36 PM, Jason Ekstrand >> wrote: >> > >> > >> > On Fri, Jan 9, 2015 at 11:31 AM, Connor Abbott >> > wrote: >> >> >> >> On Tue, Jan 6, 2015 at 7:34 PM

Re: [Mesa-dev] [PATCH 151/133] nir/lower_variables: Improve documentation

2015-01-14 Thread Jason Ekstrand
On Wed, Jan 14, 2015 at 1:05 PM, Connor Abbott wrote: > On Wed, Jan 14, 2015 at 3:36 PM, Jason Ekstrand > wrote: > > > > > > On Fri, Jan 9, 2015 at 11:31 AM, Connor Abbott > wrote: > >> > >> On Tue, Jan 6, 2015 at 7:34 PM, Jason Ekstrand > >> wrote: > >> > Additional description was added to a

Re: [Mesa-dev] [PATCH 151/133] nir/lower_variables: Improve documentation

2015-01-14 Thread Connor Abbott
On Wed, Jan 14, 2015 at 3:36 PM, Jason Ekstrand wrote: > > > On Fri, Jan 9, 2015 at 11:31 AM, Connor Abbott wrote: >> >> On Tue, Jan 6, 2015 at 7:34 PM, Jason Ekstrand >> wrote: >> > Additional description was added to a variety of places. Also, we no >> > longer use the term "leaf" to describe

Re: [Mesa-dev] [PATCH 151/133] nir/lower_variables: Improve documentation

2015-01-14 Thread Jason Ekstrand
On Fri, Jan 9, 2015 at 11:31 AM, Connor Abbott wrote: > On Tue, Jan 6, 2015 at 7:34 PM, Jason Ekstrand > wrote: > > Additional description was added to a variety of places. Also, we no > > longer use the term "leaf" to describe fully-qualified direct derefs. > > Instead, we simply use the term

Re: [Mesa-dev] [PATCH 151/133] nir/lower_variables: Improve documentation

2015-01-09 Thread Connor Abbott
On Tue, Jan 6, 2015 at 7:34 PM, Jason Ekstrand wrote: > Additional description was added to a variety of places. Also, we no > longer use the term "leaf" to describe fully-qualified direct derefs. > Instead, we simply use the term "direct" or spell it out completely. > --- > src/glsl/nir/nir_low

[Mesa-dev] [PATCH 151/133] nir/lower_variables: Improve documentation

2015-01-06 Thread Jason Ekstrand
Additional description was added to a variety of places. Also, we no longer use the term "leaf" to describe fully-qualified direct derefs. Instead, we simply use the term "direct" or spell it out completely. --- src/glsl/nir/nir_lower_variables.c | 103 +++-- 1 fil