]> git.cworth.org Git - apitrace/log
apitrace
11 years agocli: Rename replay -> retrace.
José Fonseca [Sun, 18 Nov 2012 15:45:27 +0000 (15:45 +0000)]
cli: Rename replay -> retrace.

For consistency with the current terminology.

11 years agocli: Rename replay -> retrace.
José Fonseca [Sun, 18 Nov 2012 15:45:27 +0000 (15:45 +0000)]
cli: Rename replay -> retrace.

For consistency with the current terminology.

11 years agocli: Add a simple "apitrace replay" sub-command.
Carl Worth [Mon, 20 Aug 2012 16:45:27 +0000 (09:45 -0700)]
cli: Add a simple "apitrace replay" sub-command.

This calls out to glretrace in order to replay a trace. Currently it
only supports the -w,--wait option, (and not yet any of the profiling
support).

With this command and the existing "apitrace dump-images", we're quite
close to being able to relegate glretrace to an implementation detail
used by the apitrace program, (such that soon, it won't be necessary
to provide glretrace on the user's PATH).

11 years agodump-images: Execute glretrace from source dir when running uninstalled
Carl Worth [Sun, 12 Aug 2012 23:36:48 +0000 (16:36 -0700)]
dump-images: Execute glretrace from source dir when running uninstalled

Previously, we've had code to carefully find wrappers and scripts
relative to an apitrace binary being run from an uninstalled
directory. This is extremely useful while testing an experimental
feature before installing said experimental code.

Similarly, provide a findProgram function to do the same thing for an
executable program and use it within "apitrace dump-images" when
invoking glretrace.

11 years agoMove trace::findWrapper to trace_resource.cpp
Carl Worth [Sun, 12 Aug 2012 23:01:09 +0000 (16:01 -0700)]
Move trace::findWrapper to trace_resource.cpp

It's not actually used outside of trace_tools_trace.cpp, but it is so
similar to the existing trace::findScript in trace_resource.cpp that
there are benefits to having them defined in the same file.

11 years agod3d: And d3dcommonsize.hpp too.
José Fonseca [Sun, 18 Nov 2012 11:57:56 +0000 (11:57 +0000)]
d3d: And d3dcommonsize.hpp too.

sigh..

11 years agod3d8: Add missing d3d8size.hpp file.
José Fonseca [Sun, 18 Nov 2012 10:58:56 +0000 (10:58 +0000)]
d3d8: Add missing d3d8size.hpp file.

11 years agod3d8: Update specs to match d3d9.
José Fonseca [Sun, 18 Nov 2012 09:21:48 +0000 (09:21 +0000)]
d3d8: Update specs to match d3d9.

And vice versa.

11 years agopickle: Try to silence clang warnings.
José Fonseca [Sat, 17 Nov 2012 11:44:43 +0000 (11:44 +0000)]
pickle: Try to silence clang warnings.

11 years agogltrace: Rely on polymorphism for indices instead of special case.
José Fonseca [Sat, 17 Nov 2012 11:44:28 +0000 (11:44 +0000)]
gltrace: Rely on polymorphism for indices instead of special case.

11 years agogltrace: Respect length argument in glShaderSource(ARB)
José Fonseca [Sat, 17 Nov 2012 10:18:08 +0000 (10:18 +0000)]
gltrace: Respect length argument in glShaderSource(ARB)

11 years agotracediff: Merge tracediff2.py and tracediff.py
José Fonseca [Fri, 16 Nov 2012 22:19:10 +0000 (22:19 +0000)]
tracediff: Merge tracediff2.py and tracediff.py

11 years agodoc: Update examples to use call 0.
José Fonseca [Fri, 16 Nov 2012 21:29:40 +0000 (21:29 +0000)]
doc: Update examples to use call 0.

Call numbers start from 0, but examples gave the impression it started
from call 1.

11 years agod3d11: Ensure IDXGIFactory1 interface is not forgotten.
José Fonseca [Fri, 16 Nov 2012 20:06:20 +0000 (20:06 +0000)]
d3d11: Ensure IDXGIFactory1 interface is not forgotten.

11 years agospecs: Mark CheckMultisampleQualityLevels as no side effects / verbose.
José Fonseca [Fri, 16 Nov 2012 20:05:54 +0000 (20:05 +0000)]
specs: Mark CheckMultisampleQualityLevels as no side effects / verbose.

11 years agod3d11: Several spec fixes.
José Fonseca [Fri, 16 Nov 2012 19:13:20 +0000 (19:13 +0000)]
d3d11: Several spec fixes.

11 years agoretrace: Use different methods for writing int/floats.
José Fonseca [Thu, 15 Nov 2012 13:36:09 +0000 (13:36 +0000)]
retrace: Use different methods for writing int/floats.

More efficient code, less compiler warnings.

11 years agogui: Silence unused var warning.
José Fonseca [Thu, 15 Nov 2012 13:35:22 +0000 (13:35 +0000)]
gui: Silence unused var warning.

11 years agoos: Fix thread copy constructor.
José Fonseca [Thu, 15 Nov 2012 13:35:08 +0000 (13:35 +0000)]
os: Fix thread copy constructor.

11 years agoretrace: Fix MSVC build.
José Fonseca [Wed, 14 Nov 2012 14:47:51 +0000 (14:47 +0000)]
retrace: Fix MSVC build.

11 years agod3dretrace: More robust against DXGI missing calls.
José Fonseca [Wed, 14 Nov 2012 14:02:35 +0000 (14:02 +0000)]
d3dretrace: More robust against DXGI missing calls.

11 years agoparse: More flags.
José Fonseca [Wed, 14 Nov 2012 14:01:56 +0000 (14:01 +0000)]
parse: More flags.

11 years agod3dretrace: Basic D3D11 snap-shooting.
José Fonseca [Wed, 14 Nov 2012 11:46:58 +0000 (11:46 +0000)]
d3dretrace: Basic D3D11 snap-shooting.

11 years agoparse: recognize more rendering calls.
José Fonseca [Wed, 14 Nov 2012 11:46:11 +0000 (11:46 +0000)]
parse: recognize more rendering calls.

11 years agoretrace: Allow multiple dumpers to co-exist.
José Fonseca [Wed, 14 Nov 2012 09:17:35 +0000 (09:17 +0000)]
retrace: Allow multiple dumpers to co-exist.

11 years agod3d11: Fix map swizlling.
José Fonseca [Wed, 14 Nov 2012 08:45:58 +0000 (08:45 +0000)]
d3d11: Fix map swizlling.

11 years agoMerge branch 'modules'
José Fonseca [Wed, 14 Nov 2012 07:23:22 +0000 (07:23 +0000)]
Merge branch 'modules'

11 years agoUpdate use/mention of options.
José Fonseca [Wed, 14 Nov 2012 07:21:01 +0000 (07:21 +0000)]
Update use/mention of options.

11 years agoglretrace: Use getopt rather than manual parsing of command-line options
Carl Worth [Sun, 12 Aug 2012 19:44:50 +0000 (12:44 -0700)]
glretrace: Use getopt rather than manual parsing of command-line options

This allows for better consistency with other apitrace command-line
interface. It also provids for several new full-name options where
previously only a single-letter option was available,
(--snapshot-prefix for -s, --verbose for -v, et.).

We use getopt_long_only here to maintain compatibility with the older
style of long options with one dash (-core) as well as providing the
double-dash version )--core).

