diff options
| author | Brian Paul <brianp@vmware.com> | 2010-02-24 08:52:20 -0700 |
|---|---|---|
| committer | Brian Paul <brianp@vmware.com> | 2010-02-24 08:52:33 -0700 |
| commit | b64b78e7c3d3354933dffd250c996f387243152b (patch) | |
| tree | 70195d4dd4979cd334b7dd145b4a896cf09a0e6a /src | |
| parent | fb1834cdfdfece763f3125aa2b05e1231f560168 (diff) | |
i915g: fix a comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/gallium/drivers/i915/i915_texture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/i915_texture.c b/src/gallium/drivers/i915/i915_texture.c index e101c8683e..7ba222c78b 100644 --- a/src/gallium/drivers/i915/i915_texture.c +++ b/src/gallium/drivers/i915/i915_texture.c @@ -223,7 +223,7 @@ i915_miptree_layout_2d(struct i915_texture *tex) if (i915_scanout_layout(tex)) return; - /* for shared buffers we use some very like scanout */ + /* for shared buffers we use something very like scanout */ if (pt->tex_usage & PIPE_TEXTURE_USAGE_DISPLAY_TARGET) if (i915_display_target_layout(tex)) return; |
