From c82851598f535f5c92885987cafbb5e79a2505db Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 23 Mar 2009 14:43:51 -0600 Subject: i965: rename scratch_buffer -> scratch_bo to be consistant with other buffers --- src/mesa/drivers/dri/i965/brw_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/dri/i965/brw_context.h') diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 48ed4325be..a020b621d6 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -588,7 +588,7 @@ struct brw_context GLuint nr_surfaces; GLuint max_threads; - dri_bo *scratch_buffer; + dri_bo *scratch_bo; GLuint sampler_count; dri_bo *sampler_bo; -- cgit v1.2.3