It would now be quite convenient to regularize the command-line
interface to glretrace in several ways. None of these are performed in
this commit to avoid breaking compatibility with existing scripts,
etc.:

  * Give multi-letter, abbreviated options (--pcpu, etc.) proper
    long-form names (--profile-cpu).

  * Combine related options under a single name (--pcpu and --pgpu
    could be something like --profile=cpu,gpu).

  * Combine options with the same meaning that would never be used
    independently. Snapshot generation and snapshot comparison are
    different modes. Meanwhile, prefix selection and call selection
    should apply identically to either mode. So both modes can use a
    single set of options (--prefix and --calls) rather than having
    separate --snapshot-prefix and --snapshot options.

11 years agoMove static boolOption function to trace::boolOption
Carl Worth [Sun, 12 Aug 2012 23:48:10 +0000 (16:48 -0700)]
Move static boolOption function to trace::boolOption

Other programs will also want to be able to parse Boolean command-line
options, so we should share this code in order to easily get
consistent behavior.

11 years agowrappers: Cleanup .def files formating.
José Fonseca [Tue, 13 Nov 2012 22:58:07 +0000 (22:58 +0000)]
wrappers: Cleanup .def files formating.

11 years agod3d11: Export DXGI entrypoints.
José Fonseca [Tue, 13 Nov 2012 22:55:40 +0000 (22:55 +0000)]
d3d11: Export DXGI entrypoints.

