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