New 'draw' module for primitive drawing (clipping, culling, etc).

This commit is contained in:
Brian
2007-07-09 16:14:26 -06:00
parent 9fbdf50078
commit 279ffe3f16
21 changed files with 372 additions and 338 deletions

View File

@@ -28,11 +28,11 @@
/* Authors:
* Brian Paul
*/
#include "imports.h"
#include "sp_context.h"
#include "sp_state.h"
#include "sp_draw.h"