Mesa (master): mesa: driver hook for primitive restart

Brian Paul brianp at kemper.freedesktop.org
Fri Oct 22 01:11:16 UTC 2010


Module: Mesa
Branch: master
Commit: a80afbd99e879d36fdb4b099fd49c1f75edc8886
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a80afbd99e879d36fdb4b099fd49c1f75edc8886

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Oct 21 19:03:38 2010 -0600

mesa: driver hook for primitive restart

---

 src/mesa/main/dd.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h
index c9f0fac..5e006e0 100644
--- a/src/mesa/main/dd.h
+++ b/src/mesa/main/dd.h
@@ -1086,6 +1086,7 @@ typedef struct {
    void (GLAPIENTRYP CallLists)( GLsizei, GLenum, const GLvoid * );
    void (GLAPIENTRYP Begin)( GLenum );
    void (GLAPIENTRYP End)( void );
+   void (GLAPIENTRYP PrimitiveRestartNV)( void );
    /* GL_NV_vertex_program */
    void (GLAPIENTRYP VertexAttrib1fNV)( GLuint index, GLfloat x );
    void (GLAPIENTRYP VertexAttrib1fvNV)( GLuint index, const GLfloat *v );




More information about the mesa-commit mailing list