summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_format.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-02-24 11:33:54 -0700
committerBrian Paul <brianp@vmware.com>2010-02-24 11:33:54 -0700
commit517faa4f3720134a19e1834144c75cf58a68c9c8 (patch)
tree738e47ff72c22124ce9a57925f556d05f8da9cd1 /src/mesa/state_tracker/st_format.h
parent002f9142113149cd2db8e5a6016fb5f7795ce55e (diff)
st/mesa: updated comments
Diffstat (limited to 'src/mesa/state_tracker/st_format.h')
-rw-r--r--src/mesa/state_tracker/st_format.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_format.h b/src/mesa/state_tracker/st_format.h
index 6cc5a15b1d..a6cf7025a9 100644
--- a/src/mesa/state_tracker/st_format.h
+++ b/src/mesa/state_tracker/st_format.h
@@ -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 */