nvc0: improve userspace fencing
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Sun, 20 Feb 2011 16:57:47 +0000 (17:57 +0100)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 24 Feb 2011 16:35:35 +0000 (17:35 +0100)
commita6ea37da4bd02241ce3bf522b93dd7ff0757f959
treef1a13e36013b1d0e99c9b2505f59810f245adec9
parent410a13c5ce799fe97a4e4503190d0f66fb2559a3
nvc0: improve userspace fencing

Before, there were situations in which we never checked the fences
for completion (some loading screens for example) and thus never
released memory.
src/gallium/drivers/nvc0/nvc0_context.c
src/gallium/drivers/nvc0/nvc0_context.h
src/gallium/drivers/nvc0/nvc0_fence.c
src/gallium/drivers/nvc0/nvc0_fence.h
src/gallium/drivers/nvc0/nvc0_screen.h
src/gallium/drivers/nvc0/nvc0_vbo.c