search for: nv10_screen

Displaying 5 results from an estimated 5 matches for "nv10_screen".

2009 Dec 21
2
[PATCH 1/2] Unreference state/buffer objects on context/screen destruction
...======================== --- nv20/nv20_screen.c (wersja 32083) +++ nv20/nv20_screen.c (kopia robocza) @@ -116,6 +116,8 @@ nouveau_notifier_free(&screen->sync); nouveau_grobj_free(&screen->kelvin); + nouveau_screen_fini(&screen->base); + FREE(pscreen); } Index: nv10/nv10_screen.c =================================================================== --- nv10/nv10_screen.c (wersja 32083) +++ nv10/nv10_screen.c (kopia robocza) @@ -116,6 +116,8 @@ nouveau_notifier_free(&screen->sync); nouveau_grobj_free(&screen->celsius); + nouveau_screen_fini(&screen-&...
2010 Feb 02
2
[RFC] Merge of a reincarnation of the nouveau classic mesa driver.
...| 151 ---- src/gallium/drivers/nv10/nv10_fragprog.c | 21 - src/gallium/drivers/nv10/nv10_fragtex.c | 130 --- src/gallium/drivers/nv10/nv10_miptree.c | 165 ---- src/gallium/drivers/nv10/nv10_prim_vbuf.c | 267 ------- src/gallium/drivers/nv10/nv10_screen.c | 208 ----- src/gallium/drivers/nv10/nv10_screen.h | 28 - src/gallium/drivers/nv10/nv10_state.c | 590 -------------- src/gallium/drivers/nv10/nv10_state.h | 140 ---- src/gallium/drivers/nv10/nv10_state_emit.c | 333 -------- src/...
2010 Jan 18
0
[PATCH] nv04-nv40: Rewrite and unify miptree and transfer code (v2)
...ivers/nv04/nv04_transfer.c | 37 +++-- src/gallium/drivers/nv10/Makefile | 2 - src/gallium/drivers/nv10/nv10_context.h | 6 +- src/gallium/drivers/nv10/nv10_fragtex.c | 2 +- src/gallium/drivers/nv10/nv10_miptree.c | 165 ------------------- src/gallium/drivers/nv10/nv10_screen.c | 13 +-- src/gallium/drivers/nv10/nv10_state.c | 2 +- src/gallium/drivers/nv10/nv10_state.h | 13 -- src/gallium/drivers/nv10/nv10_state_emit.c | 14 +- src/gallium/drivers/nv10/nv10_transfer.c | 178 --------------------- src/gallium/drivers/nv20/Makefile |...
2010 Jan 18
0
[PATCH] nv04-nv40: Rewrite and unify miptree and transfer code
...vers/nv04/nv04_surface_2d.h | 14 ++- src/gallium/drivers/nv04/nv04_transfer.c | 37 +++-- src/gallium/drivers/nv10/Makefile | 2 - src/gallium/drivers/nv10/nv10_context.h | 4 +- src/gallium/drivers/nv10/nv10_miptree.c | 165 ------------------- src/gallium/drivers/nv10/nv10_screen.c | 13 +-- src/gallium/drivers/nv10/nv10_state.h | 13 -- src/gallium/drivers/nv10/nv10_state_emit.c | 14 +- src/gallium/drivers/nv10/nv10_transfer.c | 178 --------------------- src/gallium/drivers/nv20/Makefile | 2 - src/gallium/drivers/nv20/nv20_context.h |...
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 +++++++++++++