Some apps use them.

11 years agod2d: Silence MinGW linker warnings.
José Fonseca [Tue, 13 Nov 2012 22:38:34 +0000 (22:38 +0000)]
d2d: Silence MinGW linker warnings.

11 years agoretrace: More diagnostic information.
José Fonseca [Tue, 13 Nov 2012 21:37:42 +0000 (21:37 +0000)]
retrace: More diagnostic information.

11 years agod3dretrace: Handle Software devices.
José Fonseca [Tue, 13 Nov 2012 21:37:24 +0000 (21:37 +0000)]
d3dretrace: Handle Software devices.

11 years agod2d: Make it actually work.
José Fonseca [Tue, 13 Nov 2012 19:53:47 +0000 (19:53 +0000)]
d2d: Make it actually work.

11 years agotrace: Fix thinko on error checking.
José Fonseca [Tue, 13 Nov 2012 11:13:38 +0000 (11:13 +0000)]
trace: Fix thinko on error checking.

11 years agod3dretrace: Merge d3d9 and d3d10 retracing.
José Fonseca [Tue, 13 Nov 2012 09:28:23 +0000 (09:28 +0000)]
d3dretrace: Merge d3d9 and d3d10 retracing.

11 years agod2d1,dwrite: Trace both APIs together.
José Fonseca [Tue, 13 Nov 2012 08:21:15 +0000 (08:21 +0000)]
d2d1,dwrite: Trace both APIs together.

11 years agod3dretrace: Drop retraceModule helper
José Fonseca [Sun, 11 Nov 2012 16:11:26 +0000 (16:11 +0000)]
d3dretrace: Drop retraceModule helper

11 years agod3dretrace: Single retrace for d3d10 and higher
José Fonseca [Sun, 11 Nov 2012 10:05:09 +0000 (10:05 +0000)]
d3dretrace: Single retrace for d3d10 and higher

11 years agod3dretrace: Eliminate dependencies from d3d9state.
José Fonseca [Sun, 11 Nov 2012 09:45:06 +0000 (09:45 +0000)]
d3dretrace: Eliminate dependencies from d3d9state.

11 years agod3dretrace: Allow multiple dispatches in the same file.
José Fonseca [Sun, 11 Nov 2012 09:15:09 +0000 (09:15 +0000)]
d3dretrace: Allow multiple dispatches in the same file.

11 years agoos: DLL abstraction.
José Fonseca [Sun, 11 Nov 2012 08:48:35 +0000 (08:48 +0000)]
os: DLL abstraction.

11 years agogl: Handle ClearBufferData blobs.
José Fonseca [Sun, 11 Nov 2012 00:58:21 +0000 (00:58 +0000)]
gl: Handle ClearBufferData blobs.

11 years agod3dretrace: Eliminate differences between d3d9/d3d10.
José Fonseca [Sun, 11 Nov 2012 00:39:53 +0000 (00:39 +0000)]
d3dretrace: Eliminate differences between d3d9/d3d10.

