]> git.cworth.org Git - apitrace/history - gui
Use skiplist-based FastCallSet within trace::CallSet
[apitrace] / gui /
2012-02-28 José FonsecaWhitelist tracing on Windows.
2012-01-31 José FonsecaMerge branch 'master' into d2d
2012-01-27 Carl WorthCorrectly copy "out" arguments to the "leave" portion...
2012-01-21 José FonsecaMerge branch 'master' into d2d
2011-12-11 José FonsecaTrace enum signatures as a whole.
2011-12-03 zackrMerge pull request #61 from prahal/gui-edit
2011-12-03 José FonsecaMerge branch 'glproc-cleanup'
2011-12-02 José FonsecaIntroduce call flags.
2011-12-02 Alban Browaeysgui: let the edit mode work.
2011-11-27 José FonsecaAllow to retrace with EGL too.
2011-11-27 José FonsecaAllow to specify an initial call no in the qapitrace...
2011-11-27 José FonsecaAdd hyperlinks for non-ARB extensions too.
2011-11-25 José FonsecaFix GUI visualization of floating point values.
2011-11-25 José FonsecaTrace via "apitrace trace" command.
2011-11-25 José FonsecaAdd links to EXT_framebuffer_object spec.
2011-11-24 Carl WorthParse doubles to a new Double class rather than to...
2011-11-24 José FonsecaPrevent segfault on glretrace crash (fixes issue #52).
2011-11-17 Zack RusinEncode format as a member and not part of the label.
2011-11-17 Zack RusinMake the details view a bit clearer.
2011-11-17 Zack RusinAdd depth info to the surfaces.
2011-11-05 José Fonsecagui: Handle incomplete calls.
2011-11-03 José FonsecaPut glxtrace.so also in the wrappers directory.
2011-11-01 José FonsecaExpose build/install dirs as a define.
2011-11-01 Carl WorthChange non-executable install directories to include...
2011-10-31 José FonsecaMerge branch 'os-path'
2011-10-30 José FonsecaHave selected call always match the current call.
2011-10-30 José FonsecaOnly jump to errors when the error item is activated.
2011-10-27 José FonsecaLower case namespaces.
2011-10-08 Zack RusinFix a crash when loading multiple frames at once.
2011-09-27 Zack RusinDeep copy the blob data.
2011-09-27 José FonsecaFix multi line strings inside array arguments on the...
2011-09-27 Zack RusinShow a warning box if astyle isn't installed and indent...
2011-09-26 José FonsecaIgnore qapitrace.qrc.depends
2011-09-25 Zack RusinSkip over filtered calls when searching.
2011-09-25 José FonsecaMerge branch 'd3d10'
2011-09-24 Zack RusinAdd an option to indent the glsl code in the shader...
2011-09-24 Zack RusinAdd a custom filter to the event view.
2011-09-24 Zack RusinMake sure we reset the state when loading another trace...
2011-09-24 Zack RusinDelete unused member variable
2011-09-24 Zack RusinCleanup the default size computation for the surface...
2011-09-23 José FonsecaMerge branch 'master' into d3d10
2011-09-21 Zack RusinRemove unused files.
2011-09-21 Zack RusinRemove some extra debugging output.
2011-09-21 Zack RusinMerge branch 'on-demand-loading'
2011-09-21 Zack RusinMake sure that the loader deletes the signatures.
2011-09-20 Zack RusinFix silly typo
2011-09-20 Zack RusinIf a frame has already been loaded don't do it again.
2011-09-19 José FonsecaAlways add calls for last frame.
2011-09-19 Zack RusinCleanup some of the code.
2011-09-18 Zack RusinDelete loadertest and cleanup some of the new api.
2011-09-16 Zack RusinShow thumbnail of the color buffer in tooltips.
2011-09-15 Zack RusinFix and cleanup state lookups on frames.
2011-09-14 Zack RusinShow number of calls per frame.
2011-09-14 Zack RusinProperly handle and propagate retrace errors.
2011-09-14 Zack RusinActually save the edited calls.
2011-09-14 Zack RusinRemove unused callIndex methods.
2011-09-14 Zack RusinImplement trace saving.
2011-09-13 Zack RusinCleanup the code.
2011-09-13 Zack RusinRemove calls and numCalls from the ApiTrace class.
2011-09-13 Zack RusinImplement jump to.
2011-09-13 Zack RusinImplement goto start of the frame and goto end of the...
2011-09-13 Zack RusinImplement find prev.
2011-09-12 Zack RusinImplement find next for the on-demand-loaded files.
2011-09-11 José FonsecaEncapsulate on parser state in structure.
2011-09-07 Zack RusinMake state lookups with on-demand loading work.
2011-09-07 Zack RusinFirst working on demand loading!
2011-09-06 Zack RusinFix indention.
2011-09-06 Zack RusinLoad the last few calls.
2011-09-06 Zack RusinMerge remote-tracking branch 'origin/master' into on...
2011-09-06 Zack RusinSwitch the gui to the on-demand-loader.
2011-09-06 Zack RusinImplement an incremental on demand loader for the gui.
2011-09-02 Zack RusinMerge remote-tracking branch 'origin/master' into on...
2011-09-01 José FonsecaEnsure that calls for traces with a single frame are...
2011-09-01 José FonsecaDon't (de)serialize mirror images.
2011-09-01 Zack RusinMerge remote-tracking branch 'origin/master' into on...
2011-08-29 Zack Rusinnasty hack, but for now we need to keep the pointers
2011-08-29 Zack RusinChange apiarray to use a qvector instead of a qlist
2011-08-29 Zack RusinSwitch more places from qlist to qvector.
2011-08-29 Zack RusinSwitch list to a vector.
2011-08-29 Zack RusinFix a silly mistake.
2011-08-29 Zack RusinShare enum signatures.
2011-08-28 Zack RusinSave more memory.
2011-08-28 Zack RusinReduce the size of ApiTraceCall, ApiTraceEvent and...
2011-08-28 Zack Rusinpreallocate array values
2011-08-28 Zack Rusinshave a few more megs by sizing trace call list correctly
2011-08-28 Zack RusinPreallocate a few lists with the correct size.
2011-08-28 Zack RusinShare function signatures.
2011-08-28 Zack RusinChange filterText to searchText
2011-08-27 Zack RusinFix warnings.
2011-08-27 Zack RusinCleanup that file.
2011-08-24 Zack RusinMerge branch 'master' into compression
2011-08-08 Zack RusinDon't change immutable values.
2011-07-31 José FonsecaSort uniforms in ascending order by default.
2011-07-31 José FonsecaAdd a state tab that list uniforms.
2011-07-31 José FonsecaAvoid pointless data structure copying.
2011-07-29 José FonsecaRecognize glFrameTerminatorGREMEDY as swapbuffer frame...
2011-07-02 José FonsecaRename static library from trace to common.
2011-06-20 Zack RusinAllow saving of surface snapshots to png's.
2011-06-06 José FonsecaRecognize CGLFlushDrawable as a swapbuffer.
2011-06-01 José FonsecaUse double buffer visuals by default.
next