[Mesa-dev] [Bug 57746] New: build test failure: nouveau_fbo.c:198:3: error: too few arguments to function 'nouveau_renderbuffer_del'
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Nov 30 13:42:04 PST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=57746
Priority: medium
Bug ID: 57746
Assignee: mesa-dev at lists.freedesktop.org
Summary: build test failure: nouveau_fbo.c:198:3: error: too
few arguments to function 'nouveau_renderbuffer_del'
Severity: normal
Classification: Unclassified
OS: All
Reporter: darxus at chaosreigns.com
Hardware: Other
Status: NEW
Version: git
Component: Other
Product: Mesa
c73245882c7ff1277b190b97f093f7b423a22f10 is the first bad commit (according to
git bisect run):
Author: Brian Paul <brianp at vmware.com>
Date: Fri Nov 30 10:04:48 2012 -0700
mesa: pass context parameter to gl_renderbuffer::Delete()
Output I'm getting:
make[6]: Entering directory
`/home/darxus/source.test.master/mesa/src/mesa/drivers/dri/nouveau'
...
CC nouveau_state.lo
nouveau_fbo.c: In function 'nouveau_renderbuffer_dri_new':
nouveau_fbo.c:198:3: warning: passing argument 1 of 'nouveau_renderbuffer_del'
from incompatible pointer type [enabled by default]
nouveau_fbo.c:105:1: note: expected 'struct gl_context *' but argument is of
type 'struct gl_renderbuffer *'
nouveau_fbo.c:198:3: error: too few arguments to function
'nouveau_renderbuffer_del'
nouveau_fbo.c:105:1: note: declared here
I am doing a git clean -xfd for each build.
Building with: ./autogen.sh --prefix=$installdir --enable-gles2
--disable-gallium-egl --with-egl-platforms=wayland,x11,drm --enable-gbm
--enable-shared-glapi --with-gallium-drivers=r300,r600,swrast,nouveau,svga
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20121130/ad2e9c7d/attachment.html>
More information about the mesa-dev
mailing list