Searched refs:this_version (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/bin/
H A Dgen_release_notes.py50 Mesa ${this_version} is a new development release. People who are concerned
52 wait for Mesa ${this_version[:-1]}1.
54 Mesa ${this_version} is a bug fix release which fixes bugs found since the ${previous_version} release.
57 Mesa ${this_version} implements the OpenGL ${gl_version} API, but the version reported by
64 Mesa ${this_version} implements the Vulkan ${vk_version} API, but the version reported by
306 this_version = calculate_next_version(version, is_point_release)
308 header = f'Mesa {this_version} Release Notes / {today}'
316 final = pathlib.Path(__file__).parent.parent / 'docs' / 'relnotes' / f'{this_version}.rst'
325 this_version=this_version,
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dglsl_parser_extras.h114 unsigned this_version = this->forced_language_version local in function:_mesa_glsl_parse_state::is_version
117 && this_version >= required_version;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dglsl_parser_extras.h112 unsigned this_version = this->forced_language_version local in function:_mesa_glsl_parse_state::is_version
115 && this_version >= required_version;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst1720 \`previous_version\` and \`next_version\` to \`this_version\`

Completed in 13 milliseconds