draw: finish the new pipeline setup
[mesa.git] / src / gallium / auxiliary / draw / draw_private.h
index c6dc7348c1265d27e1b0752be7be1b2c48d727c9..e9c940248e6a368f897a820efc98efdddea7bca9 100644 (file)
@@ -266,15 +266,11 @@ struct draw_context
 };
 
 
-
-
 struct draw_fetch_info {
    boolean linear;
    unsigned start;
-   void *elts;
+   const unsigned *elts;
    unsigned count;
-
-   
 };
 
 struct draw_vertex_info {
@@ -284,12 +280,11 @@ struct draw_vertex_info {
    unsigned count;
 };
 
-
 struct draw_prim_info {
    boolean linear;
    unsigned start;
 
-   ushort *elts;
+   const ushort *elts;
    unsigned count;
 
    unsigned prim;