Sign in
fuchsia
/
third_party
/
mesa
/
7eff0d2b630760cf56c38b2f1cd9c0ba3712204f
/
.
/
src
/
gallium
/
auxiliary
/
draw
/
draw_pt_decompose.h
blob: 0b2522c08f0648665ea4736bfb9eee0ead57d3eb [
file
] [
log
] [
blame
]
#define
LOCAL_VARS \
char
*
verts
=
(
char
*)
vertices
;
\
const
boolean
quads_flatshade_last
=
\
draw
->
quads_always_flatshade_last
;
\
const
boolean
last_vertex_last
=
\
!
draw
->
rasterizer
->
flatshade_first
;
#include
"draw_decompose_tmp.h"