Skip to content

Commit

Permalink
Disable astc for debug
Browse files Browse the repository at this point in the history
Tracked-On:
Signed-off-by: ZhuChenyanX <[email protected]>
  • Loading branch information
ZhuChenyanX authored and chenyanxzhu committed Nov 21, 2024
1 parent e68f165 commit fafeff1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/gallium/auxiliary/pipe-loader/driinfo_gallium.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ DRI_CONF_SECTION_DEBUG
DRI_CONF_FORCE_GL_NAMES_REUSE(false)
DRI_CONF_FORCE_GL_MAP_BUFFER_SYNCHRONIZED(false)
DRI_CONF_TRANSCODE_ETC(false)
DRI_CONF_TRANSCODE_ASTC(true)
DRI_CONF_TRANSCODE_ASTC(false)
DRI_CONF_FORCE_GL_VENDOR()
DRI_CONF_FORCE_GL_RENDERER()
DRI_CONF_OVERRIDE_VRAM_SIZE()
Expand Down
4 changes: 0 additions & 4 deletions src/intel/vulkan/anv_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,7 @@ static const driOptionDescription anv_dri_options[] = {
DRI_CONF_ANV_MESH_CONV_PRIM_ATTRS_TO_VERT_ATTRS(-2)
DRI_CONF_FORCE_VK_VENDOR(0)
DRI_CONF_FAKE_SPARSE(false)
#if defined(ANDROID) && ANDROID_API_LEVEL >= 32
DRI_CONF_VK_REQUIRE_ASTC(true)
#else
DRI_CONF_VK_REQUIRE_ASTC(false)
#endif
DRI_CONF_VK_DESCRIPTOR_POOL_64K_ALIGNMENT(false)
DRI_CONF_SECTION_END

Expand Down

0 comments on commit fafeff1

Please sign in to comment.