search for: color_conversion

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

2014 Jun 17
0
[PATCH try 2 2/2] gallium/nouveau: move pushbuf and fences to context
...r allocating scaled image object: %d\n", ret); - BEGIN_NV04(push, NV01_SUBC(SIFM, OBJECT), 1); PUSH_DATA (push, screen->sifm->handle); BEGIN_NV04(push, NV03_SIFM(DMA_NOTIFY), 1); @@ -614,8 +553,5 @@ nv30_screen_create(struct nouveau_device *dev) BEGIN_NV04(push, NV05_SIFM(COLOR_CONVERSION), 1); PUSH_DATA (push, NV05_SIFM_COLOR_CONVERSION_TRUNCATE); - nouveau_pushbuf_kick(push, push->channel); - - nouveau_fence_new(&screen->base.fence, &screen->base.fence.current, FALSE); - return pscreen; + PUSH_KICK (push); } diff --git a/src/gallium/drivers/nouveau/...
2014 Jun 17
2
[PATCH try 2 1/2] gallium/nouveau: decouple nouveau_fence implementation from screen
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com> --- src/gallium/drivers/nouveau/nouveau_fence.c | 76 ++++++++++++------------- src/gallium/drivers/nouveau/nouveau_fence.h | 22 +++++-- src/gallium/drivers/nouveau/nouveau_screen.c | 9 +++ src/gallium/drivers/nouveau/nouveau_screen.h | 14 ++--- src/gallium/drivers/nouveau/nv30/nv30_context.c | 4 +-
2014 Jun 21
3
[Mesa-dev] [PATCH try 2 2/2] gallium/nouveau: move pushbuf and fences to context
...ct: %d\n", ret); > - > BEGIN_NV04(push, NV01_SUBC(SIFM, OBJECT), 1); > PUSH_DATA (push, screen->sifm->handle); > BEGIN_NV04(push, NV03_SIFM(DMA_NOTIFY), 1); > @@ -614,8 +553,5 @@ nv30_screen_create(struct nouveau_device *dev) > BEGIN_NV04(push, NV05_SIFM(COLOR_CONVERSION), 1); > PUSH_DATA (push, NV05_SIFM_COLOR_CONVERSION_TRUNCATE); > > - nouveau_pushbuf_kick(push, push->channel); > - > - nouveau_fence_new(&screen->base.fence, &screen->base.fence.current, FALSE); > - return pscreen; > + PUSH_KICK (push); > } &gt...
2014 Jun 16
2
[PATCH 1/2] gallium/nouveau: decouple nouveau_fence implementation from screen
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com> --- src/gallium/drivers/nouveau/nouveau_fence.c | 76 ++++++++++++------------- src/gallium/drivers/nouveau/nouveau_fence.h | 22 +++++-- src/gallium/drivers/nouveau/nouveau_screen.c | 9 +++ src/gallium/drivers/nouveau/nouveau_screen.h | 14 ++--- src/gallium/drivers/nouveau/nv30/nv30_context.c | 4