search for: nv20_init_hwctx

Displaying 3 results from an estimated 3 matches for "nv20_init_hwctx".

2010 Jan 10
2
[Bug 25974] New: Mesa won't compile. Undeclared constants at nv20_context.c.
...Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: andrefv at gmail.com QAContact: xorg-team at lists.x.org I'm getting these errors when making Mesa: nv20_context.c: In function ?nv20_init_hwctx?: nv20_context.c:326: error: ?NV20TCL_FOG_MODE_EXP_SIGNED? undeclared (first use in this function) nv20_context.c:326: error: (Each undeclared identifier is reported only once nv20_context.c:326: error: for each function it appears in.) nv20_context.c:327: error: ?NV20TCL_FOG_COORD_FOG? undeclared...
2009 Nov 05
6
Some cosmetic NV10TCL method changes.
The attached patch does the cosmetic renouveau.xml changes I proposed. I'm about to reply myself with some other patches to update libdrm and then fix the API break up. -------------- next part -------------- A non-text attachment was scrubbed... Name: rename_some_nv10tcl_methods.patch Type: text/x-diff Size: 2507 bytes Desc: not available Url :
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 +++++++++++++