Displaying 4 results from an estimated 4 matches for "nv04_screen".
2010 Feb 02
2
[RFC] Merge of a reincarnation of the nouveau classic mesa driver.
...| 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/nv04/nv04_prim_vbuf.c | 339 --------
src/gallium/drivers/nv04/nv04_screen.c | 222 -----
src/gallium/drivers/nv04/nv04_screen.h | 30 -
src/gallium/drivers/nv04/nv04_state.c | 459 -----------
src/gallium/drivers/nv04/nv04_state.h | 72 --
src/gallium/drivers/nv04/nv04_state_emit.c | 246 ------
src/gallium...
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 Jan 18
0
[PATCH] nv04-nv40: Rewrite and unify miptree and transfer code
...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 +-
src/gallium/drivers/nv04/nv04_surface_2d.h | 14 ++-
src/gallium/drivers/nv04/nv04_transfer.c | 37 +++--
src/galli...
2010 Jan 18
0
[PATCH] nv04-nv40: Rewrite and unify miptree and transfer code (v2)
...e 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 +-
src/gallium/drivers/nv04/nv04_surface_2d.h | 14 ++-
src/gallium/drivers/nv04/nv04_transfer.c | 37 +++--
src/galli...