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

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to