summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-03-23 14:43:51 -0600
committerBrian Paul <brianp@vmware.com>2009-04-03 09:07:03 -0600
commitc82851598f535f5c92885987cafbb5e79a2505db (patch)
tree802805f4992e24db2f2a119e2837c3590ed6c235 /src/mesa/drivers/dri/i965/brw_context.h
parentbf28b576cb6aa403b840d8254a1ff3f31d664b46 (diff)
i965: rename scratch_buffer -> scratch_bo to be consistant with other buffers
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h2
1 files changed, 1 insertions, 1 deletions
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;