Brian Paul wrote on 2010-01-06 18:07: > Sedat Dilek wrote: > >> Hi, >> >> this patch fixes a build-error in mesa GIT master after... >> >> commit 251363e8f1287b54dc7734e690daf2ae96728faf (patch) >> "configs: set INTEL_LIBS, INTEL_CFLAGS, etcmaster" >> >> >From my build-log: >> ... >> In file included from svga_pipe_fs.c:37: >> svga_tgsi.h: In function 'svga_fs_key_size': >> svga_tgsi.h:122: error: cannot take address of bit-field 'texture_target' >> make[4]: *** [svga_pipe_fs.o] Error 1 >> >> Might be introduced in... >> >> commit 955f51270bb60ad77dba049799587dc7c0fb4dda >> "Make sure we use only signed/unsigned ints with bitfields." >> >> Kind Regars, >> - Sedat - >> >> > > I just fixed that. > > Actually, we could go back to bitfields and fix broken svga_fs_key_size(). Attached a patch. Can somebody review, test-build and commit?