Bug 55801

Summary: [Mesa] git: cb72ec5fc55651af186e45942a1cd3e45eb5c359 breaks build
Product: Mesa Reporter: Krzysztof A. Sobiecki <sobkas>
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium CC: eblima
Version: git   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: My shot at fixing pesky warning

Description Krzysztof A. Sobiecki 2012-10-09 11:05:45 UTC
Created attachment 68333 [details] [review]
My shot at fixing pesky warning

Git commit cb72ec5fc55651af186e45942a1cd3e45eb5c359 breaks build.

  CC     teximage.lo
../../src/mesa/main/teximage.c: In function 'compressed_texture_error_check':
../../src/mesa/main/teximage.c:1980:58: error: 'choose_format' undeclared (first use in this function)
../../src/mesa/main/teximage.c:1980:58: note: each undeclared identifier is reported only once for each function it appears in
../../src/mesa/main/teximage.c:1981:7: error: 'choose_type' undeclared (first use in this function)
../../src/mesa/main/teximage.c:1982:7: error: 'proxy_format' undeclared (first use in this function)
make[5]: *** [teximage.lo] Error 1


Please revert this commit. Thank you.
Comment 1 Brian Paul 2012-10-09 13:01:34 UTC
*** Bug 55804 has been marked as a duplicate of this bug. ***
Comment 2 Brian Paul 2012-10-09 13:02:10 UTC
Fixed with commit 4f310984a99e13877f17aa19c2820e56738ecfd6

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.