José Fonseca [Wed, 28 Sep 2011 07:16:00 +0000 (08:16 +0100)]
Cleanup D3D10 specs.
José Fonseca [Wed, 28 Sep 2011 06:16:24 +0000 (07:16 +0100)]
Silence MinGW linkage warnings.
José Fonseca [Tue, 27 Sep 2011 19:40:13 +0000 (20:40 +0100)]
Rebrand as version 2.0
José Fonseca [Tue, 27 Sep 2011 17:47:13 +0000 (18:47 +0100)]
Tweaks to the cdecl.py script.
José Fonseca [Tue, 27 Sep 2011 17:46:42 +0000 (18:46 +0100)]
Add a to-do note about GLU.
José Fonseca [Tue, 27 Sep 2011 17:46:23 +0000 (18:46 +0100)]
Mark output params on CGL.
José Fonseca [Tue, 27 Sep 2011 14:08:46 +0000 (15:08 +0100)]
Ignore .dmg files.
Zack Rusin [Tue, 27 Sep 2011 16:04:10 +0000 (12:04 -0400)]
Deep copy the blob data.
Fixes a memory leak.
José Fonseca [Tue, 27 Sep 2011 13:43:09 +0000 (14:43 +0100)]
Update cglapi's description of CGSConnectionID too.
José Fonseca [Tue, 27 Sep 2011 13:14:54 +0000 (14:14 +0100)]
Fix CGSConnectionID typedef.
José Fonseca [Tue, 27 Sep 2011 13:14:12 +0000 (14:14 +0100)]
Fix d3d10 build.
José Fonseca [Tue, 27 Sep 2011 13:13:56 +0000 (14:13 +0100)]
Build fat binaries with i386 and x86_64 architectures by default on Mac OS X.
José Fonseca [Tue, 27 Sep 2011 09:20:05 +0000 (10:20 +0100)]
Minor tweaks to docs.
José Fonseca [Tue, 27 Sep 2011 09:19:28 +0000 (10:19 +0100)]
Fix multi line strings inside array arguments on the call details pane.
José Fonseca [Tue, 27 Sep 2011 08:29:03 +0000 (09:29 +0100)]
Move .def files to specs subdir.
José Fonseca [Tue, 27 Sep 2011 08:21:38 +0000 (09:21 +0100)]
Move all API specs to a separate dir.
José Fonseca [Tue, 27 Sep 2011 07:54:45 +0000 (08:54 +0100)]
Bundle QJSON sources.
Should make much more straightforward to build the Qt GUI on Windows and
Mac OS X, simply by using the official Qt binaries for those OSes.
José Fonseca [Tue, 27 Sep 2011 06:40:37 +0000 (07:40 +0100)]
Update TODO.
Zack Rusin [Tue, 27 Sep 2011 03:54:21 +0000 (23:54 -0400)]
Show a warning box if astyle isn't installed and indent was activated.
José Fonseca [Mon, 26 Sep 2011 07:44:10 +0000 (08:44 +0100)]
Ignore qapitrace.qrc.depends
Zack Rusin [Sun, 25 Sep 2011 18:33:41 +0000 (14:33 -0400)]
Skip over filtered calls when searching.
José Fonseca [Sun, 25 Sep 2011 10:05:10 +0000 (11:05 +0100)]
Merge branch 'd3d10'
Zack Rusin [Sat, 24 Sep 2011 23:39:59 +0000 (19:39 -0400)]
Add an option to indent the glsl code in the shader viewer.
Requires 'astyle' but works very well and makes reading wonky
shaders a /lot/ easier.
Zack Rusin [Sat, 24 Sep 2011 21:06:38 +0000 (17:06 -0400)]
Add a custom filter to the event view.
Allows one to filter out any custom call. Very useful on large traces
that have e.g. millions of redundant GetCurrentContext and
MakeCurrentContext calls.
Zack Rusin [Sat, 24 Sep 2011 17:42:53 +0000 (13:42 -0400)]
Make sure we reset the state when loading another trace file
fixes issue #41
Zack Rusin [Sat, 24 Sep 2011 04:14:11 +0000 (00:14 -0400)]
Delete unused member variable
Zack Rusin [Sat, 24 Sep 2011 00:25:47 +0000 (20:25 -0400)]
Cleanup the default size computation for the surface viewer.
José Fonseca [Sat, 24 Sep 2011 14:04:08 +0000 (15:04 +0100)]
Attempt to retrace incomplete calls.
José Fonseca [Fri, 23 Sep 2011 22:27:49 +0000 (23:27 +0100)]
Split d3d10 spec from tracing.
José Fonseca [Fri, 23 Sep 2011 08:43:05 +0000 (09:43 +0100)]
Const correctness.
Make a better job of distinguishing "const foo *" from "foo * const".
José Fonseca [Fri, 23 Sep 2011 08:34:33 +0000 (09:34 +0100)]
Add missing dependency on dxgi.py
José Fonseca [Fri, 23 Sep 2011 07:33:13 +0000 (08:33 +0100)]
Merge branch 'master' into d3d10
Conflicts:
CMakeLists.txt
José Fonseca [Fri, 23 Sep 2011 07:24:28 +0000 (08:24 +0100)]
Formatting fixes.
José Fonseca [Fri, 23 Sep 2011 07:18:36 +0000 (08:18 +0100)]
Update news.
José Fonseca [Thu, 22 Sep 2011 16:49:24 +0000 (17:49 +0100)]
Install the signal handlers as early as possible,
To prevent interfering with the application's signal handling.
José Fonseca [Wed, 21 Sep 2011 07:12:39 +0000 (08:12 +0100)]
Split D3D specs for trace generators.
José Fonseca [Wed, 21 Sep 2011 06:46:50 +0000 (07:46 +0100)]
Put all common code in a subdirectory.
Zack Rusin [Wed, 21 Sep 2011 04:37:55 +0000 (00:37 -0400)]
Remove unused files.
Zack Rusin [Wed, 21 Sep 2011 04:37:03 +0000 (00:37 -0400)]
Remove some extra debugging output.
Zack Rusin [Wed, 21 Sep 2011 04:30:58 +0000 (00:30 -0400)]
Merge branch 'on-demand-loading'
Fixes #36
Zack Rusin [Wed, 21 Sep 2011 04:25:03 +0000 (00:25 -0400)]
Make sure that the loader deletes the signatures.
Zack Rusin [Tue, 20 Sep 2011 03:45:39 +0000 (23:45 -0400)]
Fix silly typo
Zack Rusin [Tue, 20 Sep 2011 03:44:25 +0000 (23:44 -0400)]
If a frame has already been loaded don't do it again.
In particular for searching we kept reloading frames over and
over again.
José Fonseca [Mon, 19 Sep 2011 18:59:44 +0000 (19:59 +0100)]
Handle NV_vertex_array_range GLX entry points.
José Fonseca [Mon, 19 Sep 2011 18:58:59 +0000 (19:58 +0100)]
Handle GL_NV_texture_shader2's texture formats.
José Fonseca [Mon, 19 Sep 2011 18:58:18 +0000 (19:58 +0100)]
Handle some of GL_NV_register_combiners parameters better.
José Fonseca [Thu, 1 Sep 2011 18:17:41 +0000 (19:17 +0100)]
Always add calls for last frame.
When viewing traces of apps that crashed, the last frame is the most
interesting of all.
Furthermore, last frames actually do have markers, but no calls.
José Fonseca [Mon, 19 Sep 2011 14:06:52 +0000 (15:06 +0100)]
Better EXT_texture_sRGB_decode support.
José Fonseca [Mon, 19 Sep 2011 09:09:53 +0000 (10:09 +0100)]
Infer the drawable size from glBlitFramebuffer too
José Fonseca [Mon, 19 Sep 2011 08:30:52 +0000 (09:30 +0100)]
Add a few links for signal handling reference material.
José Fonseca [Mon, 19 Sep 2011 08:30:10 +0000 (09:30 +0100)]
More descriptive framebuffer error codes.
José Fonseca [Mon, 19 Sep 2011 08:29:08 +0000 (09:29 +0100)]
Add a few links on how to obtain stack back traces.
Zack Rusin [Mon, 19 Sep 2011 07:04:40 +0000 (03:04 -0400)]
Cleanup some of the code.
Zack Rusin [Sun, 18 Sep 2011 23:40:47 +0000 (19:40 -0400)]
Delete loadertest and cleanup some of the new api.
José Fonseca [Sun, 18 Sep 2011 09:50:25 +0000 (10:50 +0100)]
Document the major user-visible developments.
José Fonseca [Sun, 18 Sep 2011 09:49:13 +0000 (10:49 +0100)]
Fix typos.
José Fonseca [Sun, 18 Sep 2011 09:31:04 +0000 (10:31 +0100)]
Document GREMEDY extension usage.
José Fonseca [Sat, 17 Sep 2011 20:18:57 +0000 (21:18 +0100)]
Add documentation on how to report bugs.
Zack Rusin [Fri, 16 Sep 2011 00:23:27 +0000 (20:23 -0400)]
Show thumbnail of the color buffer in tooltips.
if we got the state for the given frame we can show
a nicer tooltip with a thumbnail of the current color buffer.
José Fonseca [Thu, 15 Sep 2011 07:21:09 +0000 (08:21 +0100)]
Add a few comments.
José Fonseca [Thu, 15 Sep 2011 07:15:33 +0000 (08:15 +0100)]
Complete/tweak the specs for GL 4.0-4.2.
Untested with actual GL 4.x apps, but hopefully better support than before.
José Fonseca [Thu, 15 Sep 2011 05:54:10 +0000 (06:54 +0100)]
Update glext headers.
Zack Rusin [Thu, 15 Sep 2011 02:04:07 +0000 (22:04 -0400)]
Fix and cleanup state lookups on frames.
Zack Rusin [Wed, 14 Sep 2011 21:36:53 +0000 (17:36 -0400)]
Show number of calls per frame.
Zack Rusin [Wed, 14 Sep 2011 05:45:12 +0000 (01:45 -0400)]
Properly handle and propagate retrace errors.
Zack Rusin [Wed, 14 Sep 2011 05:45:01 +0000 (01:45 -0400)]
Actually save the edited calls.
Zack Rusin [Wed, 14 Sep 2011 04:26:29 +0000 (00:26 -0400)]
Remove unused callIndex methods.
Zack Rusin [Wed, 14 Sep 2011 03:58:45 +0000 (23:58 -0400)]
Implement trace saving.
Zack Rusin [Tue, 13 Sep 2011 21:58:58 +0000 (17:58 -0400)]
Cleanup the code.
Frames own the calls.
Zack Rusin [Tue, 13 Sep 2011 21:42:39 +0000 (17:42 -0400)]
Remove calls and numCalls from the ApiTrace class.
with on-demand-loading those are in some random state and don't
represent the actual numbers
Zack Rusin [Tue, 13 Sep 2011 21:33:05 +0000 (17:33 -0400)]
Implement jump to.
Zack Rusin [Tue, 13 Sep 2011 06:23:39 +0000 (02:23 -0400)]
Implement goto start of the frame and goto end of the frame.
Zack Rusin [Tue, 13 Sep 2011 05:35:12 +0000 (01:35 -0400)]
Implement find prev.
and fix a bug in find next. now both find next and find prev work.
Zack Rusin [Sun, 11 Sep 2011 22:21:29 +0000 (18:21 -0400)]
Implement find next for the on-demand-loaded files.
Find next now works. Find previous hasn't been implemented yet
but the entire infrastructure is there.
José Fonseca [Sun, 11 Sep 2011 22:43:44 +0000 (23:43 +0100)]
Plug loadertest's leak.
Just to get them out of the way of memory debuggers.
José Fonseca [Sun, 11 Sep 2011 22:42:55 +0000 (23:42 +0100)]
Plug leaks of signature inner structures.
José Fonseca [Sun, 11 Sep 2011 22:42:16 +0000 (23:42 +0100)]
Plug Trace::String::value leak.
José Fonseca [Sun, 11 Sep 2011 21:04:07 +0000 (22:04 +0100)]
Cut more of the recently gained fat of the Parser() class.
José Fonseca [Sun, 11 Sep 2011 20:50:22 +0000 (21:50 +0100)]
Reset pending call lists on Parser::setBookmark().
José Fonseca [Sun, 11 Sep 2011 20:09:08 +0000 (21:09 +0100)]
Drop m_supportsSeeking.
Was only used in an assert, which typically already exists inside the
File implementation.
José Fonseca [Sun, 11 Sep 2011 15:53:34 +0000 (16:53 +0100)]
Encapsulate on parser state in structure.
So that parser users don't need to know what needs and needs not to be
saved/restored.
José Fonseca [Fri, 9 Sep 2011 22:37:48 +0000 (23:37 +0100)]
Eliminate Trace::File::filename().
Unused, and meaningless for pipes.
José Fonseca [Sun, 11 Sep 2011 13:44:41 +0000 (14:44 +0100)]
Interleave parse_xxx and scan_xxx methods.
Makes much easier to read/maintain.
José Fonseca [Sun, 11 Sep 2011 13:23:06 +0000 (14:23 +0100)]
Cleanup a few loose ends from last commits.
José Fonseca [Sun, 11 Sep 2011 13:14:21 +0000 (14:14 +0100)]
Parse the signatures only once.
Also use simple offset comparison instead of search in a set to determine
weather a signature is to be expected or not.
José Fonseca [Sun, 11 Sep 2011 13:12:12 +0000 (14:12 +0100)]
Implement ZlibFile::currentOffset.
It helps making the parsing code simpler, and should not have any
performance impact.
José Fonseca [Sun, 11 Sep 2011 10:35:27 +0000 (11:35 +0100)]
Pass size_t to File::skip().
José Fonseca [Fri, 9 Sep 2011 22:37:48 +0000 (23:37 +0100)]
Eliminate Trace::File::filename().
Unused, and meaningless for pipes.
José Fonseca [Thu, 8 Sep 2011 22:19:19 +0000 (23:19 +0100)]
Remove unnecessary header.
Zack Rusin [Wed, 7 Sep 2011 05:36:41 +0000 (01:36 -0400)]
Make state lookups with on-demand loading work.
Zack Rusin [Wed, 7 Sep 2011 01:11:36 +0000 (21:11 -0400)]
First working on demand loading!
searching, editing and state lookups don't work quite yet, but the
frames are being loaded on demand.
Zack Rusin [Tue, 6 Sep 2011 22:25:34 +0000 (18:25 -0400)]
Fix indention.
Zack Rusin [Tue, 6 Sep 2011 22:23:06 +0000 (18:23 -0400)]
Load the last few calls.
Zack Rusin [Tue, 6 Sep 2011 21:45:34 +0000 (17:45 -0400)]
Merge remote-tracking branch 'origin/master' into on-demand-loading
Zack Rusin [Tue, 6 Sep 2011 21:44:43 +0000 (17:44 -0400)]
Switch the gui to the on-demand-loader.
Doesn't yet do actual on demand loading, but a lot of the code is
in place.
Zack Rusin [Tue, 6 Sep 2011 15:50:07 +0000 (11:50 -0400)]
Implement an incremental on demand loader for the gui.
José Fonseca [Tue, 6 Sep 2011 09:22:56 +0000 (10:22 +0100)]
Highlight retracediff output.
José Fonseca [Tue, 6 Sep 2011 09:14:57 +0000 (10:14 +0100)]
More writePNM optimizations.
José Fonseca [Tue, 6 Sep 2011 08:19:57 +0000 (09:19 +0100)]
Optimize Image::writePNM.
José Fonseca [Tue, 6 Sep 2011 00:20:44 +0000 (01:20 +0100)]
Update To-DO