search for: e649752

Displaying 1 result from an estimated 1 matches for "e649752".

2015 Mar 29
1
[PATCH] nouveau: synchronize "scratch runout" destruction with the command stream
...xes "Serious Sam 3" on nve7/gk107. --- src/gallium/drivers/nouveau/nouveau_buffer.c | 33 +++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/src/gallium/drivers/nouveau/nouveau_buffer.c b/src/gallium/drivers/nouveau/nouveau_buffer.c index 49ff100..e649752 100644 --- a/src/gallium/drivers/nouveau/nouveau_buffer.c +++ b/src/gallium/drivers/nouveau/nouveau_buffer.c @@ -846,19 +846,42 @@ nouveau_scratch_bo_alloc(struct nouveau_context *nv, struct nouveau_bo **pbo, 4096, size, NULL, pbo); } +struct bos +{ + unsigned nr; +...