Re: [Mesa-dev] [PATCH 1/6] main: fix ACTIVE_UNIFORM_BLOCKS value

2015-09-28 Thread Timothy Arceri
On Mon, 2015-09-28 at 16:30 +0200, Samuel Iglesias Gonsálvez wrote: > > On 28/09/15 14:23, Timothy Arceri wrote: > > On Mon, 2015-09-28 at 12:46 +0200, Samuel Iglesias Gonsálvez wrote: > > > > > > On 28/09/15 12:39, Samuel Iglesias Gonsálvez wrote: > > > > > > > > > > > > On 27/09/15 23:15, Tim

Re: [Mesa-dev] [PATCH 1/6] main: fix ACTIVE_UNIFORM_BLOCKS value

2015-09-28 Thread Samuel Iglesias Gonsálvez
On 28/09/15 14:23, Timothy Arceri wrote: > On Mon, 2015-09-28 at 12:46 +0200, Samuel Iglesias Gonsálvez wrote: >> >> On 28/09/15 12:39, Samuel Iglesias Gonsálvez wrote: >>> >>> >>> On 27/09/15 23:15, Timothy Arceri wrote: On Fri, 2015-09-25 at 10:24 +0200, Samuel Iglesias Gonsalvez wrot

Re: [Mesa-dev] [PATCH 1/6] main: fix ACTIVE_UNIFORM_BLOCKS value

2015-09-28 Thread Timothy Arceri
On Mon, 2015-09-28 at 12:46 +0200, Samuel Iglesias Gonsálvez wrote: > > On 28/09/15 12:39, Samuel Iglesias Gonsálvez wrote: > > > > > > On 27/09/15 23:15, Timothy Arceri wrote: > > > On Fri, 2015-09-25 at 10:24 +0200, Samuel Iglesias Gonsalvez > > > wrote: > > > > NumUniformBlocks also counts sh

Re: [Mesa-dev] [PATCH 1/6] main: fix ACTIVE_UNIFORM_BLOCKS value

2015-09-28 Thread Samuel Iglesias Gonsálvez
On 28/09/15 12:39, Samuel Iglesias Gonsálvez wrote: > > > On 27/09/15 23:15, Timothy Arceri wrote: >> On Fri, 2015-09-25 at 10:24 +0200, Samuel Iglesias Gonsalvez wrote: >>> NumUniformBlocks also counts shader storage blocks. >>> NumUniformBlocks variable will be renamed in a later patch to avo

Re: [Mesa-dev] [PATCH 1/6] main: fix ACTIVE_UNIFORM_BLOCKS value

2015-09-28 Thread Samuel Iglesias Gonsálvez
On 27/09/15 23:15, Timothy Arceri wrote: > On Fri, 2015-09-25 at 10:24 +0200, Samuel Iglesias Gonsalvez wrote: >> NumUniformBlocks also counts shader storage blocks. >> NumUniformBlocks variable will be renamed in a later patch to avoid >> misunderstandings. >> >> Signed-off-by: Samuel Iglesias G

Re: [Mesa-dev] [PATCH 1/6] main: fix ACTIVE_UNIFORM_BLOCKS value

2015-09-27 Thread Timothy Arceri
On Fri, 2015-09-25 at 10:24 +0200, Samuel Iglesias Gonsalvez wrote: > NumUniformBlocks also counts shader storage blocks. > NumUniformBlocks variable will be renamed in a later patch to avoid > misunderstandings. > > Signed-off-by: Samuel Iglesias Gonsalvez > --- > src/mesa/main/shaderapi.c | 9

[Mesa-dev] [PATCH 1/6] main: fix ACTIVE_UNIFORM_BLOCKS value

2015-09-25 Thread Samuel Iglesias Gonsalvez
NumUniformBlocks also counts shader storage blocks. NumUniformBlocks variable will be renamed in a later patch to avoid misunderstandings. Signed-off-by: Samuel Iglesias Gonsalvez --- src/mesa/main/shaderapi.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/mesa/