Searched refs:_NEW_FOG (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | fog.c | 107 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()
|
D | debug.c | 87 (state & _NEW_FOG) ? "ctx->Fog, " : "", in _mesa_print_state()
|
D | mtypes.h | 2820 #define _NEW_FOG (1u << 6) /**< gl_context::Fog */ macro 2872 _NEW_FOG | \
|
D | enable.c | 530 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/ |
D | prog_statevars.c | 842 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/ |
D | st_context.c | 143 if (new_state & _NEW_FOG) in st_invalidate_state()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 3500 - mesa: don't update fixed-func programs on irrelevant _NEW_FOG changes
|