You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Utkarsh Dalal
committed
diag: add WRAPPER_DIAG_TEX texture-path dump
WRAPPER_DIAG_TEX=1 records, for each BCn CPU upload, the real parameters
(source stride, target format, and the destination image's format / extent /
mip count / tiling / usage / flags) and dumps the leading source BC7 bytes plus
our transcode output to wrapper_tex_<appid>.txt. This localizes a corrupt-
texture case (e.g. Xclipse renders BC7 as static even via RGBA-CPU): the
transcode can be verified byte-for-byte offline against the reference decoder,
and any stride/format/tiling mismatch in how the image is uploaded becomes
visible. Off unless set; instruments the CPU path (run with WRAPPER_BCN_GPU=0).
0 commit comments