Home
last modified time | relevance | path

Searched refs:_NEW_FOG (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dfog.c107 FLUSH_VERTICES(ctx, _NEW_FOG, GL_FOG_BIT); in _mesa_Fogfv()
121 FLUSH_VERTICES(ctx, _NEW_FOG, GL_FOG_BIT); in _mesa_Fogfv()
127 FLUSH_VERTICES(ctx, _NEW_FOG, GL_FOG_BIT); in _mesa_Fogfv()
133 FLUSH_VERTICES(ctx, _NEW_FOG, GL_FOG_BIT); in _mesa_Fogfv()
141 FLUSH_VERTICES(ctx, _NEW_FOG, GL_FOG_BIT); in _mesa_Fogfv()
147 FLUSH_VERTICES(ctx, _NEW_FOG, GL_FOG_BIT); in _mesa_Fogfv()
166 FLUSH_VERTICES(ctx, _NEW_FOG | _NEW_FF_VERT_PROGRAM, GL_FOG_BIT); in _mesa_Fogfv()
179 FLUSH_VERTICES(ctx, _NEW_FOG | _NEW_FF_VERT_PROGRAM, GL_FOG_BIT); in _mesa_Fogfv()
Ddebug.c87 (state & _NEW_FOG) ? "ctx->Fog, " : "", in _mesa_print_state()
Dmtypes.h2820 #define _NEW_FOG (1u << 6) /**< gl_context::Fog */ macro
2872 _NEW_FOG | \
Denable.c530 FLUSH_VERTICES(ctx, _NEW_FOG | _NEW_FF_FRAG_PROGRAM, in _mesa_set_enable()
993 FLUSH_VERTICES(ctx, _NEW_FOG | _NEW_FF_FRAG_PROGRAM, in _mesa_set_enable()
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c842 return _NEW_FOG | _NEW_BUFFERS | _NEW_FRAG_CLAMP; in _mesa_program_state_flags()
845 return _NEW_FOG; in _mesa_program_state_flags()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c143 if (new_state & _NEW_FOG) in st_invalidate_state()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst3500 - mesa: don't update fixed-func programs on irrelevant _NEW_FOG changes