On Thu, May 6, 2010 at 1:46 PM, José Fonseca <jfons...@vmware.com> wrote: > On Thu, 2010-05-06 at 04:13 -0700, Xavier Chantry wrote: >> On Mon, May 3, 2010 at 12:56 AM, Xavier Chantry >> <chantry.xav...@gmail.com> wrote: >> > These files are built with make and removed with make clean, so it does not >> > seem necessary to track them. >> > >> > Looking at the Makefile, it seems that the two u_indices_* files are >> > handled >> > similarly to u_format_srgb.c u_format_table.c and u_half.c, and these 3 >> > files are already untracked and in .gitignore >> > >> >> Anything wrong with that patch ? Should this be solved differently ? > > Applied to master and 7.8. It was necessary to s/indices/util/ to the > patch in order to apply in master as the files had been moved there. >
Hmm, I don't know if there is something wrong with my mesa tree and build, but the patch was made on master, and this is what I get after a make clean on master : # On branch master # Changed but not updated: # (use "git add/rm <file>..." to update what will be committed) # (use "git checkout -- <file>..." to discard changes in working directory) # # deleted: src/gallium/auxiliary/indices/u_indices_gen.c # deleted: src/gallium/auxiliary/indices/u_unfilled_gen.c # _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev