Bug 30335

Summary: commit 17eace581d25a626a7d75d9d1205d012cbb14a6e broke mesa
Product: Mesa Reporter: Sergey Kondakov <virtuousfox>
Component: OtherAssignee: Kristian Høgsberg <krh>
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: medium    
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Sergey Kondakov 2010-09-22 21:16:14 UTC
after commit 17eace581d25a626a7d75d9d1205d012cbb14a6e building fails with:
x86_64-pc-linux-gnu-gcc -m32 -c -o state_tracker/st_manager.o state_tracker/st_manager.c -DFEATURE_GL=1 -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DGLX_USE_TLS -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_XCB_DRI2 -DHAVE_LIBUDEV -DHAVE_XEXTPROTO_71 -I../../include -I../../src/glsl -I../../src/mesa -I../../src/mapi -I../../src/gallium/include -I../../src/gallium/auxiliary  -march=k8-sse3 -O2 -pipe -ffast-math -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing -m32 -fPIC -m32 -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM
state_tracker/st_manager.c: In function ‘st_manager_get_egl_image_surface’:
state_tracker/st_manager.c:797:4: error: too many arguments to function ‘smapi->get_egl_image’
gmake[2]: *** [state_tracker/st_manager.o] Error 1
Comment 1 Kristian Høgsberg 2010-09-23 04:14:46 UTC
Yea, sorry, I forgot that part of gallium.  Thanks to Dave for fixing it.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.