projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
094d66f
)
mesa: Include missing headers in nvprogram.h.
author
Vinson Lee
<vlee@vmware.com>
Sat, 31 Jul 2010 06:30:38 +0000
(23:30 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 31 Jul 2010 06:30:38 +0000
(23:30 -0700)
src/mesa/main/nvprogram.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/nvprogram.h
b/src/mesa/main/nvprogram.h
index 8ee59661bd0952aa3a9f8c25e3b934f45e871604..260a25ba9e927d029473ca08ffb166a75bc9302c 100644
(file)
--- a/
src/mesa/main/nvprogram.h
+++ b/
src/mesa/main/nvprogram.h
@@
-29,6
+29,8
@@
#ifndef NVPROGRAM_H
#define NVPROGRAM_H
+#include "glheader.h"
+#include "mtypes.h"
extern void GLAPIENTRY
_mesa_ExecuteProgramNV(GLenum target, GLuint id, const GLfloat *params);