st/mesa: call is_format_supported() for compressed formats
[mesa.git] / src / mesa / state_tracker / st_format.h
index 6cc5a15b1de4a8f464ca829d8bd2fac6ba2a99de..a6cf7025a92789c64425f2e95264316637180ec5 100644 (file)
@@ -1,6 +1,7 @@
 /**************************************************************************
  * 
  * Copyright 2007 Tungsten Graphics, Inc., Cedar Park, Texas.
+ * Copyright (c) 2010 VMware, Inc.
  * All Rights Reserved.
  * 
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -61,4 +62,4 @@ extern GLboolean
 st_equal_formats(enum pipe_format pFormat, GLenum format, GLenum type);
 
 
-#endif /* ST_CB_TEXIMAGE_H */
+#endif /* ST_FORMAT_H */