Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
authorBrian Paul <brianp@vmware.com>
Tue, 22 Dec 2009 01:23:53 +0000 (18:23 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 22 Dec 2009 01:23:53 +0000 (18:23 -0700)
Conflicts:
configure.ac
progs/demos/morph3d.c
progs/demos/textures.c
progs/glsl/shtest.c
progs/glsl/texaaline.c
progs/tests/packedpixels.c
progs/xdemos/corender.c
src/mesa/main/version.h

1  2 
progs/tests/packedpixels.c
src/mesa/drivers/dri/r600/r700_state.c
src/mesa/shader/slang/slang_compile.c
src/mesa/state_tracker/st_gen_mipmap.c

@@@ -273,7 -253,7 +273,8 @@@ Draw(void
     glTranslatef(2, (i + 1) * (h + 2), 0);
     glRasterPos2i(8, 6);
     sprintf(s, "Internal Texture Format [f/F]: %s (%d of %lu)",
 +           IntFormats[CurFormat].name, CurFormat + 1, NUM_INT_FORMATS);
+            IntFormats[CurFormat].name, CurFormat + 1, (unsigned long) NUM_INT_FORMATS);
     PrintString(s);
     glPopMatrix();
  
Simple merge