Mesa (gallium-resources): i915g: Initialize screen surface function.

Chia-I Wu olv at kemper.freedesktop.org
Sat Apr 10 05:50:46 UTC 2010


Module: Mesa
Branch: gallium-resources
Commit: 65bc6f88fd9ce8ff90175b250e580bef2739ea35
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=65bc6f88fd9ce8ff90175b250e580bef2739ea35

Author: Chia-I Wu <olv at lunarg.com>
Date:   Sat Apr 10 13:49:34 2010 +0800

i915g: Initialize screen surface function.

---

 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 33f1846..9086f9f 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;
 }




More information about the mesa-commit mailing list