index
:
~cworth/apitrace
master
Carl's hacks to apitrace (upstream at https://github.com/apitrace/apitrace)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-21
Remove some extra debugging output.
Zack Rusin
1
-2
/
+1
2011-09-21
Merge branch 'on-demand-loading'
Zack Rusin
29
-515
/
+2500
2011-09-21
Make sure that the loader deletes the signatures.
Zack Rusin
1
-0
/
+2
2011-09-19
Fix silly typo
Zack Rusin
1
-1
/
+1
2011-09-19
If a frame has already been loaded don't do it again.
Zack Rusin
1
-2
/
+11
2011-09-19
Handle NV_vertex_array_range GLX entry points.
José Fonseca
1
-0
/
+4
2011-09-19
Handle GL_NV_texture_shader2's texture formats.
José Fonseca
1
-0
/
+4
2011-09-19
Handle some of GL_NV_register_combiners parameters better.
José Fonseca
1
-5
/
+5
2011-09-19
Always add calls for last frame.
José Fonseca
1
-7
/
+2
2011-09-19
Better EXT_texture_sRGB_decode support.
José Fonseca
1
-3
/
+3
2011-09-19
Infer the drawable size from glBlitFramebuffer too
José Fonseca
3
-16
/
+38
2011-09-19
Add a few links for signal handling reference material.
José Fonseca
1
-0
/
+6
2011-09-19
More descriptive framebuffer error codes.
José Fonseca
1
-2
/
+3
2011-09-19
Add a few links on how to obtain stack back traces.
José Fonseca
1
-0
/
+11
2011-09-19
Cleanup some of the code.
Zack Rusin
2
-44
/
+65
2011-09-18
Delete loadertest and cleanup some of the new api.
Zack Rusin
9
-116
/
+36
2011-09-18
Document the major user-visible developments.
José Fonseca
2
-0
/
+32
2011-09-18
Fix typos.
José Fonseca
1
-4
/
+4
2011-09-18
Document GREMEDY extension usage.
José Fonseca
1
-0
/
+33
2011-09-17
Add documentation on how to report bugs.
José Fonseca
3
-2
/
+112
2011-09-15
Show thumbnail of the color buffer in tooltips.
Zack Rusin
3
-15
/
+64
2011-09-15
Add a few comments.
José Fonseca
1
-1
/
+3
2011-09-15
Complete/tweak the specs for GL 4.0-4.2.
José Fonseca
4
-101
/
+287
2011-09-15
Update glext headers.
José Fonseca
1
-4
/
+374
2011-09-14
Fix and cleanup state lookups on frames.
Zack Rusin
5
-6
/
+36
2011-09-14
Show number of calls per frame.
Zack Rusin
1
-9
/
+11
2011-09-14
Properly handle and propagate retrace errors.
Zack Rusin
8
-49
/
+83
2011-09-14
Actually save the edited calls.
Zack Rusin
1
-1
/
+1
2011-09-14
Remove unused callIndex methods.
Zack Rusin
4
-14
/
+0
2011-09-13
Implement trace saving.
Zack Rusin
3
-39
/
+154
2011-09-13
Cleanup the code.
Zack Rusin
4
-57
/
+12
2011-09-13
Remove calls and numCalls from the ApiTrace class.
Zack Rusin
2
-12
/
+0
2011-09-13
Implement jump to.
Zack Rusin
8
-5
/
+93
2011-09-13
Implement goto start of the frame and goto end of the frame.
Zack Rusin
6
-31
/
+109
2011-09-13
Implement find prev.
Zack Rusin
3
-1
/
+68
2011-09-12
Implement find next for the on-demand-loaded files.
Zack Rusin
9
-146
/
+452
2011-09-11
Plug loadertest's leak.
José Fonseca
1
-0
/
+4
2011-09-11
Plug leaks of signature inner structures.
José Fonseca
1
-4
/
+50
2011-09-11
Plug Trace::String::value leak.
José Fonseca
2
-0
/
+6
2011-09-11
Cut more of the recently gained fat of the Parser() class.
José Fonseca
2
-115
/
+45
2011-09-11
Reset pending call lists on Parser::setBookmark().
José Fonseca
1
-0
/
+3
2011-09-11
Drop m_supportsSeeking.
José Fonseca
2
-13
/
+14
2011-09-11
Encapsulate on parser state in structure.
José Fonseca
5
-71
/
+55
2011-09-11
Eliminate Trace::File::filename().
José Fonseca
2
-12
/
+3
2011-09-11
Interleave parse_xxx and scan_xxx methods.
José Fonseca
2
-337
/
+323
2011-09-11
Cleanup a few loose ends from last commits.
José Fonseca
2
-3
/
+2
2011-09-11
Parse the signatures only once.
José Fonseca
2
-231
/
+136
2011-09-11
Implement ZlibFile::currentOffset.
José Fonseca
2
-9
/
+9
2011-09-11
Pass size_t to File::skip().
José Fonseca
1
-2
/
+2
2011-09-09
Eliminate Trace::File::filename().
José Fonseca
2
-12
/
+3
[prev]
[next]