| commit | 55e341c4c2e5a6f3475a8a3e6389b904f99a6d1a | [log] [tgz] |
|---|---|---|
| author | Brian Paul <brian.paul@tungstengraphics.com> | Mon Jun 09 14:55:24 2008 -0600 |
| committer | Keith Whitwell <keith@tungstengraphics.com> | Sun Sep 21 22:13:51 2008 -0700 |
| tree | 1009d3956a06ed5e8e28bd3d28842bbc108497db | |
| parent | 18d2822905ac3187318bd662f80c2836bdfa7c1f [diff] [blame] |
mesa: refactor: move scissor functions into new scissor.c file (cherry picked from commit 4be7296bfcba22a849f949d105ea385e6964cc25)
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index ef1c417..a400550 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c
@@ -111,6 +111,7 @@ #include "polygon.h" #include "queryobj.h" #include "rastpos.h" +#include "scissor.h" #include "simple_list.h" #include "state.h" #include "stencil.h"