From: Zack Rusin Date: Fri, 11 Oct 2013 22:02:26 +0000 (-0400) Subject: Implement grouping of calls. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=d9d9d22837705de6a2c42ad3f9b23223a2b98fe0;hp=d9d9d22837705de6a2c42ad3f9b23223a2b98fe0;p=apitrace Implement grouping of calls. Use glPushDebugGroup and glPopDebugGroup to create nested groups of calls. It makes it easy to neatly group related calls (e.g. from nested function calls) into subgroups. ---