summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/g3dvl/vl_surface.c
diff options
context:
space:
mode:
authorYounes Manton <[email protected]>2008-09-22 12:26:13 -0400
committerYounes Manton <[email protected]>2008-10-04 13:12:09 -0400
commitd008fb178631aecacc07aeec66299748470fd8c7 (patch)
tree28fee25a9fa49e092b80ccae71aec132b5384f07 /src/gallium/state_trackers/g3dvl/vl_surface.c
parent111b8f6dd9c97cd30979c8d5f56244e1e6ed60a2 (diff)
g3dvl: Ignore client flush requests unless entire frame is buffered.
Diffstat (limited to 'src/gallium/state_trackers/g3dvl/vl_surface.c')
-rw-r--r--src/gallium/state_trackers/g3dvl/vl_surface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/g3dvl/vl_surface.c b/src/gallium/state_trackers/g3dvl/vl_surface.c
index 6648133ef83..076bd40d414 100644
--- a/src/gallium/state_trackers/g3dvl/vl_surface.c
+++ b/src/gallium/state_trackers/g3dvl/vl_surface.c
@@ -179,6 +179,7 @@ int vlSurfaceGetStatus
}
*status = vlResourceStatusFree;
+
return 0;
}