On 05/02/2012 01:12 AM, Jordan Justen wrote:
When primitive restart is enabled, and glArrayElement is called
with the restart index value, then call glPrimitiveRestartNV.
NOTE: This is a candidate for the 8.0 branch.
Signed-off-by: Jordan Justen
Reviewed-by: Brian Paul
---
src/mesa/main/api_a
When primitive restart is enabled, and glArrayElement is called
with the restart index value, then call glPrimitiveRestartNV.
NOTE: This is a candidate for the 8.0 branch.
Signed-off-by: Jordan Justen
Reviewed-by: Brian Paul
---
src/mesa/main/api_arrayelt.c | 10 +-
1 files changed,
On 05/01/2012 10:09 AM, Jordan Justen wrote:
When primitive restart is enabled, and glArrayElement is called
with the restart index value, then call glPrimitiveRestartNV.
Signed-off-by: Jordan Justen
---
src/mesa/main/api_arrayelt.c | 10 +-
1 files changed, 9 insertions(+), 1 delet
When primitive restart is enabled, and glArrayElement is called
with the restart index value, then call glPrimitiveRestartNV.
Signed-off-by: Jordan Justen
---
src/mesa/main/api_arrayelt.c | 10 +-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/src/mesa/main/api_arrayelt