summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_screen.c
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-04 15:10:34 +0000
committerKeith Whitwell <keithw@vmware.com>2009-11-04 15:10:34 +0000
commita09b3d50975e68c13c0421d770f3865ad2a1257c (patch)
tree0b8d1011e5090d33950c5898b15b7466dbb803bf /src/gallium/drivers/i965/brw_screen.c
parent82a19f097427916f4ce594b7c40b0d4b33502727 (diff)
i965g: add missing buffer functions
Diffstat (limited to 'src/gallium/drivers/i965/brw_screen.c')
-rw-r--r--src/gallium/drivers/i965/brw_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/brw_screen.c b/src/gallium/drivers/i965/brw_screen.c
index a02e6acc39..7991f4ae52 100644
--- a/src/gallium/drivers/i965/brw_screen.c
+++ b/src/gallium/drivers/i965/brw_screen.c
@@ -347,7 +347,7 @@ brw_create_screen(struct brw_winsys_screen *sws, uint pci_id)
brw_screen_tex_init(bscreen);
brw_screen_tex_surface_init(bscreen);
- brw_screen_init_buffer_functions(bscreen);
+ brw_screen_buffer_init(bscreen);
return &bscreen->base;
}