projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb1834c
)
i915g: fix a comment
author
Brian Paul
<brianp@vmware.com>
Wed, 24 Feb 2010 15:52:20 +0000
(08:52 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 24 Feb 2010 15:52:33 +0000
(08:52 -0700)
src/gallium/drivers/i915/i915_texture.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i915/i915_texture.c
b/src/gallium/drivers/i915/i915_texture.c
index e101c8683ec2d10cdeb96f2d357054f2cfe74be6..7ba222c78b7c640b8361ee0dba1b0990f60c8c2f 100644
(file)
--- 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 some
thing
very like scanout */
if (pt->tex_usage & PIPE_TEXTURE_USAGE_DISPLAY_TARGET)
if (i915_display_target_layout(tex))
return;