projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b4575f
)
util: Update for os_stream changes.
author
José Fonseca
<jfonseca@vmware.com>
Sun, 14 Feb 2010 16:55:25 +0000
(16:55 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Sun, 14 Feb 2010 23:25:33 +0000
(23:25 +0000)
src/gallium/auxiliary/util/u_debug.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_debug.c
b/src/gallium/auxiliary/util/u_debug.c
index 688083d2325290f5ca85eca12b96222c2db34826..858d52c6efbe4d951a2493d5835488e3624ef0f9 100644
(file)
--- a/
src/gallium/auxiliary/util/u_debug.c
+++ b/
src/gallium/auxiliary/util/u_debug.c
@@
-590,7
+590,7
@@
debug_dump_float_rgba_bmp(const char *filename,
bmih.biClrUsed = 0;
bmih.biClrImportant = 0;
- stream = os_
stream_create(filename, bmfh.bfSiz
e);
+ stream = os_
file_stream_create(filenam
e);
if(!stream)
goto error1;