11 years agoddraw: Remove custom tracer.
José Fonseca [Sun, 11 Nov 2012 00:22:33 +0000 (00:22 +0000)]
ddraw: Remove custom tracer.

11 years agod2d: Eliminate custom tracers.
José Fonseca [Sun, 11 Nov 2012 00:17:00 +0000 (00:17 +0000)]
d2d: Eliminate custom tracers.

11 years agospecs: Allow an API to spread across multiple modules.
José Fonseca [Sun, 11 Nov 2012 00:10:20 +0000 (00:10 +0000)]
specs: Allow an API to spread across multiple modules.

11 years agod3d1x: Cleanup specs.
José Fonseca [Sat, 10 Nov 2012 09:50:10 +0000 (09:50 +0000)]
d3d1x: Cleanup specs.

11 years agospecs: Use StdMethod accurately.
José Fonseca [Sat, 10 Nov 2012 09:29:38 +0000 (09:29 +0000)]
specs: Use StdMethod accurately.

11 years agoMerge branch 'd2d'
José Fonseca [Sat, 10 Nov 2012 09:14:13 +0000 (09:14 +0000)]
Merge branch 'd2d'

11 years agogltrace: Don't use struct for Context.
José Fonseca [Sat, 10 Nov 2012 09:11:42 +0000 (09:11 +0000)]
gltrace: Don't use struct for Context.

11 years agosnappy: Always build with NDEBUG define.
José Fonseca [Sat, 10 Nov 2012 09:11:19 +0000 (09:11 +0000)]
snappy: Always build with NDEBUG define.

11 years agogui: Make FrameDataProvider destructor virtual.
José Fonseca [Sat, 10 Nov 2012 09:11:01 +0000 (09:11 +0000)]
gui: Make FrameDataProvider destructor virtual.

11 years agod3dretrace: Fix MSVC build.
José Fonseca [Thu, 8 Nov 2012 12:29:02 +0000 (12:29 +0000)]
d3dretrace: Fix MSVC build.

11 years agod3d11: Trace UpdateSubresource blobs.
José Fonseca [Thu, 8 Nov 2012 10:47:18 +0000 (10:47 +0000)]
d3d11: Trace UpdateSubresource blobs.

11 years agoretrace: More useful warnings for object mismatches.
José Fonseca [Thu, 8 Nov 2012 10:46:57 +0000 (10:46 +0000)]
retrace: More useful warnings for object mismatches.

11 years agod3d10,d3d11: Rudimentary retrace support.
José Fonseca [Thu, 8 Nov 2012 10:46:03 +0000 (10:46 +0000)]
d3d10,d3d11: Rudimentary retrace support.

Doesn't work often, in practice because dxgi calls are missing from traces.

11 years agod3d10/d3d11: Add sideeffects/internal attributes to specs.
José Fonseca [Thu, 8 Nov 2012 10:24:45 +0000 (10:24 +0000)]
d3d10/d3d11: Add sideeffects/internal attributes to specs.

11 years agoDon't defer arguments when functions fail.
José Fonseca [Thu, 8 Nov 2012 10:23:40 +0000 (10:23 +0000)]
Don't defer arguments when functions fail.

11 years agod3dretrace: Basic d3d10 support.
José Fonseca [Wed, 7 Nov 2012 20:00:46 +0000 (20:00 +0000)]
d3dretrace: Basic d3d10 support.

11 years agod3dretrace: Add d3d9 prefix to d3d9 specific files.
José Fonseca [Wed, 7 Nov 2012 19:31:20 +0000 (19:31 +0000)]
d3dretrace: Add d3d9 prefix to d3d9 specific files.

11 years agod3d11: Trace initial data blobs.
José Fonseca [Wed, 7 Nov 2012 19:22:20 +0000 (19:22 +0000)]
d3d11: Trace initial data blobs.

11 years agod3d1x: Rename d3d10shader -> d3dcommonshader.
José Fonseca [Wed, 7 Nov 2012 19:15:39 +0000 (19:15 +0000)]
d3d1x: Rename d3d10shader -> d3dcommonshader.

11 years agod3d11: Catch up with d3d10.
José Fonseca [Wed, 7 Nov 2012 19:11:20 +0000 (19:11 +0000)]
d3d11: Catch up with d3d10.

11 years agod3d10: Fallback to D3D10DisassembleShader.
José Fonseca [Wed, 7 Nov 2012 19:10:31 +0000 (19:10 +0000)]
d3d10: Fallback to D3D10DisassembleShader.

Should be always present.

11 years agodxva: Fix build for older dxsdk
José Fonseca [Wed, 7 Nov 2012 10:20:28 +0000 (10:20 +0000)]
dxva: Fix build for older dxsdk

11 years agod3d10/d3d11: Correct out pointers.
José Fonseca [Mon, 5 Nov 2012 18:55:40 +0000 (18:55 +0000)]
d3d10/d3d11: Correct out pointers.

11 years agoMerge branch 'master' into d2d
José Fonseca [Wed, 7 Nov 2012 07:20:06 +0000 (07:20 +0000)]
Merge branch 'master' into d2d

11 years agodxva: Eliminate the globals hack.
José Fonseca [Tue, 6 Nov 2012 00:16:28 +0000 (00:16 +0000)]
dxva: Eliminate the globals hack.

11 years agoMerge branch 'master' into dxva
José Fonseca [Mon, 5 Nov 2012 23:38:09 +0000 (23:38 +0000)]
Merge branch 'master' into dxva

Conflicts:
common/trace_parser_flags.cpp

11 years agoFix dxgi specs.
José Fonseca [Sun, 4 Nov 2012 23:54:27 +0000 (23:54 +0000)]
Fix dxgi specs.

11 years agod3d10: Trace UpdateSubResource blobs.
José Fonseca [Sun, 4 Nov 2012 23:37:14 +0000 (23:37 +0000)]
d3d10: Trace UpdateSubResource blobs.

11 years agod3d10trace: Fix 1D textures size calculations.
José Fonseca [Sun, 4 Nov 2012 11:33:56 +0000 (11:33 +0000)]
d3d10trace: Fix 1D textures size calculations.

11 years agod3d10: Trace blobs for initial data.
José Fonseca [Sun, 4 Nov 2012 11:07:45 +0000 (11:07 +0000)]
d3d10: Trace blobs for initial data.

11 years agod3d10: Take mip level in consideration.
José Fonseca [Sun, 4 Nov 2012 10:03:43 +0000 (10:03 +0000)]
d3d10: Take mip level in consideration.

11 years agoTrace d3d10.x maps.
José Fonseca [Sat, 3 Nov 2012 18:44:36 +0000 (18:44 +0000)]
Trace d3d10.x maps.

11 years agoRename d3dsize.hpp to d3d9size.hpp
José Fonseca [Sat, 3 Nov 2012 16:58:34 +0000 (16:58 +0000)]
Rename d3dsize.hpp to d3d9size.hpp

11 years agoAvoid uint8_t.
José Fonseca [Sat, 3 Nov 2012 16:50:38 +0000 (16:50 +0000)]
Avoid uint8_t.

Use GLubyte instead. Should fix MSVC build failure.

11 years agoDon't rely on D3D private data mechanism.
José Fonseca [Sat, 3 Nov 2012 12:09:17 +0000 (12:09 +0000)]
Don't rely on D3D private data mechanism.

11 years agoAvoid Win32 conditional variables.
José Fonseca [Sat, 3 Nov 2012 12:04:46 +0000 (12:04 +0000)]
Avoid Win32 conditional variables.

Not supported on XP nor WINE.

11 years agoRemove os::thread_specific_ptr
José Fonseca [Sat, 3 Nov 2012 10:27:22 +0000 (10:27 +0000)]
Remove os::thread_specific_ptr

No longer needed.

11 years agoCleanup shadow buffers.
José Fonseca [Sat, 3 Nov 2012 10:13:17 +0000 (10:13 +0000)]
Cleanup shadow buffers.

- More defensive code.
- Use _glFoo instead of glFoo to avoid nested calls in the trace
- Handle glMapBufferOES/UnmapBufferOES too.

11 years agogles: track gl buffer contents in a shadow buffer
Imre Deak [Tue, 24 Apr 2012 11:06:48 +0000 (14:06 +0300)]
gles: track gl buffer contents in a shadow buffer

This is needed since GLES/GLES2 don't support either glGetBufferSubData
or glMapBufferOES. At the moment apitrace is only interested in
GL_ELEMENT_ARRAY_BUFFER contents so don't track buffers of other types.

Signed-off-by: Imre Deak <imre.deak@intel.com>
11 years agoSupport grayscale PNM in retracediff.py
José Fonseca [Tue, 30 Oct 2012 15:54:04 +0000 (15:54 +0000)]
Support grayscale PNM in retracediff.py

11 years agoFix QJSON linkage on Windows builds.
José Fonseca [Tue, 30 Oct 2012 15:05:46 +0000 (15:05 +0000)]
Fix QJSON linkage on Windows builds.

Re-add the empy QJSON_EXPORT define, but this time ensure it is defined
when compiling qapitrace as well.

11 years agoUpdate documentation for D3DPERF_XXX
José Fonseca [Tue, 30 Oct 2012 10:57:28 +0000 (10:57 +0000)]
Update documentation for D3DPERF_XXX

11 years agoMention EGL cases on readme.
José Fonseca [Tue, 30 Oct 2012 10:51:39 +0000 (10:51 +0000)]
Mention EGL cases on readme.

11 years agoPrint a clear message when X11 is not found (to help debug issue #99)
José Fonseca [Sun, 28 Oct 2012 10:48:22 +0000 (10:48 +0000)]
Print a clear message when X11 is not found (to help debug issue #99)

11 years agoDump depth textures as a single image (issue #97).
José Fonseca [Sat, 27 Oct 2012 16:54:58 +0000 (17:54 +0100)]
Dump depth textures as a single image (issue #97).

Not ideal, but better than nothing until we replace PNG by something
else.

11 years agoDump symbolic aliases for internalFormats 1..4.
José Fonseca [Sat, 27 Oct 2012 16:53:49 +0000 (17:53 +0100)]
Dump symbolic aliases for internalFormats 1..4.

11 years agoDon't mess with QJSON_EXPORT
José Fonseca [Sat, 27 Oct 2012 14:57:41 +0000 (15:57 +0100)]
Don't mess with QJSON_EXPORT

11 years agoDump thread ids on retrace.
José Fonseca [Sat, 27 Oct 2012 12:59:42 +0000 (13:59 +0100)]
Dump thread ids on retrace.

11 years agoCleanup and comment the code.
José Fonseca [Sat, 27 Oct 2012 12:42:17 +0000 (13:42 +0100)]
Cleanup and comment the code.

11 years agoMerge branch 'master' into mt-trace
José Fonseca [Sat, 27 Oct 2012 11:31:59 +0000 (12:31 +0100)]
Merge branch 'master' into mt-trace

11 years agoDon't destroy current EGL context.
José Fonseca [Sat, 27 Oct 2012 11:30:20 +0000 (12:30 +0100)]
Don't destroy current EGL context.

11 years agoAlways use bundled QJson.
José Fonseca [Sat, 27 Oct 2012 09:13:58 +0000 (10:13 +0100)]
Always use bundled QJson.

In order to support NaN/Infite.

11 years agoUpdate bundled QJson
José Fonseca [Sat, 27 Oct 2012 09:13:08 +0000 (10:13 +0100)]
Update bundled QJson

To upstream commit 11e743c61e18e49d77c94e9568ccb6f0c2b4f0ac.

11 years agoAllow NaN, Infinity in JSON.
José Fonseca [Fri, 26 Oct 2012 22:45:35 +0000 (23:45 +0100)]
Allow NaN, Infinity in JSON.

Non-standard but widely support (json.py, qjson)