Displaying 5 results from an estimated 5 matches for "nv20_state_emit".
2008 Nov 11
2
Memory corruption on Gallium window resize, diagnosed?
Hi,
I've been playing with nouveau/mesa branch gallium-0.1, trying to get
trivial/tri working on nv20 (with nv10 code). When ever I resize the window,
it ends up in an assert failure:
#0  0xf790744f in _debug_assert_fail (expr=0xf791908f "0", file=0xf7919050 "nv20_state_emit.c", line=139, 
    function=0xf7919034 "nv20_state_emit_framebuffer") at p_debug.c:335
#1  0xf76fe723 in nv20_state_emit_framebuffer (nv20=0x805ef68) at nv20_state_emit.c:139
#2  0xf76fef2e in nv20_emit_hw_state (nv20=0x805ef68) at nv20_state_emit.c:255
#3  0xf76ff70b in nv20_draw_el...
2010 Jan 18
0
[PATCH] nv04-nv40: Rewrite and unify miptree and transfer code
.../nv20/Makefile          |    2 -
 src/gallium/drivers/nv20/nv20_context.h    |    4 +-
 src/gallium/drivers/nv20/nv20_miptree.c    |  226 --------------------------
 src/gallium/drivers/nv20/nv20_screen.c     |   13 +--
 src/gallium/drivers/nv20/nv20_state.h      |   13 --
 src/gallium/drivers/nv20/nv20_state_emit.c |   12 +-
 src/gallium/drivers/nv20/nv20_transfer.c   |  178 ---------------------
 src/gallium/drivers/nv30/Makefile          |    2 -
 src/gallium/drivers/nv30/nv30_fragtex.c    |    8 +-
 src/gallium/drivers/nv30/nv30_miptree.c    |  239 ----------------------------
 src/gallium/drivers/nv30/n...
2010 Jan 18
0
[PATCH] nv04-nv40: Rewrite and unify miptree and transfer code (v2)
...nv20/nv20_fragtex.c    |    2 +-
 src/gallium/drivers/nv20/nv20_miptree.c    |  226 --------------------------
 src/gallium/drivers/nv20/nv20_screen.c     |   13 +--
 src/gallium/drivers/nv20/nv20_state.c      |    2 +-
 src/gallium/drivers/nv20/nv20_state.h      |   13 --
 src/gallium/drivers/nv20/nv20_state_emit.c |   14 +-
 src/gallium/drivers/nv20/nv20_transfer.c   |  178 ---------------------
 src/gallium/drivers/nv30/Makefile          |    2 -
 src/gallium/drivers/nv30/nv30_context.h    |    2 +-
 src/gallium/drivers/nv30/nv30_fragtex.c    |    8 +-
 src/gallium/drivers/nv30/nv30_miptree.c    |  239 --...
2010 Feb 02
2
[RFC] Merge of a reincarnation of the nouveau classic mesa driver.
...---------
 src/gallium/drivers/nv20/nv20_screen.c             |  204 -----
 src/gallium/drivers/nv20/nv20_screen.h             |   28 -
 src/gallium/drivers/nv20/nv20_state.c              |  583 --------------
 src/gallium/drivers/nv20/nv20_state.h              |  140 ----
 src/gallium/drivers/nv20/nv20_state_emit.c         |  426 ----------
 src/gallium/drivers/nv20/nv20_surface.c            |   63 --
 src/gallium/drivers/nv20/nv20_transfer.c           |  178 -----
 src/gallium/drivers/nv20/nv20_vbo.c                |   79 --
 src/gallium/drivers/nv20/nv20_vertprog.c           |  841 --------------------
 s...
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 +++++++++++++