diff options
author | Jakob Bornecrantz <[email protected]> | 2010-04-12 22:18:58 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-04-13 23:52:26 +0100 |
commit | 2b6488326967c3e58737d90df8883a2c6c76a6c4 (patch) | |
tree | 07888f331265829c747ecb92332ef7802f3618ff /src/mesa/drivers/dri | |
parent | 1318848f782cce716d6376ca13aebf68b728e24c (diff) |
i915: Fix comments about cube layouts
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r-- | src/mesa/drivers/dri/i915/i915_tex_layout.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i915/i915_tex_layout.c b/src/mesa/drivers/dri/i915/i915_tex_layout.c index 702655283ba..af9c7ee9b6f 100644 --- a/src/mesa/drivers/dri/i915/i915_tex_layout.c +++ b/src/mesa/drivers/dri/i915/i915_tex_layout.c @@ -67,7 +67,8 @@ static GLint bottom_offsets[6] = { /** - * Cube texture map layout for i830M-GM915. + * Cube texture map layout for i830M-GM915 and + * non-compressed cube texture map on GM945. * * Hardware layout looks like: * @@ -258,7 +259,7 @@ i915_miptree_layout(struct intel_context *intel, struct intel_mipmap_tree * mt, /** - * Cube texture map layout for GM945 and later. + * Compressed cube texture map layout for GM945 and later. * * The hardware layout looks like the 830-915 layout, except for the small * sizes. A zoomed in view of the layout for 945 is: |