projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6d4e20
)
mesa: simple whitespace fix in texstore.c
author
Brian Paul
<brianp@vmware.com>
Thu, 15 Oct 2015 15:52:09 +0000
(09:52 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 20 Oct 2015 18:52:40 +0000
(12:52 -0600)
src/mesa/main/texstore.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texstore.c
b/src/mesa/main/texstore.c
index 4b13c42ed746f9321e1e418aa4770280fdf3a342..d7671738b187d4ec27fe6d5c7c5fd94829f82efe 100644
(file)
--- a/
src/mesa/main/texstore.c
+++ b/
src/mesa/main/texstore.c
@@
-906,6
+906,8
@@
_mesa_texstore_memcpy(TEXSTORE_PARAMS)
srcAddr, srcPacking);
return GL_TRUE;
}
+
+
/**
* Store user data into texture memory.
* Called via glTex[Sub]Image1/2/3D()