gallium: Fencing fix.
authorMichel Dänzer <michel@tungstengraphics.com>
Tue, 1 Apr 2008 12:02:30 +0000 (13:02 +0100)
committerMichel Dänzer <michel@tungstengraphics.com>
Tue, 1 Apr 2008 12:05:24 +0000 (13:05 +0100)
commitcc85573a9f3d976b70669a53403ce7355ad84394
treef3d5d94c12cc02f127d9bbcfa87658e100147551
parent2df9941368c807fb677d3d95a5c1dfffe719c26b
gallium: Fencing fix.

Make sure the struct pipe_fence_handle* we point st_flush() to is initialized
to NULL, so winsys->fence_reference() doesn't try to unreference a random
struct pipe_fence_handle* pointer.
src/mesa/state_tracker/st_cb_flush.c