mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 19:30:11 +01:00
mesa: remove _DD_NEW_x flags
They're no longer used anywhere. Reviewed-by: José Fonseca <jfonseca@vmware.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
d2b849a227
commit
291e4104ae
1 changed files with 0 additions and 21 deletions
|
|
@ -3087,27 +3087,6 @@ struct gl_matrix_stack
|
|||
/*@}*/
|
||||
|
||||
|
||||
/**
|
||||
* \name Define the state changes under which each of these bits might change
|
||||
*/
|
||||
/*@{*/
|
||||
#define _DD_NEW_FLATSHADE _NEW_LIGHT
|
||||
#define _DD_NEW_SEPARATE_SPECULAR (_NEW_LIGHT | _NEW_FOG | _NEW_PROGRAM)
|
||||
#define _DD_NEW_TRI_CULL_FRONT_BACK _NEW_POLYGON
|
||||
#define _DD_NEW_TRI_LIGHT_TWOSIDE _NEW_LIGHT
|
||||
#define _DD_NEW_TRI_UNFILLED _NEW_POLYGON
|
||||
#define _DD_NEW_TRI_SMOOTH _NEW_POLYGON
|
||||
#define _DD_NEW_TRI_STIPPLE _NEW_POLYGON
|
||||
#define _DD_NEW_TRI_OFFSET _NEW_POLYGON
|
||||
#define _DD_NEW_LINE_SMOOTH _NEW_LINE
|
||||
#define _DD_NEW_LINE_STIPPLE _NEW_LINE
|
||||
#define _DD_NEW_LINE_WIDTH _NEW_LINE
|
||||
#define _DD_NEW_POINT_SMOOTH _NEW_POINT
|
||||
#define _DD_NEW_POINT_SIZE _NEW_POINT
|
||||
#define _DD_NEW_POINT_ATTEN _NEW_POINT
|
||||
/*@}*/
|
||||
|
||||
|
||||
/**
|
||||
* Composite state flags
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue