Home
last modified time | relevance | path

Searched refs:driconf (Results 1 – 25 of 26) sorted by relevance

12

/external/mesa3d/src/util/tests/
Dxmlconfig.cpp51 driOptionDescription driconf[] = { in TEST_F() local
56 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf)); in TEST_F()
64 driOptionDescription driconf[] = { in TEST_F() local
68 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf)); in TEST_F()
75 driOptionDescription driconf[] = { in TEST_F() local
79 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf)); in TEST_F()
86 driOptionDescription driconf[] = { in TEST_F() local
90 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf)); in TEST_F()
97 driOptionDescription driconf[] = { in TEST_F() local
101 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf)); in TEST_F()
[all …]
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader_drm.c255 return ddev->dd->driconf; in pipe_loader_drm_get_driconf()
270 driOptionDescription *driconf = NULL; in pipe_loader_drm_get_driconf_by_name() local
279 size_t size = sizeof(*driconf) * *count; in pipe_loader_drm_get_driconf_by_name()
280 driconf = malloc(size); in pipe_loader_drm_get_driconf_by_name()
281 memcpy(driconf, dd->driconf, size); in pipe_loader_drm_get_driconf_by_name()
286 return driconf; in pipe_loader_drm_get_driconf_by_name()
/external/mesa3d/src/gallium/auxiliary/target-helpers/
Ddrm_helper.h16 .driconf = _driconf, \
36 #define DRM_DRIVER_DESCRIPTOR(driver, driconf, driconf_count) \ argument
37 …PUBLIC DEFINE_DRM_DRIVER_DESCRIPTOR(driver_descriptor, driver, driconf, driconf_count, pipe_##driv…
41 #define DRM_DRIVER_DESCRIPTOR_ALIAS(driver, alias, driconf, driconf_count) argument
45 #define DRM_DRIVER_DESCRIPTOR(driver, driconf, driconf_count) \ argument
46 …DEFINE_DRM_DRIVER_DESCRIPTOR(driver##_driver_descriptor, driver, driconf, driconf_count, pipe_##dr…
57 #define DRM_DRIVER_DESCRIPTOR_ALIAS(driver, alias, driconf, driconf_count) \ argument
58 DEFINE_DRM_DRIVER_DESCRIPTOR(alias##_driver_descriptor, alias, driconf, \
/external/mesa3d/src/gallium/auxiliary/postprocess/
DADDING19 3. Make it known to driconf
46 Name is the config option your filter will be enabled by, both in driconf and as an env var.
60 3. Make it known to driconf
64 src/util/driconf.h.
67 With driconf aware of the option, make Gallium aware of it too. Add it to
/external/mesa3d/src/gallium/include/frontend/
Ddrm_driver.h25 const struct driOptionDescription *driconf; member
/external/mesa3d/src/gallium/drivers/iris/
Diris_screen.c369 return screen->driconf.disable_throttling ? 0 : 1; in iris_get_param()
810 screen->driconf.dual_color_blend_by_location = in iris_screen_create()
812 screen->driconf.disable_throttling = in iris_screen_create()
814 screen->driconf.always_flush_cache = in iris_screen_create()
Diris_screen.h180 } driconf; member
Diris_context.h844 if (unlikely(batch->screen->driconf.always_flush_cache)) \
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_driinfo.h.in3 // 1. Define the tweak in util/driconf.h and also add
/external/mesa3d/docs/relnotes/
D20.1.6.rst52 - driconf: Support selection by Vulkan applicationName.
83 - driconf: fix force_gl_vendor description
D18.3.5.rst178 - radeonsi: add driconf option radeonsi_enable_nir
180 - driconf: add Civ6Sub executable for Civilization 6
D19.1.7.rst75 - anv: add support for driconf
D20.1.7.rst142 - radeonsi,driconf: add clamp_div_by_zero option
D20.3.0.rst56 - driconf: add glx_extension_override
58 - driconf: add indirect_gl_extension_override
837 - driconf: Support selection by Vulkan applicationName.
850 - radv,gallium: Add driconf option to reduce advertised VRAM size.
1551 - gallium/drm: Make the pipe loader handle the driconf merging.
1553 - virgl: Clean up the driconf definition of GLES_SAMPLES_PASSED_VALUE.
1554 - driconf: Use nesting macros for defining options.
1571 - driconf: Eliminate the DRI_CONF_OPT_BEGIN_B macro.
1572 - driconf: Fix extra quoting on "Jimenez'".
1574 - driconf: Make a DRI_CONF_OPT_S() for string options.
[all …]
D13.0.6.rst188 - i965: Support the force_glsl_version driconf option.
D19.2.0.rst203 - anv: add support for driconf
D20.2.0.rst915 - driconf: Support selection by Vulkan applicationName.
1945 - driconf: drop 28% catalan translation
1946 - driconf: drop 15% german translation
1947 - driconf: drop 26% spanish translation
1948 - driconf: drop 6% french translation
1949 - driconf: drop 8% dutch translation
1950 - driconf: drop 9% swedish translation
1951 - driconf: drop now unused translation facility
1952 - util: rename xmlpool.h to driconf.h
2018 - driconf: fix force_gl_vendor description
[all …]
D19.1.0.rst769 - radv: Add support for driconf.
1531 - driconf: drop unused macro
1559 - driconf: add DTD to allow the drirc xml (00-mesa-defaults.conf) to be
3346 - iris: Add mechanism for iris-specific driconf options
3347 - iris: Enable the dual_color_blend_by_location driconf option.
3655 - radeonsi: add driconf option radeonsi_enable_nir
3657 - driconf: add Civ6Sub executable for Civilization 6
D19.3.0.rst1194 - anv: add support for driconf
2067 - iris: Actually describe bo_reuse driconf option
2074 - iris: Support the disable_throttling=true driconf option.
2132 - driconf, glsl: Add a vs_position_always_invariant option
3198 - iris: use driconf for 'bo_reuse' parameter
D20.0.0.rst155 - Create a way to prefer iris vs i965 via driconf
1628 - anv: Respect the always_flush_cache driconf option
1692 - vulkan/wsi: Add a driconf option to force WSI to advertise
1941 - driconf, glsl: Add a vs_position_always_invariant option
D19.0.0.rst1822 - radeonsi: add driconf option radeonsi_enable_nir
1824 - driconf: add Civ6Sub executable for Civilization 6
1957 - util: Add adaptive_sync driconf option
D20.1.0.rst3072 - driconf: enable glthread for "From The Depths"
3127 - driconf: whilelist more games for glthread
3418 - driconf: add force_integer_tex_nearest option
/external/mesa3d/docs/gallium/
Dpostprocess.rst9 The filters can be toggled per-app via driconf, or per-session via the
/external/mesa3d/docs/
Dapplication-issues.rst16 `driconf <https://dri.freedesktop.org/wiki/DriConf>`__ tool, set the
/external/mesa3d/src/util/
D00-mesa-defaults.conf31 <!DOCTYPE driconf [
32 <!ELEMENT driconf (device+)>
55 <driconf>

12