mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
Revert "draw: revert using correct order for prim decomposition."
This reverts commitf97b731c82. Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/250 Reviewed-by: Roland Scheidegger <sroland@vmware.com> (cherry picked from commita3c8bc10aa)
This commit is contained in:
parent
38c8af9e2a
commit
336f59f8ba
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