search for: f844592

Displaying 4 results from an estimated 4 matches for "f844592".

2014 Jul 01
0
[PATCH] nv50: disable dedicated ubo upload method
....mit.edu> Cc: "10.2 10.1" <mesa-stable at lists.freedesktop.org> --- src/gallium/drivers/nouveau/nv50/nv50_context.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/gallium/drivers/nouveau/nv50/nv50_context.c b/src/gallium/drivers/nouveau/nv50/nv50_context.c index f844592..3f3a888 100644 --- a/src/gallium/drivers/nouveau/nv50/nv50_context.c +++ b/src/gallium/drivers/nouveau/nv50/nv50_context.c @@ -253,7 +253,14 @@ nv50_create(struct pipe_screen *pscreen, void *priv) nv50->base.screen = &screen->base; nv50->base.copy_data = nv50_m2mf_copy_line...
2014 May 20
14
[PATCH 00/12] Cherry-pick nv50/nvc0 patches from gallium-nine
I went through the gallium-nine tree and picked out nouveau patches that are general bug-fixes. The first bunch I'd like to also get into 10.2. I've reviewed all of them and they make sense to me, but sending them out for public review as well in case there are any objections. Unless I hear objections, I'd like to push this by Friday. Christoph Bumiller (11): nv50,nvc0: always pull
2014 Jun 16
2
[PATCH 1/2] gallium/nouveau: decouple nouveau_fence implementation from screen
...mp;screen->base, &screen->base.fence.current, FALSE); + nouveau_fence_new(&screen->base.fence, &screen->base.fence.current, FALSE); return pscreen; } diff --git a/src/gallium/drivers/nouveau/nv50/nv50_context.c b/src/gallium/drivers/nouveau/nv50/nv50_context.c index f844592..af1e436 100644 --- a/src/gallium/drivers/nouveau/nv50/nv50_context.c +++ b/src/gallium/drivers/nouveau/nv50/nv50_context.c @@ -83,8 +83,8 @@ nv50_default_kick_notify(struct nouveau_pushbuf *push) struct nv50_screen *screen = push->user_priv; if (screen) { - nouveau_fence_next(...
2014 Jun 17
2
[PATCH try 2 1/2] gallium/nouveau: decouple nouveau_fence implementation from screen
...&screen->base, &screen->base.fence.current, FALSE); + nouveau_fence_new(&screen->base.fence, &screen->base.fence.current, FALSE); return pscreen; } diff --git a/src/gallium/drivers/nouveau/nv50/nv50_context.c b/src/gallium/drivers/nouveau/nv50/nv50_context.c index f844592..af1e436 100644 --- a/src/gallium/drivers/nouveau/nv50/nv50_context.c +++ b/src/gallium/drivers/nouveau/nv50/nv50_context.c @@ -83,8 +83,8 @@ nv50_default_kick_notify(struct nouveau_pushbuf *push) struct nv50_screen *screen = push->user_priv; if (screen) { - nouveau_fence_next(&am...