glvreplay_xgl: Add 'EnableLayers' setting to control which XGL validation layers...
authorPeter Lohrmann <peterl@valvesoftware.com>
Fri, 9 Jan 2015 20:34:50 +0000 (12:34 -0800)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 5 Feb 2015 00:58:06 +0000 (17:58 -0700)
commit418bc36eb149da85000a58909d60b4de74ee02c9
tree9d622986b27dd4c28fb653a6004ff4799ae6b554
parent9e0f7707be1cd85cd785609b4384848176c18ce4
glvreplay_xgl: Add 'EnableLayers' setting to control which XGL validation layers get enabled.

* The string is a comma separated list of layer names, defaulting to "Drawstate,ObjectTracker".
* Fix the way in which the settings are assigned to the default values, as the previous approach was attempting to delete the default 'EnableLayers' value, which would have caused problems eventually.
glave-generate.py