projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f09b91f
)
i965: Fix build failure
author
Anuj Phogat
<anuj.phogat@gmail.com>
Mon, 20 May 2013 23:15:49 +0000
(16:15 -0700)
committer
Anuj Phogat
<anuj.phogat@gmail.com>
Mon, 20 May 2013 23:15:57 +0000
(16:15 -0700)
meta.h should be included in brw_state_upload.c to get access to
function _mesa_meta_in_progress().
src/mesa/drivers/dri/i965/brw_state_upload.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_state_upload.c
b/src/mesa/drivers/dri/i965/brw_state_upload.c
index 5549f595e445a2ad917992fc4527cda0262b9cba..85c01e15269a9dd37323566d64757f126f7d1f9a 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_state_upload.c
+++ b/
src/mesa/drivers/dri/i965/brw_state_upload.c
@@
-33,6
+33,7
@@
#include "brw_context.h"
#include "brw_state.h"
+#include "drivers/common/meta.h"
#include "intel_batchbuffer.h"
#include "intel_buffers.h"