projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cb4915
)
st/mesa: whitespace/indentation fix
author
Brian Paul
<brianp@vmware.com>
Fri, 1 Feb 2013 00:57:24 +0000
(17:57 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 1 Feb 2013 15:00:28 +0000
(08:00 -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 c944b81f690674e905202557f5a5f282f0d4d5ba..9c05572d482790f509dae5d88e48fc4a3e792e8f 100644
(file)
--- a/
src/mesa/state_tracker/st_cb_drawpixels.c
+++ b/
src/mesa/state_tracker/st_cb_drawpixels.c
@@
-1462,8
+1462,8
@@
st_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy,
driver_vp = make_passthrough_vertex_shader(st, GL_FALSE);
if (st->pixel_xfer.pixelmap_enabled) {
- sv[1] = st->pixel_xfer.pixelmap_sampler_view;
- num_sampler_view++;
+ sv[1] = st->pixel_xfer.pixelmap_sampler_view;
+ num_sampler_view++;
}
}
else {