Re: [Mesa-dev] [PATCH 2/2] mesa: Drop the always-software-primitive-restart paths.

2014-09-29 Thread Rob Clark
On Thu, Sep 4, 2014 at 7:43 PM, Eric Anholt wrote: > The core sw primitive restart code is still around, because i965 uses it > in some cases, but there are no drivers that want it on all the time. Reviewed-by: Rob Clark --- > src/mesa/drivers/dri/i965/brw_primitive_restart.c | 8 > src/m

[Mesa-dev] [PATCH 2/2] mesa: Drop the always-software-primitive-restart paths.

2014-09-04 Thread Eric Anholt
The core sw primitive restart code is still around, because i965 uses it in some cases, but there are no drivers that want it on all the time. --- src/mesa/drivers/dri/i965/brw_primitive_restart.c | 8 src/mesa/main/context.c | 3 -- src/mesa/main/mtypes.h