projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38eff56
)
r600g: Rearrange print order of outputs of R600_ERR.
author
Vinson Lee
<vlee@vmware.com>
Fri, 24 Dec 2010 01:25:32 +0000
(17:25 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 24 Dec 2010 01:26:36 +0000
(17:26 -0800)
src/gallium/drivers/r600/r600.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/r600.h
b/src/gallium/drivers/r600/r600.h
index 85e296650530a1db8db0f3693913f9b97ff40f8c..578ac40ba983951ec1d5d1efe14f3ef9a01b5b94 100644
(file)
--- a/
src/gallium/drivers/r600/r600.h
+++ b/
src/gallium/drivers/r600/r600.h
@@
-35,7
+35,7
@@
#define RADEON_CTX_MAX_PM4 (64 * 1024 / 4)
#define R600_ERR(fmt, args...) \
- fprintf(stderr, "EE %s
/%s:%d - "fmt, __FILE__, __func__, __LINE
__, ##args)
+ fprintf(stderr, "EE %s
:%d %s - "fmt, __FILE__, __LINE__, __func
__, ##args)
typedef uint64_t u64;
typedef uint32_t u32;