[Mesa-dev] [PATCH 0/4] aubinator: construct correct genxml
Sagar Ghuge
sagar.ghuge at intel.com
Wed Sep 5 17:19:43 UTC 2018
I was just playing around with aubinator and I found out that it's
constructing incorrect gen xml filename when xml option is specified.
For e.g it's trying to locate Gen90.xml instead of Gen9.xml
This patch series fix memory leaks and construct correct gen xml
filename with/without xml option.
I am still getting familar with tool so please let me know if I
misunderstood things while fixing the problem.
Sagar Ghuge (4):
intel/decoder: add gen_spec_init method
intel/decoder: Avoid freeing invalid pointer
intel/decoder: construct correct xml filename
intel: aubinator: Fix memory leaks
src/intel/common/gen_decoder.c | 73 ++++++++++++++++++++++------------
src/intel/tools/aubinator.c | 25 ++++++++++++
2 files changed, 72 insertions(+), 26 deletions(-)
--
2.17.1
More information about the mesa-dev
mailing list