aboutsummaryrefslogtreecommitdiff
path: root/replay
AgeCommit message (Expand)Author
2015-08-03Add new wireframe overlay mode to highlight the selected draw call.Ben Clayton
2015-08-03Pass atoms directly to the replay.Generator...Ben Clayton
2015-07-31Replayd improved checking for bad/invalid instruction inputs.Anton Carver
2015-07-30Don't add 0-size resources to replay.Ben Clayton
2015-07-29replay: Change from using path.Device and path.Capture to binary.ID.Ben Clayton
2015-07-29Give critical error messages more context.Ben Clayton
2015-07-28Allow duplicate values in enums.David Srbecky
2015-07-24Don't block gapis if replayd disconnects or crashes.Anton Carver
2015-07-20Server temination logic.Anton Carver
2015-07-19Remove service.AtomStream and use atom.List everywhereIan Cottrell
2015-07-17Don't generate new panics, just propagate existing ones.Ian Cottrell
2015-07-17Rip out the ID objects and the resolve functionsIan Cottrell
2015-07-15Change all service ID handles to be binary.ID typedefs rather than structsIan Cottrell
2015-07-14Remove md files from the repositoryIan Cottrell
2015-07-13Normalise the Tool part of the generated copyright headersIan Cottrell
2015-07-10Make the logger methods “Enter” “Fork” and “Close” private and us...Ian Cottrell
2015-07-08Transform: add new timing flags, refactor timingInfo transform creation.Seb Noury
2015-07-07Remove database.BlobIan Cottrell
2015-07-06Make the local replayd port configurable.Anton Carver
2015-07-06Update README.md'sBen Clayton
2015-07-06Update README.mk filesBen Clayton
2015-07-03Build package constant tablesIan Cottrell
2015-07-03Changing the rpc interface to use atoms directly, rather than packing them in...Ian Cottrell
2015-07-03Change the atom interface to return gfxapi.ID rather than gfxapi.APIIan Cottrell
2015-07-03Move display name out of the main schema into the atom metadataIan Cottrell
2015-07-03Replace asm.Check with check.SlicesEqualBen Clayton
2015-07-03Replace opcode.CheckDisassembly with check.SlicesEqual.Ben Clayton
2015-07-02Don't rely on String methods, use the formatter to find themIan Cottrell
2015-07-01Add memory.PoolID field into memory.Pointer.Ben Clayton
2015-06-29Merge "Accidentally omitted generated file." into studio-1.4-devIan Cottrell
2015-06-29Merge "Remove atom.TypeID" into studio-1.4-devIan Cottrell
2015-06-29Accidentally omitted generated file.Anton Carver
2015-06-29Add shutdown support to replayd. Have make.go shutdown replayd.Anton Carver
2015-06-29Remove atom.TypeIDIan Cottrell
2015-06-29Convert logging to use the helpers, and remove the old interface.Ian Cottrell
2015-06-29Allow replayd binary path to be overridden, and do so in tests to force it to...Ian Cottrell
2015-06-26Make package level namespace objects, and cascade them from the global namesp...Ian Cottrell
2015-06-25Add the ID into schema struct entriesIan Cottrell
2015-06-25Add report RPC and panel.Ben Clayton
2015-06-25Rebuild all _binary files with new schema featuresIan Cottrell
2015-06-25Rebuild markdown documentationBen Clayton
2015-06-25Make precisionStrip, halfFloat and decompressTextures depend on target versio...Seb Noury
2015-06-19Unify the ordering of our logger / database parametersBen Clayton
2015-06-19Add database "helpers" and change calling code to use themIan Cottrell
2015-06-18Use the new resolve helpers wherever possibleIan Cottrell
2015-06-17Rip out the transient databaseIan Cottrell
2015-06-17Clean up Blob handlingIan Cottrell
2015-06-16gapir: report renderer strings on replay target discovery.Seb Noury
2015-06-10Permit pointer parameters to non-observed memory regions.Ben Clayton
2015-06-10Two fixes for Builder.RevertAtom.Ben Clayton