https://bugs.freedesktop.org/show_bug.cgi?id=57746

          Priority: medium
            Bug ID: 57746
          Assignee: [email protected]
           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: [email protected]
          Hardware: Other
            Status: NEW
           Version: git
         Component: Other
           Product: Mesa

c73245882c7ff1277b190b97f093f7b423a22f10 is the first bad commit (according to
git bisect run):

Author: Brian Paul <[email protected]>
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.
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to