search for: nouveau_fbo

Displaying 6 results from an estimated 6 matches for "nouveau_fbo".

Did you mean: nouveau_bo
2012 May 23
5
[Bug 50280] New: Mesa 8.0.3 fails to build dri/nouveau against libdrm 2.4.34
...edBy: mc2374 at mclink.it Created attachment 62018 --> https://bugs.freedesktop.org/attachment.cgi?id=62018 Log of a failed build As per summary. Building against libdrm 2.4.34 and kernel 3.2.16, Mandriva 2010.2 x86_64. The message error is: ************************** In file included from nouveau_fbo.c:27: nouveau_driver.h:41:28: error: nouveau_device.h: No such file or directory nouveau_driver.h:42:27: error: nouveau_grobj.h: No such file or directory nouveau_driver.h:43:29: error: nouveau_channel.h: No such file or directory nouveau_driver.h:44:24: error: nouveau_bo.h: No such file or directo...
2014 Jan 15
1
[PATCH v2] nouveau: add framebuffer validation callback
...rkin at alum.mit.edu> --- Francisco, thanks for the review. Is this more like what you had in mind? Interesting that nv10/nv20 support different-bitness color/depth -- that requirement came back for nv30/nv40. src/mesa/drivers/dri/nouveau/nouveau_context.c | 1 + src/mesa/drivers/dri/nouveau/nouveau_fbo.c | 52 ++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) diff --git a/src/mesa/drivers/dri/nouveau/nouveau_context.c b/src/mesa/drivers/dri/nouveau/nouveau_context.c index 181c9d0..ec474d4 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_context.c +++ b/src/mesa/drivers/dri/nouvea...
2014 Jan 10
2
[PATCH] nouveau: add framebuffer validation callback
...k it's set to 8 right now. And there's also an odd nouveau_validate_framebuffer thing in nouveau_context.c, but I think that's related to actually rendering/invalidating the fb displayed to the screen. src/mesa/drivers/dri/nouveau/nouveau_driver.h | 1 + src/mesa/drivers/dri/nouveau/nouveau_fbo.c | 38 +++++++++++++++++++++++++++ src/mesa/drivers/dri/nouveau/nv04_context.c | 14 ++++++++++ src/mesa/drivers/dri/nouveau/nv10_context.c | 16 +++++++++++ src/mesa/drivers/dri/nouveau/nv20_context.c | 16 +++++++++++ 5 files changed, 85 insertions(+) diff --git a/src/mesa/drivers/dri/...
2014 Jan 14
0
[PATCH] nouveau: add framebuffer validation callback
...w was resized or SwapBuffers() was called. It's rather unfortunate that the name of your new function is just a permutation of the old one, how about 'nouveau_check_framebuffer_completeness'? > src/mesa/drivers/dri/nouveau/nouveau_driver.h | 1 + > src/mesa/drivers/dri/nouveau/nouveau_fbo.c | 38 +++++++++++++++++++++++++++ > src/mesa/drivers/dri/nouveau/nv04_context.c | 14 ++++++++++ > src/mesa/drivers/dri/nouveau/nv10_context.c | 16 +++++++++++ > src/mesa/drivers/dri/nouveau/nv20_context.c | 16 +++++++++++ > 5 files changed, 85 insertions(+) > > diff...
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_fbo.c -o nouveau_fbo.o gcc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver -I../../../../../include -I../../../../../src/mesa -I../../../../../src/egl/main -I../../../../../src/egl/drivers/dri -I/usr/include/drm -g -O2 -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden...
2010 Feb 02
2
[RFC] Merge of a reincarnation of the nouveau classic mesa driver.
....h | 39 + src/mesa/drivers/dri/nouveau/nouveau_context.c | 273 +++++++ src/mesa/drivers/dri/nouveau/nouveau_context.h | 105 +++ src/mesa/drivers/dri/nouveau/nouveau_driver.c | 140 ++++ src/mesa/drivers/dri/nouveau/nouveau_driver.h | 89 ++ src/mesa/drivers/dri/nouveau/nouveau_fbo.c | 277 +++++++ src/mesa/drivers/dri/nouveau/nouveau_fbo.h | 51 ++ src/mesa/drivers/dri/nouveau/nouveau_gldefs.h | 263 ++++++ src/mesa/drivers/dri/nouveau/nouveau_render.h | 98 +++ src/mesa/drivers/dri/nouveau/nouveau_render_t.c | 361 +++++++++ src/mesa/driv...