gallium: make p_winsys internal
[mesa.git] / src / gallium / drivers / nv20 / nv20_vertprog.c
index c4f3d0f14fb8f0a38c0f3f93b1ece836e1703c64..a885fcd7a567702595c890fda5e68d1652902c8b 100644 (file)
@@ -749,7 +749,7 @@ nv20_vertprog_validate(struct nv20_context *nv20)
                float *map = NULL;
 
                if (constbuf) {
-                       map = ws->_buffer_map(ws, constbuf,
+                       map = ws->buffer_map(ws, constbuf,
                                             PIPE_BUFFER_USAGE_CPU_READ);
                }
 
@@ -771,7 +771,7 @@ nv20_vertprog_validate(struct nv20_context *nv20)
                }
 
                if (constbuf) {
-                       ws->_buffer_unmap(ws, constbuf);
+                       ws->buffer_unmap(ws, constbuf);
                }
        }