projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c80aaad
)
st/mesa: fix comment
author
Brian Paul
<brianp@vmware.com>
Thu, 6 Oct 2011 03:43:21 +0000
(21:43 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 6 Oct 2011 03:43:21 +0000
(21:43 -0600)
src/mesa/state_tracker/st_cb_texture.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_cb_texture.c
b/src/mesa/state_tracker/st_cb_texture.c
index 1b93c9d06149f5f735381a8b05e56a195489d7de..169e235ac4776f2ae677c76d0371b3ef4d8c0a22 100644
(file)
--- a/
src/mesa/state_tracker/st_cb_texture.c
+++ b/
src/mesa/state_tracker/st_cb_texture.c
@@
-1018,7
+1018,7
@@
st_GetTexImage(struct gl_context * ctx,
if (stImage->pt && util_format_is_s3tc(stImage->pt->format)) {
/* Need to decompress the texture.
* We'll do this by rendering a textured quad (which is hopefully
- * faster than using the fallback code in texcompress.c.
+ * faster than using the fallback code in texcompress.c
)
.
* Note that we only expect RGBA formats (no Z/depth formats).
*/
decompress_with_blit(ctx, format, type, pixels, texImage);