Re: [Mesa-dev] [PATCH] st/mesa: fix incorrect loop over instruction src regs

2011-08-17 Thread Bryan Cain
On 08/17/2011 09:47 AM, Keith Whitwell wrote: > On Wed, 2011-08-17 at 09:36 -0500, Bryan Cain wrote: >> The usual commit message prefix for changes to glsl_to_tgsi is >> "glsl_to_tgsi", not "st/mesa". >> >> On 08/16/2011 05:33 PM, Brian Paul wrote: >>> The array of src regs is of size 3, not 4. >>>

Re: [Mesa-dev] [PATCH] st/mesa: fix incorrect loop over instruction src regs

2011-08-17 Thread Keith Whitwell
On Wed, 2011-08-17 at 09:36 -0500, Bryan Cain wrote: > The usual commit message prefix for changes to glsl_to_tgsi is > "glsl_to_tgsi", not "st/mesa". > > On 08/16/2011 05:33 PM, Brian Paul wrote: > > The array of src regs is of size 3, not 4. > > --- > > src/mesa/state_tracker/st_glsl_to_tgsi.cp

Re: [Mesa-dev] [PATCH] st/mesa: fix incorrect loop over instruction src regs

2011-08-17 Thread Bryan Cain
The usual commit message prefix for changes to glsl_to_tgsi is "glsl_to_tgsi", not "st/mesa". On 08/16/2011 05:33 PM, Brian Paul wrote: > The array of src regs is of size 3, not 4. > --- > src/mesa/state_tracker/st_glsl_to_tgsi.cpp |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >

Re: [Mesa-dev] [PATCH] st/mesa: fix incorrect loop over instruction src regs

2011-08-17 Thread Jose Fonseca
Looks good. Jose - Original Message - > The array of src regs is of size 3, not 4. > --- > src/mesa/state_tracker/st_glsl_to_tgsi.cpp |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp > b/src/mesa/state_tracker/st_g

[Mesa-dev] [PATCH] st/mesa: fix incorrect loop over instruction src regs

2011-08-16 Thread Brian Paul
The array of src regs is of size 3, not 4. --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp b/src/mesa/state_tracker/st_glsl_to_tgsi.cpp index aef23e7..7b90c81 100644 --- a/src/mesa/