Home
last modified time | relevance | path

Searched refs:force_glsl_version (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_driconf.c45 query_int_option(force_glsl_version); in u_driconf_fill_st_options()
/third_party/mesa3d/src/gallium/include/frontend/
Dapi.h222 unsigned force_glsl_version; member
/third_party/mesa3d/docs/relnotes/
D21.1.5.rst134 - glsl: force_glsl_version to shaders with no defined version
D13.0.6.rst188 - i965: Support the force_glsl_version driconf option.
D21.2.0.rst4961 - glsl: force_glsl_version to shaders with no defined version
/third_party/mesa3d/src/util/
Ddriconf.h168 DRI_CONF_OPT_I(force_glsl_version, def, 0, 999, \
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1187 if (options->force_glsl_version > 0 && in st_init_extensions()
1188 options->force_glsl_version <= GLSLVersion) { in st_init_extensions()
1189 consts->ForceGLSLVersion = options->force_glsl_version; in st_init_extensions()
/third_party/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c694 attribs.options.force_glsl_version = 0; in OSMesaCreateContextAttribs()