search for: nv10_render

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

2012 Jul 24
3
[Bug 52449] New: nouveau_vbo_t.c compilation broken due to implicit declaration
...land/install/include/nouveau -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -g -O2 -MT nv10_state_fb.lo -MD -MP -MF .deps/nv10_state_fb.Tpo -c nv10_state_fb.c -fPIC -DPIC -o .libs/nv10_state_fb.o In file included from nv10_render.c:199:0: nouveau_vbo_t.c: In function 'get_array_stride': nouveau_vbo_t.c:48:3: error: implicit declaration of function '_mesa_sizeof_type' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors make[6]: *** [nv10_render.lo] Error 1 -- Configure bugmail...
2010 Feb 02
2
[RFC] Merge of a reincarnation of the nouveau classic mesa driver.
...++++ src/mesa/drivers/dri/nouveau/nv04_state_tex.c | 162 ++++ src/mesa/drivers/dri/nouveau/nv04_surface.c | 547 +++++++++++++ src/mesa/drivers/dri/nouveau/nv10_context.c | 91 +++ src/mesa/drivers/dri/nouveau/nv10_driver.h | 192 +++++ src/mesa/drivers/dri/nouveau/nv10_render.c | 201 +++++ src/mesa/drivers/dri/nouveau/nv10_screen.c | 364 +++++++++ src/mesa/drivers/dri/nouveau/nv10_state_fb.c | 190 +++++ src/mesa/drivers/dri/nouveau/nv10_state_frag.c | 416 ++++++++++ src/mesa/drivers/dri/nouveau/nv10_state_polygon.c | 126 +++ src/mesa...
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 +++++++++++++