diff options
author | Brian Paul <[email protected]> | 2009-03-07 12:33:11 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-03-07 12:33:11 -0700 |
commit | 2c3785159574e6c8640b6af3ce2ef561d095f324 (patch) | |
tree | eefb8c30fdfe8c8414733de58cae4f25071bdf16 /src/mesa/main/attrib.c | |
parent | 4de5abee3938ee1d186629a70b04a98a74f50c97 (diff) |
mesa: move glViewport and glDepthRange functions into new viewport.c file
A bit of refactoring with an eye toward ES2 and GL 3.1
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r-- | src/mesa/main/attrib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index de279177091..1d2c4604884 100644 --- a/src/mesa/main/attrib.c +++ b/src/mesa/main/attrib.c @@ -55,6 +55,7 @@ #include "texparam.h" #include "texstate.h" #include "varray.h" +#include "viewport.h" #include "mtypes.h" |