repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git]
/
workbench
/
libs
/
mesa
/
src
/
gallium
/
auxiliary
/
draw
/
draw_pt_decompose.h
blob
3127aad731024d01e6c6999aecc44d011d2cad04
1
#define LOCAL_VARS \
2
char *verts = (char *) vertices; \
3
const boolean last_vertex_last = \
4
!(draw->rasterizer->flatshade && \
5
draw->rasterizer->flatshade_first);
6
7
#include
"draw_decompose_tmp.h"