Re: [Mesa-dev] [RFC PATCH 01/26] mesa: add ARB_bindless_texture to the extensions list

2017-04-13 Thread Nicolai Hähnle
On 12.04.2017 17:59, Marek Olšák wrote: On Tue, Apr 11, 2017 at 7:06 PM, Samuel Pitoiset wrote: On 04/11/2017 06:58 PM, Ilia Mirkin wrote: On Tue, Apr 11, 2017 at 12:48 PM, Samuel Pitoiset wrote: This is required for the following GLSL bits. Signed-off-by: Samuel Pitoiset --- src/mes

Re: [Mesa-dev] [RFC PATCH 01/26] mesa: add ARB_bindless_texture to the extensions list

2017-04-12 Thread Marek Olšák
On Tue, Apr 11, 2017 at 7:06 PM, Samuel Pitoiset wrote: > > > On 04/11/2017 06:58 PM, Ilia Mirkin wrote: >> >> On Tue, Apr 11, 2017 at 12:48 PM, Samuel Pitoiset >> wrote: >>> >>> This is required for the following GLSL bits. >>> >>> Signed-off-by: Samuel Pitoiset >>> --- >>> src/mesa/main/exte

Re: [Mesa-dev] [RFC PATCH 01/26] mesa: add ARB_bindless_texture to the extensions list

2017-04-11 Thread Samuel Pitoiset
On 04/11/2017 06:58 PM, Ilia Mirkin wrote: On Tue, Apr 11, 2017 at 12:48 PM, Samuel Pitoiset wrote: This is required for the following GLSL bits. Signed-off-by: Samuel Pitoiset --- src/mesa/main/extensions_table.h | 1 + src/mesa/main/mtypes.h | 1 + 2 files changed, 2 inserti

Re: [Mesa-dev] [RFC PATCH 01/26] mesa: add ARB_bindless_texture to the extensions list

2017-04-11 Thread Ilia Mirkin
On Tue, Apr 11, 2017 at 12:48 PM, Samuel Pitoiset wrote: > This is required for the following GLSL bits. > > Signed-off-by: Samuel Pitoiset > --- > src/mesa/main/extensions_table.h | 1 + > src/mesa/main/mtypes.h | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/src/mesa/main/

[Mesa-dev] [RFC PATCH 01/26] mesa: add ARB_bindless_texture to the extensions list

2017-04-11 Thread Samuel Pitoiset
This is required for the following GLSL bits. Signed-off-by: Samuel Pitoiset --- src/mesa/main/extensions_table.h | 1 + src/mesa/main/mtypes.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h index d11cb0f150..18