Re: [Mesa-dev] [PATCH] trace: add missing pipe_context::clear_texture()

2016-02-07 Thread Samuel Pitoiset
On 02/07/2016 11:39 PM, Ilia Mirkin wrote: On Sun, Feb 7, 2016 at 5:32 PM, Samuel Pitoiset wrote: This fixes a crash with bin/arb_clear_texture-base-formats and probably some other tests which use clear_texture(). Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/trace/tr_context.c |

Re: [Mesa-dev] [PATCH] trace: add missing pipe_context::clear_texture()

2016-02-07 Thread Ilia Mirkin
On Sun, Feb 7, 2016 at 5:32 PM, Samuel Pitoiset wrote: > This fixes a crash with bin/arb_clear_texture-base-formats and > probably some other tests which use clear_texture(). > > Signed-off-by: Samuel Pitoiset > --- > src/gallium/drivers/trace/tr_context.c | 30 ++ >

[Mesa-dev] [PATCH] trace: add missing pipe_context::clear_texture()

2016-02-07 Thread Samuel Pitoiset
This fixes a crash with bin/arb_clear_texture-base-formats and probably some other tests which use clear_texture(). Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/trace/tr_context.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/src/gallium/drivers/tr