diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-09 15:01:02 -0600 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-09-21 22:13:51 -0700 |
commit | 5ab1d0aceaffbf872d7f8ebea2a6655e25bf2390 (patch) | |
tree | 76a3c9c38334465497f2b0fd120b4cbaced053cb /src/mesa/sources | |
parent | 55e341c4c2e5a6f3475a8a3e6389b904f99a6d1a (diff) |
mesa: refactor: move glClear, glClearColor into new clear.c file.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index ee8753365d..af066fd461 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -12,6 +12,7 @@ MAIN_SOURCES = \ main/blend.c \ main/bufferobj.c \ main/buffers.c \ + main/clear.c \ main/clip.c \ main/colortab.c \ main/context.c \ |