search for: nv04_context

Displaying 6 results from an estimated 6 matches for "nv04_context".

2014 Jan 10
2
[PATCH] nouveau: add framebuffer validation callback
...mebuffer thing in nouveau_context.c, but I think that's related to actually rendering/invalidating the fb displayed to the screen. src/mesa/drivers/dri/nouveau/nouveau_driver.h | 1 + src/mesa/drivers/dri/nouveau/nouveau_fbo.c | 38 +++++++++++++++++++++++++++ src/mesa/drivers/dri/nouveau/nv04_context.c | 14 ++++++++++ src/mesa/drivers/dri/nouveau/nv10_context.c | 16 +++++++++++ src/mesa/drivers/dri/nouveau/nv20_context.c | 16 +++++++++++ 5 files changed, 85 insertions(+) diff --git a/src/mesa/drivers/dri/nouveau/nouveau_driver.h b/src/mesa/drivers/dri/nouveau/nouveau_driver.h index e0...
2014 Jan 14
0
[PATCH] nouveau: add framebuffer validation callback
...of your new function is just a permutation of the old one, how about 'nouveau_check_framebuffer_completeness'? > src/mesa/drivers/dri/nouveau/nouveau_driver.h | 1 + > src/mesa/drivers/dri/nouveau/nouveau_fbo.c | 38 +++++++++++++++++++++++++++ > src/mesa/drivers/dri/nouveau/nv04_context.c | 14 ++++++++++ > src/mesa/drivers/dri/nouveau/nv10_context.c | 16 +++++++++++ > src/mesa/drivers/dri/nouveau/nv20_context.c | 16 +++++++++++ > 5 files changed, 85 insertions(+) > > diff --git a/src/mesa/drivers/dri/nouveau/nouveau_driver.h b/src/mesa/drivers/dri/nouveau/n...
2009 Dec 30
4
[PATCH 1/3] nv50: remove vtxbuf stateobject after a referenced vtxbuf is mapped
- This avoids problematic "reloc'ed while mapped" messages and some associated corruption as well. Signed-off-by: Maarten Maathuis <madman2003 at gmail.com> --- src/gallium/drivers/nouveau/nouveau_screen.c | 21 +++++++++++++++++++++ src/gallium/drivers/nouveau/nouveau_screen.h | 3 +++ src/gallium/drivers/nouveau/nouveau_stateobj.h | 13 +++++++++++++
2010 Feb 02
2
[RFC] Merge of a reincarnation of the nouveau classic mesa driver.
....h | 18 - src/gallium/drivers/nouveau/nv04_surface_2d.c | 547 +++++++++++++ src/gallium/drivers/nouveau/nv04_surface_2d.h | 37 + src/gallium/drivers/nv04/Makefile | 21 - src/gallium/drivers/nv04/nv04_clear.c | 12 - src/gallium/drivers/nv04/nv04_context.c | 112 --- src/gallium/drivers/nv04/nv04_context.h | 148 ---- src/gallium/drivers/nv04/nv04_fragprog.c | 21 - src/gallium/drivers/nv04/nv04_fragtex.c | 73 -- src/gallium/drivers/nv04/nv04_miptree.c | 146 ---- src/gallium/drivers/nv0...
2010 Jan 18
0
[PATCH] nv04-nv40: Rewrite and unify miptree and transfer code
...e nv50 does. All the deletions are due to the nv04-nv40 unification. Support for render temporaries is removed, and will be readded in a later patch. Note that the current temporary code is broken, because it does not copy the temporary back on render cache flushes. --- src/gallium/drivers/nv04/nv04_context.h | 1 - src/gallium/drivers/nv04/nv04_miptree.c | 155 +++++++++++++----- src/gallium/drivers/nv04/nv04_screen.c | 9 - src/gallium/drivers/nv04/nv04_state.h | 13 -- src/gallium/drivers/nv04/nv04_state_emit.c | 14 +- src/gallium/drivers/nv04/nv04_surface_2d.c | 14 +-...
2010 Jan 18
0
[PATCH] nv04-nv40: Rewrite and unify miptree and transfer code (v2)
...e nv50 does. All the deletions are due to the nv04-nv40 unification. Support for render temporaries is removed, and will be readded in a later patch. Note that the current temporary code is broken, because it does not copy the temporary back on render cache flushes. --- src/gallium/drivers/nv04/nv04_context.h | 1 - src/gallium/drivers/nv04/nv04_miptree.c | 160 ++++++++++++++----- src/gallium/drivers/nv04/nv04_screen.c | 9 - src/gallium/drivers/nv04/nv04_state.h | 13 -- src/gallium/drivers/nv04/nv04_state_emit.c | 14 +- src/gallium/drivers/nv04/nv04_surface_2d.c | 14 +-...