diff options
author | Eric Anholt <[email protected]> | 2012-01-17 11:27:11 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-01-18 10:25:21 -0800 |
commit | fc767ff59056a418a1c573261f0d04a329278ee8 (patch) | |
tree | 018f21f5bfc055e66bd5a488dd1145640d55dd30 /src/mesa/drivers/dri/i965 | |
parent | aad3a46ff453d33cb3df909903d261f67b452d31 (diff) |
i965/gen7: Remove stale comment.
This field is actually set up above.
NOTE: This is a candidate for the 8.0 branch, to avoid conflicts.
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965')
-rw-r--r-- | src/mesa/drivers/dri/i965/gen7_wm_surface_state.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/gen7_wm_surface_state.c b/src/mesa/drivers/dri/i965/gen7_wm_surface_state.c index aed0b5d73fc..25d4a3e6057 100644 --- a/src/mesa/drivers/dri/i965/gen7_wm_surface_state.c +++ b/src/mesa/drivers/dri/i965/gen7_wm_surface_state.c @@ -94,7 +94,6 @@ gen7_update_texture_surface(struct gl_context *ctx, GLuint unit) gen7_set_surface_tiling(surf, intelObj->mt->region->tiling); /* ss0 remaining fields: - * - vertical_alignment * - horizontal_alignment * - vert_line_stride (exists on gen6 but we ignore it) * - vert_line_stride_ofs (exists on gen6 but we ignore it) |