Re: [Mesa-dev] [RFC PATCH 28/65] tc: add ARB_bindless_texture support

2017-05-23 Thread Samuel Pitoiset
On 05/22/2017 07:01 PM, Marek Olšák wrote: On Fri, May 19, 2017 at 6:52 PM, Samuel Pitoiset wrote: Signed-off-by: Samuel Pitoiset --- src/gallium/auxiliary/util/u_threaded_context.c| 147 + .../auxiliary/util/u_threaded_context_calls.h | 4 + 2 files change

Re: [Mesa-dev] [RFC PATCH 28/65] tc: add ARB_bindless_texture support

2017-05-22 Thread Marek Olšák
On Fri, May 19, 2017 at 6:52 PM, Samuel Pitoiset wrote: > Signed-off-by: Samuel Pitoiset > --- > src/gallium/auxiliary/util/u_threaded_context.c| 147 > + > .../auxiliary/util/u_threaded_context_calls.h | 4 + > 2 files changed, 151 insertions(+) > > diff --git a/

[Mesa-dev] [RFC PATCH 28/65] tc: add ARB_bindless_texture support

2017-05-19 Thread Samuel Pitoiset
Signed-off-by: Samuel Pitoiset --- src/gallium/auxiliary/util/u_threaded_context.c| 147 + .../auxiliary/util/u_threaded_context_calls.h | 4 + 2 files changed, 151 insertions(+) diff --git a/src/gallium/auxiliary/util/u_threaded_context.c b/src/gallium/auxiliary/