This commit is contained in:
parent
bfeef1bce5
commit
f338710074
38 changed files with 358 additions and 1018 deletions
|
@ -123,6 +123,7 @@ u32 *Tag;
|
|||
termPrim(StartOt);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/*****************************************************************************/
|
||||
LINE_F2 *DrawLine(int _x0,int _y0,int _x1,int _y1,int _r,int _g,int _b,int _ot)
|
||||
|
@ -150,7 +151,3 @@ LINE_G2 *DrawGLine(int _x0,int _y0,int _x1,int _y1,int _r1,int _g1,int _b1,int
|
|||
AddPrimToList(lg2,_ot);
|
||||
return lg2;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -15,10 +15,10 @@
|
|||
#include "gfx\primplus.h"
|
||||
#endif
|
||||
|
||||
#define MAX_OT (1024/2)
|
||||
#define MAX_OT (16)
|
||||
#define MAX_PRIMS (1024*4)
|
||||
|
||||
#define USE_NTAGS 1
|
||||
//#define USE_NTAGS 1
|
||||
|
||||
|
||||
/************************************************************************************/
|
||||
|
@ -150,6 +150,7 @@ typedef u32 sOT;
|
|||
|
||||
#undef addPrim
|
||||
#define AddPrim addPrim
|
||||
#define AddPrim addPrim
|
||||
#define addPrim( r0, r1 ) __asm__ ( \
|
||||
"lwl $12, 2( %0 );" \
|
||||
"sll $13, %1, 8;" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue