Re: [Mesa-dev] [PATCH] mesa, glsl_to_tgsi: fixes for native integers

2011-08-30 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/30/2011 03:59 AM, Christoph Bumiller wrote: > On 29.08.2011 19:22, Ian Romanick wrote: >> On 08/27/2011 08:44 AM, Bryan Cain wrote: >>> On 08/27/2011 05:39 AM, Christoph Bumiller wrote: I still don't quite like booleans as floats, but I gues

Re: [Mesa-dev] [PATCH] mesa, glsl_to_tgsi: fixes for native integers

2011-08-30 Thread Christoph Bumiller
On 29.08.2011 19:22, Ian Romanick wrote: > On 08/27/2011 08:44 AM, Bryan Cain wrote: > > On 08/27/2011 05:39 AM, Christoph Bumiller wrote: > >> On 27.08.2011 04:58, Bryan Cain wrote: > >>> This fixes all of the piglit regressions in softpipe when native > integers are > >>> enabled. > >>> --- > >>>

Re: [Mesa-dev] [PATCH] mesa, glsl_to_tgsi: fixes for native integers

2011-08-29 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/27/2011 08:44 AM, Bryan Cain wrote: > On 08/27/2011 05:39 AM, Christoph Bumiller wrote: >> On 27.08.2011 04:58, Bryan Cain wrote: >>> This fixes all of the piglit regressions in softpipe when native integers >>> are >>> enabled. >>> --- >>> src

Re: [Mesa-dev] [PATCH] mesa, glsl_to_tgsi: fixes for native integers

2011-08-29 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/29/2011 09:31 AM, Eric Anholt wrote: > On Fri, 26 Aug 2011 21:58:12 -0500, Bryan Cain wrote: >> This fixes all of the piglit regressions in softpipe when native integers are >> enabled. >> --- >> src/mesa/main/uniforms.c |

Re: [Mesa-dev] [PATCH] mesa, glsl_to_tgsi: fixes for native integers

2011-08-29 Thread Eric Anholt
On Fri, 26 Aug 2011 21:58:12 -0500, Bryan Cain wrote: > This fixes all of the piglit regressions in softpipe when native integers are > enabled. > --- > src/mesa/main/uniforms.c |8 + > src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 45 > ++-- >

Re: [Mesa-dev] [PATCH] mesa, glsl_to_tgsi: fixes for native integers

2011-08-28 Thread Bryan Cain
On 08/26/2011 09:58 PM, Bryan Cain wrote: > This fixes all of the piglit regressions in softpipe when native integers are > enabled. > --- > src/mesa/main/uniforms.c |8 + > src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 45 > ++-- > 2 files chang

Re: [Mesa-dev] [PATCH] mesa, glsl_to_tgsi: fixes for native integers

2011-08-27 Thread Bryan Cain
On 08/27/2011 05:39 AM, Christoph Bumiller wrote: > On 27.08.2011 04:58, Bryan Cain wrote: >> This fixes all of the piglit regressions in softpipe when native integers are >> enabled. >> --- >> src/mesa/main/uniforms.c |8 + >> src/mesa/state_tracker/st_glsl_to_tgsi.cpp |

Re: [Mesa-dev] [PATCH] mesa, glsl_to_tgsi: fixes for native integers

2011-08-27 Thread Christoph Bumiller
On 27.08.2011 04:58, Bryan Cain wrote: > This fixes all of the piglit regressions in softpipe when native integers are > enabled. > --- > src/mesa/main/uniforms.c |8 + > src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 45 > ++-- > 2 files changed,

[Mesa-dev] [PATCH] mesa, glsl_to_tgsi: fixes for native integers

2011-08-26 Thread Bryan Cain
This fixes all of the piglit regressions in softpipe when native integers are enabled. --- src/mesa/main/uniforms.c |8 + src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 45 ++-- 2 files changed, 43 insertions(+), 10 deletions(-) diff --git a/src/m