projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33617ef
)
st/nine: Remove duplicated debug message
author
Patrick Rudolph
<siro@das-labor.org>
Thu, 15 Jan 2015 16:20:17 +0000
(17:20 +0100)
committer
Axel Davy
<axel.davy@ens.fr>
Thu, 5 Feb 2015 23:07:19 +0000
(
00:07
+0100)
Likely a rebase error
Reviewed-by: Axel Davy <axel.davy@ens.fr>
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
src/gallium/state_trackers/nine/resource9.c
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/nine/resource9.c
b/src/gallium/state_trackers/nine/resource9.c
index 15c784f21948343c756e7a6fe45d60d9342fb86b..bbc8320071b47bc420182667c8473bc5108da20d 100644
(file)
--- a/
src/gallium/state_trackers/nine/resource9.c
+++ b/
src/gallium/state_trackers/nine/resource9.c
@@
-52,9
+52,6
@@
NineResource9_ctor( struct NineResource9 *This,
This, pParams, initResource, (int) Allocate,
Type, Pool, Usage);
- DBG("This=%p pParams=%p initResource=%p Allocate=%d Type=%d Pool=%d usage=%d\n",
- This, pParams, initResource, Allocate, Type, Pool, Usage);
-
hr = NineUnknown_ctor(&This->base, pParams);
if (FAILED(hr))
return hr;