Skip to content

intel/decoder: A bug fix for aubinator's --xml param, and some minor refactors

Jordan Justen requested to merge jljusten/mesa:decoder-genxml-filenames into main

A couple simpler patches from !20593 (merged).

intel/decoder: Fix xml filename when verx10 % 10 is not 0 is a bug fix. A couple tools, like aubinator can take a command line parameter to load genxml files from the filesystem rather than using the packed genxml files. This feature is probably not ever used by anyone, but it had a bug if verx10 % 10 != 0. (For example, haswell, or dg2.)

Merge request reports