summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.c
diff options
context:
space:
mode:
authorChad Versace <chadversary@chromium.org>2016-09-27 23:33:45 -0700
committerChad Versace <chadversary@chromium.org>2016-10-05 17:09:24 -0700
commit9ea48fc877f1b0d78edb37cafb4067bab776a74a (patch)
tree25c8a8b5c9e7b6f57203b05612ffe649d5f7d57c /src/mesa/drivers/dri/i965/brw_context.c
parentce1d67c2e5916e97bb65c0bd3b782efca7d3dea5 (diff)
i965/sync: Replace 'intel' prefix with 'brw'
This is yet another patch for the great renaming begun long ago. Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_context.c
index db63d92cbb2..7a39fe275ef 100644
--- a/src/mesa/drivers/dri/i965/brw_context.c
+++ b/src/mesa/drivers/dri/i965/brw_context.c
@@ -444,7 +444,7 @@ brw_init_driver_functions(struct brw_context *brw,
intelInitBufferFuncs(functions);
intelInitPixelFuncs(functions);
intelInitBufferObjectFuncs(functions);
- intel_init_syncobj_functions(functions);
+ brw_init_syncobj_functions(functions);
brw_init_object_purgeable_functions(functions);
brwInitFragProgFuncs( functions );