Re: [Mesa-dev] [PATCH] mesa/main: handle double uniform matrices properly

2016-05-03 Thread Kenneth Graunke
On Monday, April 25, 2016 9:08:38 AM PDT Samuel Iglesias Gonsálvez wrote: > From: "Juan A. Suarez Romero" > > When computing the offset in the uniform storage table, take into account > the size multiplier so double precision matrices are handled correctly. > > Signed-off-by: Juan A. Suarez Rome

[Mesa-dev] [PATCH] mesa/main: handle double uniform matrices properly

2016-04-25 Thread Samuel Iglesias Gonsálvez
From: "Juan A. Suarez Romero" When computing the offset in the uniform storage table, take into account the size multiplier so double precision matrices are handled correctly. Signed-off-by: Juan A. Suarez Romero --- src/mesa/main/uniform_query.cpp | 2 +- 1 file changed, 1 insertion(+), 1 del