Since we support more than d3d.
= Usage =
-* Copy d3d8.dll/d3d9.dll, d3dtrace.xsl, d3dtrace.css to the directory with the application you want to trace.
+* Copy d3d8.dll/d3d9.dll, apitrace.xsl, apitrace.css to the directory with the application you want to trace.
* Run the application.
* Open the output XML file with Firefox or Internet Explorer to view the log.
* For long XML files is better to use xml2txt.py script.
env.Tool('packaging')
zip = env.Package(
- NAME = 'd3dtrace',
- VERSION = '0.2',
+ NAME = 'apitrace',
+ VERSION = '0.3',
PACKAGEVERSION = 0,
PACKAGETYPE = 'zip',
LICENSE = 'lgpl',
- SUMMARY = 'Tool to trace Direct3D API calls from applications.',
- SOURCE_URL = 'http://cgit.freedesktop.org/~jrfonseca/d3dtrace/',
+ SUMMARY = 'Tool to trace Direct3D & OpenGL API calls from applications.',
+ SOURCE_URL = 'http://cgit.freedesktop.org/~jrfonseca/apitrace/',
source = [
'README',
'COPYING',
'COPYING.LESSER',
'd3d8.dll',
'd3d9.dll',
- 'd3dtrace.xsl',
- 'd3dtrace.css',
+ 'apitrace.xsl',
+ 'apitrace.css',
'xml2txt.py',
],
)
<html>
<head>
<title>D3D Trace</title>
- <link rel="stylesheet" type="text/css" href="d3dtrace.css"/>
+ <link rel="stylesheet" type="text/css" href="apitrace.css"/>
</head>
<body>
<ul class="calls">
_Open(name, "xml");
Write("<?xml version='1.0' encoding='UTF-8'?>");
NewLine();
- Write("<?xml-stylesheet type='text/xsl' href='d3dtrace.xsl'?>");
+ Write("<?xml-stylesheet type='text/xsl' href='apitrace.xsl'?>");
NewLine();
BeginTag("trace");
NewLine();