- 17 Mar, 2021 1 commit
-
-
Gert Wollny authored
The traces that were already in the repository were converted to snappy, then trimmed to their last frame Nrespectively, and repacked back to brotli with quality 11. CS, CS-source, and Portal2, didn't require any specific handling and were trimmed by running apitrace gltrim -f N -o $f-v2.trace $f.trace For Half Life 2 additional setup frames were needed and the trim command command was apitrace gltrim -s 243-476 -f490 $f-v2.trace $f.trace The resulting traces all consist of a setup frame an the final frame from the original trace. Signed-off-by:
Gert Wollny <gert.wollny@collybora.com> Reviewed-by:
Eric Anholt <eric@anholt.net> Part-of: <!30>
-
- 20 Jan, 2021 1 commit
-
-
Emma Anholt authored
I got an ack from @Plagman to include Valve titles in traces-db. These come from the traces that Chrome OS uses, trimmed by me to be shorter (just get to an interesting frame in the game), and repacked to brotli level 11 to save disk space. CS: 17MB CS Source: 71MB HL2: 102MB Portal 2: 223MB Acked-by:
Daniel Stone <daniels@collabora.com> Acked-by:
Pierre-Loup Griffais <pgriffais@valvesoftware.com> Part-of: <!27>
-