Re: [Mesa-dev] [PATCH 3/8] state_tracker: clear PrimitiveRestartInSoftware if needed

2012-05-11 Thread Ian Romanick
On 05/11/2012 10:43 AM, Ian Romanick wrote: On 05/11/2012 08:15 AM, Jordan Justen wrote: If the PIPE_CAP_PRIMITIVE_RESTART screen param is enabled, then clear PrimitiveRestartInSoftware to disable software primitive restart support in the VBO module. Signed-off-by: Jordan Justen --- src/mesa/st

Re: [Mesa-dev] [PATCH 3/8] state_tracker: clear PrimitiveRestartInSoftware if needed

2012-05-11 Thread Ian Romanick
On 05/11/2012 08:15 AM, Jordan Justen wrote: If the PIPE_CAP_PRIMITIVE_RESTART screen param is enabled, then clear PrimitiveRestartInSoftware to disable software primitive restart support in the VBO module. Signed-off-by: Jordan Justen --- src/mesa/state_tracker/st_extensions.c |2 ++ 1 f

[Mesa-dev] [PATCH 3/8] state_tracker: clear PrimitiveRestartInSoftware if needed

2012-05-11 Thread Jordan Justen
If the PIPE_CAP_PRIMITIVE_RESTART screen param is enabled, then clear PrimitiveRestartInSoftware to disable software primitive restart support in the VBO module. Signed-off-by: Jordan Justen --- src/mesa/state_tracker/st_extensions.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/src/m