projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab5dc45
)
radeon: Adding missing stdio.h include.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 23 Jan 2014 13:23:43 +0000
(13:23 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 23 Jan 2014 13:23:43 +0000
(13:23 +0000)
Became apparent with the C11 thread changes. Unfortunately I didn't
have all dependencies to build the driver, and only noticed
this issue on build server.
src/gallium/drivers/radeon/r600_buffer_common.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/radeon/r600_buffer_common.c
b/src/gallium/drivers/radeon/r600_buffer_common.c
index 66e9d578b65ebfa338fa2892b03d033392d23411..d29671ec40222c535bdcac7f409646eb2d5cffd0 100644
(file)
--- a/
src/gallium/drivers/radeon/r600_buffer_common.c
+++ b/
src/gallium/drivers/radeon/r600_buffer_common.c
@@
-28,6
+28,7
@@
#include "util/u_memory.h"
#include "util/u_upload_mgr.h"
#include <inttypes.h>
+#include <stdio.h>
boolean r600_rings_is_buffer_referenced(struct r600_common_context *ctx,
struct radeon_winsys_cs_handle *buf,