r300: Renamed the VBO functions to the R300 name format.
[mesa.git] / src / mesa / drivers / dri / r300 / r300_ioctl.c
index 82414259df9966980bac78641ddb0dae6549ee4d..1b73389600be3f8ceb843ffa5421acb31ab3b96b 100644 (file)
@@ -442,7 +442,7 @@ static void r300RefillCurrentDmaRegion(r300ContextPtr rmesa, int size)
 #ifdef HW_VBOS
                if (dmabuf->id == 0) {
                        /* Just kick all */
-                       r300_evict_vbos(rmesa->radeon.glCtx, /*RADEON_BUFFER_SIZE*16*/1<<30);
+                       r300EvictVBOs(rmesa->radeon.glCtx, /*RADEON_BUFFER_SIZE*16*/1<<30);
                        dmabuf->id = radeon_mm_alloc(rmesa, 4, size);
                }
 #endif