projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ba0ba7
)
r600: Fix include recursion.
author
Vinson Lee
<vlee@vmware.com>
Mon, 12 Jul 2010 21:21:57 +0000
(14:21 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 12 Jul 2010 21:23:51 +0000
(14:23 -0700)
Fix r600_context.h -> r700_oglprog.h -> r600_context.h include
recursion.
src/mesa/drivers/dri/r600/r700_oglprog.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r600/r700_oglprog.h
b/src/mesa/drivers/dri/r600/r700_oglprog.h
index fe2e9d19749a924ccbf2acf136ca459cd0a25270..4d42133867858a5b8a31d9f5115d424d95f2b108 100644
(file)
--- a/
src/mesa/drivers/dri/r600/r700_oglprog.h
+++ b/
src/mesa/drivers/dri/r600/r700_oglprog.h
@@
-27,7
+27,7
@@
#ifndef _R700_OGLPROG_H_
#define _R700_OGLPROG_H_
-#include "
r600_context
.h"
+#include "
main/dd
.h"
extern void r700InitShaderFuncs(struct dd_function_table *functions);