projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbfe291
)
st/nine: fix DBG typo (trivial)
author
David Heidelberg
<david@ixit.cz>
Fri, 19 Dec 2014 13:13:15 +0000
(14:13 +0100)
committer
Marek Olšák
<marek.olsak@amd.com>
Sun, 21 Dec 2014 19:34:19 +0000
(20:34 +0100)
Signed-off-by: David Heidelberg <david@ixit.cz>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
src/gallium/state_trackers/nine/device9.c
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/nine/device9.c
b/src/gallium/state_trackers/nine/device9.c
index b0e42ebc8abae8464c36105aedb0dbc4190ac0e3..1d9768847643001b4cc02ff045db0dc41c06eb58 100644
(file)
--- a/
src/gallium/state_trackers/nine/device9.c
+++ b/
src/gallium/state_trackers/nine/device9.c
@@
-1219,7
+1219,7
@@
NineDevice9_StretchRect( struct NineDevice9 *This,
pSourceRect->left, pSourceRect->top,
pSourceRect->right, pSourceRect->bottom);
if (pDestRect)
- DBG("p
Source
Rect=(%u,%u)-(%u,%u)\n", pDestRect->left, pDestRect->top,
+ DBG("p
Dest
Rect=(%u,%u)-(%u,%u)\n", pDestRect->left, pDestRect->top,
pDestRect->right, pDestRect->bottom);
user_assert(!zs || !This->in_scene, D3DERR_INVALIDCALL);