diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-09 15:01:02 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-09 15:01:02 -0600 |
commit | eade430682516a445a2bf765165362dad19594f0 (patch) | |
tree | 0560fce06ce09a02e3b1838d4d589283f8c27cb0 /src/mesa/main/sources | |
parent | 8cad3189d3346bce3eee1976f1b5cf32da9dd9a7 (diff) |
mesa: refactor: move glClear, glClearColor into new clear.c file.
Diffstat (limited to 'src/mesa/main/sources')
-rw-r--r-- | src/mesa/main/sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/sources b/src/mesa/main/sources index 60b6b5dc3f..8043f4369e 100644 --- a/src/mesa/main/sources +++ b/src/mesa/main/sources @@ -11,6 +11,7 @@ attrib.c \ blend.c \ bufferobj.c \ buffers.c \ +clear.c \ clip.c \ colortab.c \ context.c \ @@ -84,6 +85,7 @@ bitset.h \ blend.h \ bufferobj.h \ buffers.h \ +clear.h \ clip.h \ colormac.h \ colortab.h \ |