Displaying 3 results from an estimated 3 matches for "nouveau_bo_st".
Did you mean:
nouveau_bo_wr
2010 Feb 16
1
Build failure in Mesa
...no-strict-aliasing -fPIC -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_XEXTPROTO_71 -I/usr/include/drm -I/usr/include/nouveau nouveau_bo_state.c -o nouveau_bo_state.o
nouveau_bo_state.c: In function 'nouveau_bo_marker_emit':
nouveau_bo_state.c:35: error: 'struct nouveau_channel' has no member named 'pushbuf'
nouveau_bo_state.c:44: error: dereferencing pointer to incomplete type
nouveau_bo_state.c:48: error: dere...
2011 Dec 22
1
[Bug 44061] New: dri/nouveau: Build error with clang
...tted, stopping now [-ferror-limit=]
20 errors generated.
gmake[6]: *** [nouveau_array.o] Error 1
gmake[6]: *** Waiting for unfinished jobs....
nouveau_context.c:267:2: warning: expression result unused [-Wunused-value]
context_bctx(ctx, FRAMEBUFFER);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./nouveau_bo_state.h:103:2: note: expanded from macro 'context_bctx'
__context_bctx(ctx, NOUVEAU_BO_CONTEXT_##s)
^
./nouveau_bo_state.h:100:3: note: expanded from macro '__context_bctx'
bctx; \
^~~~
1...
2010 Feb 02
2
[RFC] Merge of a reincarnation of the nouveau classic mesa driver.
...kefile | 3 -
src/gallium/winsys/g3dvl/nouveau/Makefile | 5 +-
src/mesa/drivers/directfb/idirectfbgl_mesa.c | 2 +-
src/mesa/drivers/dri/intel/intel_screen.c | 2 +-
src/mesa/drivers/dri/nouveau/Makefile | 59 ++
src/mesa/drivers/dri/nouveau/nouveau_bo_state.c | 184 +++++
src/mesa/drivers/dri/nouveau/nouveau_bo_state.h | 107 +++
src/mesa/drivers/dri/nouveau/nouveau_bufferobj.c | 172 ++++
src/mesa/drivers/dri/nouveau/nouveau_bufferobj.h | 39 +
src/mesa/drivers/dri/nouveau/nouveau_context.c | 273 +++++++
src/mesa/drivers/dri/n...