diff options
author | Chia-I Wu <olv@lunarg.com> | 2010-04-10 13:49:34 +0800 |
---|---|---|
committer | Chia-I Wu <olv@lunarg.com> | 2010-04-10 13:49:55 +0800 |
commit | 65bc6f88fd9ce8ff90175b250e580bef2739ea35 (patch) | |
tree | 10fc3d7a03fa0193d2d25bef51d2028b044c7430 | |
parent | eb56e64986790aa2fa35534ce652b78656b0c3c5 (diff) |
i915g: Initialize screen surface function.
-rw-r--r-- | src/gallium/drivers/i915/i915_screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i915/i915_screen.c b/src/gallium/drivers/i915/i915_screen.c index 33f184634e..9086f9fc3b 100644 --- a/src/gallium/drivers/i915/i915_screen.c +++ b/src/gallium/drivers/i915/i915_screen.c @@ -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; } |