Mesa (master): i965: Fix a stale comment reference

Eric Anholt anholt at kemper.freedesktop.org
Sat May 3 00:01:55 UTC 2014


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

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Apr 23 14:04:04 2014 -0700

i965: Fix a stale comment reference

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/drivers/dri/i965/intel_mipmap_tree.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree.h b/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
index 8181f82..6e6ae4b 100644
--- a/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
+++ b/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
@@ -280,7 +280,7 @@ struct intel_mipmap_tree
     * MESA_FORMAT_Z24_UNORM_X8_UINT.
     *
     * For ETC1/ETC2 textures, this is one of the uncompressed mesa texture
-    * formats if the hardware lacks support for ETC1/ETC2. See @ref wraps_etc.
+    * formats if the hardware lacks support for ETC1/ETC2. See @ref etc_format.
     */
    mesa_format format;
 




More information about the mesa-commit mailing list