diff options
author | Eric Anholt <[email protected]> | 2014-04-23 14:04:04 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-05-02 17:01:39 -0700 |
commit | 55a049b9ae834e0c20d89c34378d0d9527b67423 (patch) | |
tree | 4ae478ce725d3692f3cf07d7e06a8426f02eb173 /src/mesa/drivers/dri/i965/intel_mipmap_tree.h | |
parent | 0b307afd57082f0d4a0e8ba19093d313c9fb46ad (diff) |
i965: Fix a stale comment reference
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_mipmap_tree.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/intel_mipmap_tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree.h b/src/mesa/drivers/dri/i965/intel_mipmap_tree.h index 8181f82f3b3..6e6ae4bd6f5 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; |