]> git.cworth.org Git - apitrace/commit
Take GL_SAMPLER_BINDING in consideration.
authorMin-Yu Huang <min-yuhuang@vmware.com>
Mon, 19 Aug 2013 14:41:52 +0000 (15:41 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 19 Aug 2013 14:47:35 +0000 (15:47 +0100)
commit778420084d839635d672dab1d65368618592bd5d
tree4c4e24660f3c24539424078f03205cfbfdabb59c
parent8cf630712592eea93b1a1988a0875fe293e6aea8
Take GL_SAMPLER_BINDING in consideration.

Fixed the issue that GL_SAMPLER_BINDING is only shown globally under
'Parameters' for the last activated texture unit.  We should show
GL_SAMPLER_BINDING for each texture unit.

In this change, we also introduce GL_SAMPLER under each texture unit if
the sampler is bound.

Signed-off-by: José Fonseca <jfonseca@vmware.com>
retrace/glstate_params.py
specs/glparams.py