diff options
author | Brian Paul <[email protected]> | 2004-09-10 00:45:12 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-09-10 00:45:12 +0000 |
commit | 253204f9f0a1942a65e45d876f8d5f16d1a196a1 (patch) | |
tree | 0df0d502ad53bae86b479dbedd2b5bf9789d6878 /src/mesa/swrast | |
parent | 7e5c452efbee3f4df406d3c702e25c1d02285971 (diff) |
More updates for Doxygen.
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_context.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h index 9d14c89bd60..ea877a4bd25 100644 --- a/src/mesa/swrast/s_context.h +++ b/src/mesa/swrast/s_context.h @@ -29,6 +29,17 @@ * \author Keith Whitwell <[email protected]> */ +/** + * \mainpage swrast module + * + * This module, software rasterization, contains the software fallback + * routines for drawing points, lines, triangles, bitmaps and images. + * All rendering boils down to writing spans (arrays) of pixels with + * particular colors. The span-writing routines must be implemented + * by the device driver. + */ + + #ifndef S_CONTEXT_H #define S_CONTEXT_H |