Mesa (master): st/mesa: updated comments

Brian Paul brianp at kemper.freedesktop.org
Wed Feb 24 18:35:03 UTC 2010


Module: Mesa
Branch: master
Commit: 517faa4f3720134a19e1834144c75cf58a68c9c8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=517faa4f3720134a19e1834144c75cf58a68c9c8

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Feb 24 11:33:54 2010 -0700

st/mesa: updated comments

---

 src/mesa/state_tracker/st_format.c |    4 ++--
 src/mesa/state_tracker/st_format.h |    3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/mesa/state_tracker/st_format.c b/src/mesa/state_tracker/st_format.c
index a14d9cc..c8f9ac3 100644
--- a/src/mesa/state_tracker/st_format.c
+++ b/src/mesa/state_tracker/st_format.c
@@ -1,7 +1,7 @@
 /**************************************************************************
  * 
  * Copyright 2007 Tungsten Graphics, Inc., Cedar Park, Texas.
- * Copyright (c) 2008 VMware, Inc.
+ * Copyright (c) 2008-2010 VMware, Inc.
  * All Rights Reserved.
  * 
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -28,7 +28,7 @@
 
 
 /**
- * Texture Image-related functions.
+ * Mesa / Gallium format conversion and format selection code.
  * \author Brian Paul
  */
 
diff --git a/src/mesa/state_tracker/st_format.h b/src/mesa/state_tracker/st_format.h
index 6cc5a15..a6cf702 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 */




More information about the mesa-commit mailing list