[Mesa-dev] [PATCH] glsl_to_tgsi: Fix typo shader_program - shader

2014-08-05 Thread Michel Dänzer
From: Michel Dänzer michel.daen...@amd.com This was a regression introduced by commit f4b0ab7afd83c811329211eae8167c9bf238870c ('st/mesa: fix incorrect size of UBO declarations') which caused an assertion failure while compiling shaders of e.g. UE4 demos. Bugzilla:

Re: [Mesa-dev] [PATCH] glsl_to_tgsi: Fix typo shader_program - shader

2014-08-05 Thread Marek Olšák
Reviewed-by: Marek Olšák marek.ol...@amd.com Marek On Tue, Aug 5, 2014 at 8:34 AM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com This was a regression introduced by commit f4b0ab7afd83c811329211eae8167c9bf238870c ('st/mesa: fix incorrect size of UBO

Re: [Mesa-dev] [PATCH] glsl_to_tgsi: Fix typo shader_program - shader

2014-08-05 Thread Brian Paul
On 08/05/2014 12:34 AM, Michel Dänzer wrote: From: Michel Dänzer michel.daen...@amd.com This was a regression introduced by commit f4b0ab7afd83c811329211eae8167c9bf238870c ('st/mesa: fix incorrect size of UBO declarations') which caused an assertion failure while compiling shaders of e.g. UE4