Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Mesa
mesa
Commits
65bc6f88
Commit
65bc6f88
authored
Apr 10, 2010
by
Chia-I Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i915g: Initialize screen surface function.
parent
eb56e649
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/gallium/drivers/i915/i915_screen.c
src/gallium/drivers/i915/i915_screen.c
+1
-0
No files found.
src/gallium/drivers/i915/i915_screen.c
View file @
65bc6f88
...
...
@@ -309,6 +309,7 @@ i915_create_screen(struct i915_winsys *iws, uint pci_id)
is
->
base
.
fence_finish
=
i915_fence_finish
;
i915_init_screen_resource_functions
(
is
);
i915_init_screen_surface_functions
(
is
);
return
&
is
->
base
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment