On Die, 2013-02-05 at 15:46 +0100, Christian König wrote: > From: Christian König <christian.koe...@amd.com> > > With the llvm patches, fixing 14 piglit tests in total. > > v2: increase the const limit > > Signed-off-by: Christian König <christian.koe...@amd.com> > --- > src/gallium/drivers/radeonsi/radeonsi_pipe.c | 2 +- > src/gallium/drivers/radeonsi/radeonsi_shader.c | 6 ------ > 2 files changed, 1 insertion(+), 7 deletions(-) > > diff --git a/src/gallium/drivers/radeonsi/radeonsi_pipe.c > b/src/gallium/drivers/radeonsi/radeonsi_pipe.c > index 744dac4..5394f5d 100644 > --- a/src/gallium/drivers/radeonsi/radeonsi_pipe.c > +++ b/src/gallium/drivers/radeonsi/radeonsi_pipe.c > @@ -456,7 +456,7 @@ static int r600_get_shader_param(struct pipe_screen* > pscreen, unsigned shader, e > /* FIXME Isn't this equal to TEMPS? */ > return 1; /* Max native address registers */ > case PIPE_SHADER_CAP_MAX_CONSTS: > - return 64; > + return 4096;
Where does the value 4096 come from? Maybe add a comment. Other than that, this series is Reviewed-by: Michel Dänzer <michel.daen...@amd.com> Also, this series and the LLVM series are Tested-by: Michel Dänzer <michel.daen...@amd.com> -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Debian, X and DRI developer _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev