From 163f6d87c524b9e20e7f27cbe133c039c93285aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Mon, 13 Apr 2009 16:23:21 +0100 Subject: [PATCH] Rename to apitrace. Since we support more than d3d. --- README | 2 +- SConstruct | 12 ++++++------ d3dtrace.css => apitrace.css | 0 d3dtrace.xsl => apitrace.xsl | 2 +- log.cpp | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) rename d3dtrace.css => apitrace.css (100%) rename d3dtrace.xsl => apitrace.xsl (97%) diff --git a/README b/README index f061237..f169706 100644 --- a/README +++ b/README @@ -66,7 +66,7 @@ See the scons manpage for more info. = 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. diff --git a/SConstruct b/SConstruct index 84564c4..a615373 100644 --- a/SConstruct +++ b/SConstruct @@ -162,21 +162,21 @@ env.Default(opengl32) 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', ], ) diff --git a/d3dtrace.css b/apitrace.css similarity index 100% rename from d3dtrace.css rename to apitrace.css diff --git a/d3dtrace.xsl b/apitrace.xsl similarity index 97% rename from d3dtrace.xsl rename to apitrace.xsl index 3a786df..1e0b631 100644 --- a/d3dtrace.xsl +++ b/apitrace.xsl @@ -29,7 +29,7 @@ along with this program. If not, see . D3D Trace - +