From: Carl Worth Date: Mon, 13 Aug 2012 00:50:04 +0000 (-0700) Subject: Make glxsimple loop over all drawing methods multiple times X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=9b9115ace4d56dbc9fad2c2f673a352779d71101;hp=9b9115ace4d56dbc9fad2c2f673a352779d71101;p=apitrace-tests Make glxsimple loop over all drawing methods multiple times We now have 3 different drawing methods, each performed two times, and in a total of 6 different colors. Looping over theese things twice means that we can trim out a single frame of any one method and ensure that "apitrace trim" has some non-trivial trimming to do both before and after the frame of interest. ---