diff options
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_regions.h')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_regions.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_regions.h b/src/mesa/drivers/dri/intel/intel_regions.h index f3f6a07901c..61a284aa6ae 100644 --- a/src/mesa/drivers/dri/intel/intel_regions.h +++ b/src/mesa/drivers/dri/intel/intel_regions.h @@ -53,7 +53,7 @@ struct intel_buffer_object; */ struct intel_region { - drm_intel_bo *buffer; /**< buffer manager's buffer */ + drm_intel_bo *bo; /**< buffer manager's buffer */ GLuint refcount; /**< Reference count for region */ GLuint cpp; /**< bytes per pixel */ GLuint width; /**< in pixels */ @@ -124,10 +124,6 @@ intel_region_copy(struct intel_context *intel, GLboolean flip, GLenum logicop); -drm_intel_bo *intel_region_buffer(struct intel_context *intel, - struct intel_region *region, - GLuint flag); - void _mesa_copy_rect(GLubyte * dst, GLuint cpp, GLuint dst_pitch, |