]> git.cworth.org Git - apitrace/commit
Encode the snapshots as png's.
authorZack Rusin <zack@kde.org>
Mon, 25 Apr 2011 04:05:48 +0000 (00:05 -0400)
committerZack Rusin <zack@kde.org>
Mon, 25 Apr 2011 04:05:48 +0000 (00:05 -0400)
commitaa0a7822338b32e0cca2a984759cda0e8c846457
tree9f6566abeee4661f5d693cada99bb5ab2629d839
parent2d7dd22de6002db8187162deed8e85aca8499031
Encode the snapshots as png's.

Saves between 2x and 1000x of space when passing them to the gui.
It's also a huge performance win because the json parser needs to
parse between 2x and 1000x less data.
glstate.py
gui/apisurface.cpp
image.cpp
image.hpp