summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-06-24 11:40:25 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-06-24 11:40:25 +0900
commitb750b5326df0a067f9baf237bee50d31ca69729d (patch)
tree253120d3d877c49e8f91b1a9b19ae5d7d8b5b7fb /src
parent18ec140ef27b6488bea9d54e21b08b0a3afbcafe (diff)
gdi: Update for surface_alloc_storage changes.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/winsys/gdi/wmesa.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/winsys/gdi/wmesa.c b/src/gallium/winsys/gdi/wmesa.c
index 74a82923524..0b93f8c4c32 100644
--- a/src/gallium/winsys/gdi/wmesa.c
+++ b/src/gallium/winsys/gdi/wmesa.c
@@ -469,7 +469,8 @@ wm_surface_alloc_storage(struct pipe_winsys *winsys,
struct pipe_surface *surf,
unsigned width, unsigned height,
enum pipe_format format,
- unsigned flags)
+ unsigned flags,
+ unsigned tex_usage)
{
const unsigned alignment = 64;