mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 14:50:10 +01:00
i915: remove occurances of _DD_NEW_x flags
Just use the corresponding _NEW_x flags intead. The _DD_NEW_x flags will be removed in a following patch. Reviewed-by: José Fonseca <jfonseca@vmware.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
f21dfa9d4b
commit
22d6268df7
1 changed files with 5 additions and 7 deletions
|
|
@ -34,13 +34,11 @@
|
|||
/** 3 dwords of state_immediate and 2 of 3dprim, in intel_flush_prim */
|
||||
#define INTEL_PRIM_EMIT_SIZE (5 * 4)
|
||||
|
||||
#define _INTEL_NEW_RENDERSTATE (_DD_NEW_LINE_STIPPLE | \
|
||||
_DD_NEW_TRI_UNFILLED | \
|
||||
_DD_NEW_TRI_LIGHT_TWOSIDE | \
|
||||
_DD_NEW_TRI_OFFSET | \
|
||||
_DD_NEW_TRI_STIPPLE | \
|
||||
_NEW_PROGRAM | \
|
||||
_NEW_POLYGONSTIPPLE)
|
||||
#define _INTEL_NEW_RENDERSTATE (_NEW_LINE | \
|
||||
_NEW_POLYGON | \
|
||||
_NEW_LIGHT | \
|
||||
_NEW_PROGRAM | \
|
||||
_NEW_POLYGONSTIPPLE)
|
||||
|
||||
extern void intelInitTriFuncs(struct gl_context * ctx);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue