intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
[mesa.git] / src / mesa / drivers / dri / i915 / i830_context.h
index d7eb9c2d44b9b703f3a3b10100ba7ad482285d72..2100ffe6d991b85883dd808764f05aed52793fee 100644 (file)
@@ -131,7 +131,7 @@ struct i830_hw_state
     * be from a PBO or FBO.  Will have to do this for draw and depth for
     * FBO's...
     */
-   dri_bo *tex_buffer[I830_TEX_UNITS];
+   drm_intel_bo *tex_buffer[I830_TEX_UNITS];
    GLuint tex_offset[I830_TEX_UNITS];
 
    GLuint emitted;              /* I810_UPLOAD_* */