Re: [Mesa-dev] [PATCH] llvmpipe: We don't use the draw pipeline for offset_point/line.

2013-10-10 Thread Brian Paul
On 10/09/2013 06:01 PM, jfons...@vmware.com wrote: From: José Fonseca Unless the polygon fill mode is different PIPE_POLYGON_MODE_FILL, so checking the the polygon mode is sufficient. Testing done: no regression in polygon-mode-offset --- src/gallium/drivers/llvmpipe/lp_state_rasterizer.c |

Re: [Mesa-dev] [PATCH] llvmpipe: We don't use the draw pipeline for offset_point/line.

2013-10-09 Thread Roland Scheidegger
Am 10.10.2013 02:01, schrieb jfons...@vmware.com: > From: José Fonseca > > Unless the polygon fill mode is different PIPE_POLYGON_MODE_FILL, so > checking the the polygon mode is sufficient. > > Testing done: no regression in polygon-mode-offset > --- > src/gallium/drivers/llvmpipe/lp_state_ras

[Mesa-dev] [PATCH] llvmpipe: We don't use the draw pipeline for offset_point/line.

2013-10-09 Thread jfonseca
From: José Fonseca Unless the polygon fill mode is different PIPE_POLYGON_MODE_FILL, so checking the the polygon mode is sufficient. Testing done: no regression in polygon-mode-offset --- src/gallium/drivers/llvmpipe/lp_state_rasterizer.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src