From 3cf6644c00ad0b265c64645d0b14de9dc90ba851 Mon Sep 17 00:00:00 2001 From: Brian Date: Sat, 27 Oct 2007 09:02:40 -0600 Subject: [PATCH] Move mesa_to_tgsi.[ch] into state tracker. --- .../{pipe/tgsi/mesa/mesa_to_tgsi.c => state_tracker/st_mesa_to_tgsi.c} | 0 .../{pipe/tgsi/mesa/mesa_to_tgsi.h => state_tracker/st_mesa_to_tgsi.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/mesa/{pipe/tgsi/mesa/mesa_to_tgsi.c => state_tracker/st_mesa_to_tgsi.c} (100%) rename src/mesa/{pipe/tgsi/mesa/mesa_to_tgsi.h => state_tracker/st_mesa_to_tgsi.h} (100%) diff --git a/src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c b/src/mesa/state_tracker/st_mesa_to_tgsi.c similarity index 100% rename from src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c rename to src/mesa/state_tracker/st_mesa_to_tgsi.c diff --git a/src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.h b/src/mesa/state_tracker/st_mesa_to_tgsi.h similarity index 100% rename from src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.h rename to src/mesa/state_tracker/st_mesa_to_tgsi.h -- 2.7.4