]> git.cworth.org Git - apitrace/history - gui/apitracecall.h
Use skiplist-based FastCallSet within trace::CallSet
[apitrace] / gui / apitracecall.h
2012-09-28 José FonsecaMerge remote-tracking branch 'github/master' into d2d
2012-04-27 José FonsecaPreserve both D3D9 shader byte code, and disassembly.
2012-03-30 José FonsecaMerge branch 'master' into d3dretrace
2012-03-24 José FonsecaMerge branch 'gui-thumbnails'
2012-03-24 José FonsecaAvoid QImage object copies by using references.
2012-03-11 Dan McCabeDisplay captured snapshots as thumbnails.
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-11-24 Carl WorthParse doubles to a new Double class rather than to...
2011-10-27 José FonsecaLower case namespaces.
2011-09-27 José FonsecaFix multi line strings inside array arguments on the...
2011-09-23 José FonsecaMerge branch 'master' into d3d10
2011-09-21 Zack RusinMerge branch 'on-demand-loading'
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 RusinProperly handle and propagate retrace errors.
2011-09-13 Zack RusinCleanup the code.
2011-09-13 Zack RusinImplement jump to.
2011-09-12 Zack RusinImplement find next for the on-demand-loaded files.
2011-09-07 Zack RusinFirst working on demand loading!
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-01 Zack RusinMerge remote-tracking branch 'origin/master' into on...
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 RusinShare enum signatures.
2011-08-28 Zack RusinReduce the size of ApiTraceCall, ApiTraceEvent and...
2011-08-28 Zack RusinShare function signatures.
2011-08-28 Zack RusinChange filterText to searchText
2011-07-31 José FonsecaAdd a state tab that list uniforms.
2011-07-31 José FonsecaAvoid pointless data structure copying.
2011-04-27 Zack RusinShow the size of binary data uploaded in a frame.
2011-04-27 Zack RusinCleanup the ApiTraceFrame a bit.
2011-04-21 José FonsecaFix HTML representation of multiline strings.
2011-04-19 Zack RusinLarge chunk of functionality to show errors.
2011-04-18 Zack RusinMerge branch 'trace-editing'
2011-04-18 Zack RusinImplement a bulk of trace saving.
2011-04-17 Zack RusinIntroduce ApiEnum.
2011-04-17 Zack RusinVarious part now propagate the values.
2011-04-17 Zack RusinSet a parent trace on all the frames.
2011-04-17 Zack RusinStub out revert.
2011-04-16 Zack RusinReduce the memory usage by ~2gb on a 2.7 million calls...
2011-04-16 Zack RusinStart collecting the edited values.
2011-04-16 Zack RusinMake apitracecall an actual class.
2011-04-15 Zack RusinStart working on trace editing
2011-04-13 José FonsecaShow shader type in the combo box.
2011-04-10 Zack RusinShow the currently bound fbos in the gui.
2011-04-10 Zack RusinReplay and parse json in a thread.
2011-04-10 Zack RusinRead the surface data from json.
2011-04-09 Zack RusinShow currently bound shaders.
2011-04-09 José FonsecaMerge branch 'master' into noglut
2011-04-07 Zack RusinAllow opening help pages for functions in external...
2011-04-07 Zack RusinAdd code to interpret and display binary vertex data.
2011-04-01 Zack RusinAllow filling state for frames and calls.
2011-03-31 Zack RusinImplement state viewing for the current frame.
2011-03-31 Zack RusinLet retrace dump state.
2011-03-31 Zack RusinIntroduce ApiTrace which encapsulates the data.
2011-03-31 Zack RusinAllow retracing from the gui plus make the call list...
2011-03-31 Zack RusinDon't layout the text when filtering.
2011-03-31 Zack Rusinadd lots of quirks and details view
2011-03-31 Zack Rusinsome color in the list
2011-03-31 Zack RusinA lot better data conversions.
2011-03-31 Zack RusinAdd a basic gui for apitrace.