Re: [Mesa-dev] [PATCH] llvmpipe: make remove_shader_variant static.

2019-06-20 Thread Roland Scheidegger
Reviewed-by: Roland Scheidegger Am 19.06.19 um 22:47 schrieb Dave Airlie: > From: Dave Airlie > > this isn't used outside this file. > --- > src/gallium/drivers/llvmpipe/lp_state_fs.c | 2 +- > src/gallium/drivers/llvmpipe/lp_state_fs.h | 4 > 2 files changed, 1 insertion(+), 5 deletions(

Re: [Mesa-dev] [PATCH] llvmpipe: make remove_shader_variant static.

2019-06-19 Thread Caio Marcelo de Oliveira Filho
On Thu, Jun 20, 2019 at 06:47:25AM +1000, Dave Airlie wrote: > From: Dave Airlie > > this isn't used outside this file. > --- > src/gallium/drivers/llvmpipe/lp_state_fs.c | 2 +- > src/gallium/drivers/llvmpipe/lp_state_fs.h | 4 > 2 files changed, 1 insertion(+), 5 deletions(-) This patch

[Mesa-dev] [PATCH] llvmpipe: make remove_shader_variant static.

2019-06-19 Thread Dave Airlie
From: Dave Airlie this isn't used outside this file. --- src/gallium/drivers/llvmpipe/lp_state_fs.c | 2 +- src/gallium/drivers/llvmpipe/lp_state_fs.h | 4 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.c b/src/gallium/drivers/llvmpip