minor renaming
authorBrian <brian@i915.localnet.net>
Mon, 6 Aug 2007 18:41:39 +0000 (12:41 -0600)
committerBrian <brian@i915.localnet.net>
Mon, 6 Aug 2007 18:41:39 +0000 (12:41 -0600)
src/mesa/state_tracker/st_mipmap_tree.c
src/mesa/state_tracker/st_mipmap_tree.h

index 1a9aa10115737b152c3c5cd3ed93c051b49c302e..e99cd987e8ba49df7f25d009538649550b0f4a31 100644 (file)
@@ -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"
index eafe47c0291f5ff11366cee5336a9e18424c8c6d..ea3b52ca425a381ded5ed8755229ba5c7cef1466 100644 (file)
@@ -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"