Re: [Mesa-dev] [PATCH] llvmpipe: remove unneeded draw_flush() call

2012-12-12 Thread Jose Fonseca
Sounds good to me. Jose - Original Message - > This is redundant since we're calling draw_bind_fragment_shader() > which already does a flush. > > v2: the redundant flush in llvmpipe_set_constant_buffer() has > already been removed by commit > 3427466e6dbbb8db7c1ecda6b3859ca1cc5827a3 > -

[Mesa-dev] [PATCH] llvmpipe: remove unneeded draw_flush() call

2012-12-11 Thread Brian Paul
This is redundant since we're calling draw_bind_fragment_shader() which already does a flush. v2: the redundant flush in llvmpipe_set_constant_buffer() has already been removed by commit 3427466e6dbbb8db7c1ecda6b3859ca1cc5827a3 --- src/gallium/drivers/llvmpipe/lp_state_fs.c |2 -- 1 files cha