Home
last modified time | relevance | path

Searched refs:_NEW_COLOR (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dblend.h103 FLUSH_VERTICES(ctx, _NEW_COLOR, GL_COLOR_BUFFER_BIT); in _mesa_flush_vertices_for_blend_adv()
Ddebug.c85 (state & _NEW_COLOR) ? "ctx->Color, " : "", in _mesa_print_state()
Dmtypes.h2817 #define _NEW_COLOR (1u << 3) /**< gl_context::Color */ macro
Denable.c409 FLUSH_VERTICES(ctx, _NEW_COLOR | _NEW_FF_FRAG_PROGRAM, in _mesa_set_enable()
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c918 return _NEW_COLOR; in _mesa_program_state_flags()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst3502 - mesa: don't update the fixed-func frag prog on irrelevant _NEW_COLOR changes