]> git.cworth.org Git - apitrace/history - gui/apitracecall.h
Switch the gui to the on-demand-loader.
[apitrace] / gui / apitracecall.h
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.