projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b5119a
)
st/mesa: indentation fix
author
Brian Paul
<brianp@vmware.com>
Thu, 17 Feb 2011 16:44:44 +0000
(09:44 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 18 Feb 2011 02:11:32 +0000
(19:11 -0700)
src/mesa/state_tracker/st_cb_drawpixels.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_cb_drawpixels.c
b/src/mesa/state_tracker/st_cb_drawpixels.c
index 63b646be7207a4f57025fd61b3e73753087bf975..a6935edb44cb157d76a4bc84b319c004fa59ed8d 100644
(file)
--- a/
src/mesa/state_tracker/st_cb_drawpixels.c
+++ b/
src/mesa/state_tracker/st_cb_drawpixels.c
@@
-1271,7
+1271,7
@@
st_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy,
if (srcFormat == texFormat) {
struct pipe_box src_box;
u_box_2d(readX, readY, readW, readH, &src_box);
- /* copy source framebuffer surface into mipmap/texture */
+
/* copy source framebuffer surface into mipmap/texture */
pipe->resource_copy_region(pipe,
pt, /* dest tex */
0,