summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/spu/tri.c
blob: 949c3b4c8e5fe384c6cff01a0f02dae1ecc68a5c (plain)
1
2
3
4
5
6
7
8
9

#include "tri.h"

void
draw_triangle(int v1, int v2, int v3)
{


}