Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8"?>
<application>
	<id type="desktop">qapitrace.desktop</id>
	<metadata_license>CC0-1.0</metadata_license>
	<project_license>MIT</project_license>
	<name>apitrace</name>
	<summary>Tools for tracing OpenGL</summary>
	<description>
		<p>
			apitrace consists of a set of tools to:
		</p>
		<ul>
			<li>Trace OpenGL, OpenGL ES calls to a file</li>
			<li>Replay OpenGL and OpenGL ES calls from a file</li>
			<li>Inspect OpenGL state at any call while retracing</li>
			<li>Visualize and edit trace files</li>
		</ul>
	</description>
	<screenshots>
		<screenshot type="default">
			<image>http://apitrace.github.io/images/screenshots/thumb/replay.png</image>
			<caption>Replay OpenGL calls</caption>
		</screenshot>
		<screenshot>
			<image>http://apitrace.github.io/images/screenshots/thumb/inspect.png</image>
			<caption>Inspect state at any call while replaying</caption>
		</screenshot>
		<screenshot>
			<image>http://apitrace.github.io/images/screenshots/uniforms.png</image>
			<caption>View call data</caption>
		</screenshot>
		<screenshot>
			<image>http://apitrace.github.io/images/screenshots/shader.edit.png</image>
			<caption>Edit trace files</caption>
		</screenshot>
		<screenshot>
			<image>http://apitrace.github.io/images/screenshots/thumb/profile.timeline.png</image>
			<caption>Profile performance of traces</caption>
		</screenshot>
	</screenshots>
	<url type="homepage">http://apitrace.github.io/</url>
	<updatecontact>manisandro@gmail.com</updatecontact>
</application>