intel: aubinator: print field values if available
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Fri, 14 Oct 2016 23:27:06 +0000 (00:27 +0100)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Tue, 1 Nov 2016 22:37:56 +0000 (22:37 +0000)
commita28db12e214df94d601fcbbf09c776403c8d9384
treec43a055a5f7dbf3ebd4accdb6ffef35fd4c759c6
parent74c4c84482b9659805ef3d796fba81815e70ed28
intel: aubinator: print field values if available

Turning this :

sampler state 0
    Sampler Disable: false
    Texture Border Color Mode: 0
    LOD PreClamp Enable: 1
    Base Mip Level: 0.000000
    Mip Mode Filter: 0
    Mag Mode Filter: 1
    Min Mode Filter: 1
    Texture LOD Bias: foo
    Anisotropic Algorithm: 0

into this :

sampler state 0
    Sampler Disable: false
    Texture Border Color Mode: 0 (DX10/OGL)
    LOD PreClamp Enable: 1 (OGL)
    Base Mip Level: 0.000000
    Mip Mode Filter: 0 (NONE)
    Mag Mode Filter: 1 (LINEAR)
    Min Mode Filter: 1 (LINEAR)
    Texture LOD Bias: foo
    Anisotropic Algorithm: 0 (LEGACY)

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Sirisha Gandikota<sirisha.gandikota@intel.com>
src/intel/tools/aubinator.c
src/intel/tools/decoder.c
src/intel/tools/decoder.h