From: Brian Date: Mon, 6 Aug 2007 18:41:39 +0000 (-0600) Subject: minor renaming X-Git-Tag: 062012170305~17580^2~390^2~4572 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc3b608317fcda659e7d910b4fab06426ae5f334;p=profile%2Fivi%2Fmesa.git minor renaming --- diff --git a/src/mesa/state_tracker/st_mipmap_tree.c b/src/mesa/state_tracker/st_mipmap_tree.c index 1a9aa10..e99cd98 100644 --- a/src/mesa/state_tracker/st_mipmap_tree.c +++ b/src/mesa/state_tracker/st_mipmap_tree.c @@ -1,6 +1,6 @@ /************************************************************************** * - * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas. + * Copyright 2007 Tungsten Graphics, Inc., Cedar Park, Texas. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a @@ -25,7 +25,7 @@ * **************************************************************************/ -#include "intel_mipmap_tree.h" +#include "st_mipmap_tree.h" #include "enums.h" #include "pipe/p_state.h" diff --git a/src/mesa/state_tracker/st_mipmap_tree.h b/src/mesa/state_tracker/st_mipmap_tree.h index eafe47c..ea3b52c 100644 --- a/src/mesa/state_tracker/st_mipmap_tree.h +++ b/src/mesa/state_tracker/st_mipmap_tree.h @@ -1,6 +1,6 @@ /************************************************************************** * - * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas. + * Copyright 2007 Tungsten Graphics, Inc., Cedar Park, Texas. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a @@ -25,8 +25,8 @@ * **************************************************************************/ -#ifndef INTEL_MIPMAP_TREE_H -#define INTEL_MIPMAP_TREE_H +#ifndef ST_MIPMAP_TREE_H +#define ST_MIPMAP_TREE_H #include "main/mtypes.h"