diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2007-12-05 14:01:01 +1100 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2007-12-05 14:01:01 +1100 |
commit | 47b418b8fa5fd242e9021503d6ec329ac3d56fb0 (patch) | |
tree | 571c916747acd4abc3072e03a071fea7bb080c55 /src/mesa/pipe/nv50/nv50_state.h | |
parent | 97f8c39d916e80c0dbb0eae9a6c5109555a1f1b5 (diff) |
nv50: 3d driver skeleton
Diffstat (limited to 'src/mesa/pipe/nv50/nv50_state.h')
-rw-r--r-- | src/mesa/pipe/nv50/nv50_state.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/pipe/nv50/nv50_state.h b/src/mesa/pipe/nv50/nv50_state.h new file mode 100644 index 0000000000..a3b781d4c6 --- /dev/null +++ b/src/mesa/pipe/nv50/nv50_state.h @@ -0,0 +1,7 @@ +#ifndef __NV50_STATE_H__ +#define __NV50_STATE_H__ + +#include "pipe/p_state.h" + + +#endif |