Re: [Mesa-dev] [PATCH v3 1/6] gallium: expose a debug message callback settable by context owner

2015-11-03 Thread Ilia Mirkin
On Tue, Nov 3, 2015 at 11:58 AM, Brian Paul wrote: > On 10/31/2015 11:45 AM, Ilia Mirkin wrote: >> >> On Sat, Oct 31, 2015 at 10:23 AM, Brian Paul wrote: >>> >>> On 10/30/2015 11:15 PM, Ilia Mirkin wrote: This will allow gallium drivers to

Re: [Mesa-dev] [PATCH v3 1/6] gallium: expose a debug message callback settable by context owner

2015-11-03 Thread Brian Paul
On 10/31/2015 11:45 AM, Ilia Mirkin wrote: On Sat, Oct 31, 2015 at 10:23 AM, Brian Paul wrote: On 10/30/2015 11:15 PM, Ilia Mirkin wrote: This will allow gallium drivers to send messages to KHR_debug endpoints Signed-off-by: Ilia Mirkin ---

Re: [Mesa-dev] [PATCH v3 1/6] gallium: expose a debug message callback settable by context owner

2015-11-02 Thread Ilia Mirkin
On Mon, Nov 2, 2015 at 3:07 PM, Marek Olšák wrote: >> diff --git a/src/gallium/include/pipe/p_state.h >> b/src/gallium/include/pipe/p_state.h >> index 4bf8d46..2843bb6 100644 >> --- a/src/gallium/include/pipe/p_state.h >> +++ b/src/gallium/include/pipe/p_state.h >> @@ -684,6

Re: [Mesa-dev] [PATCH v3 1/6] gallium: expose a debug message callback settable by context owner

2015-11-02 Thread Marek Olšák
> diff --git a/src/gallium/include/pipe/p_state.h > b/src/gallium/include/pipe/p_state.h > index 4bf8d46..2843bb6 100644 > --- a/src/gallium/include/pipe/p_state.h > +++ b/src/gallium/include/pipe/p_state.h > @@ -684,6 +684,35 @@ struct pipe_compute_state > unsigned req_input_mem; /**<

Re: [Mesa-dev] [PATCH v3 1/6] gallium: expose a debug message callback settable by context owner

2015-11-02 Thread Marek Olšák
On Mon, Nov 2, 2015 at 9:14 PM, Ilia Mirkin wrote: > On Mon, Nov 2, 2015 at 3:07 PM, Marek Olšák wrote: >>> diff --git a/src/gallium/include/pipe/p_state.h >>> b/src/gallium/include/pipe/p_state.h >>> index 4bf8d46..2843bb6 100644 >>> ---

Re: [Mesa-dev] [PATCH v3 1/6] gallium: expose a debug message callback settable by context owner

2015-10-31 Thread Ilia Mirkin
On Sat, Oct 31, 2015 at 10:23 AM, Brian Paul wrote: > On 10/30/2015 11:15 PM, Ilia Mirkin wrote: >> >> This will allow gallium drivers to send messages to KHR_debug endpoints >> >> Signed-off-by: Ilia Mirkin >> --- >>

Re: [Mesa-dev] [PATCH v3 1/6] gallium: expose a debug message callback settable by context owner

2015-10-31 Thread Brian Paul
On 10/30/2015 11:15 PM, Ilia Mirkin wrote: This will allow gallium drivers to send messages to KHR_debug endpoints Signed-off-by: Ilia Mirkin --- src/gallium/auxiliary/util/u_debug.c | 16 src/gallium/auxiliary/util/u_debug.h | 24

[Mesa-dev] [PATCH v3 1/6] gallium: expose a debug message callback settable by context owner

2015-10-30 Thread Ilia Mirkin
This will allow gallium drivers to send messages to KHR_debug endpoints Signed-off-by: Ilia Mirkin --- src/gallium/auxiliary/util/u_debug.c | 16 src/gallium/auxiliary/util/u_debug.h | 24 src/gallium/docs/source/context.rst | 3