mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 13:20:10 +01:00
Revert "draw: revert using correct order for prim decomposition."
This reverts commit f97b731c82.
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/250
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
parent
acd36e488d
commit
a3c8bc10aa
1 changed files with 1 additions and 3 deletions
|
|
@ -3,8 +3,6 @@
|
|||
const boolean quads_flatshade_last = \
|
||||
draw->quads_always_flatshade_last; \
|
||||
const boolean last_vertex_last = \
|
||||
!(draw->rasterizer->flatshade && \
|
||||
draw->rasterizer->flatshade_first);
|
||||
/* FIXME: the draw->rasterizer->flatshade part is really wrong */
|
||||
!draw->rasterizer->flatshade_first;
|
||||
|
||||
#include "draw_decompose_tmp.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue