aboutsummaryrefslogtreecommitdiff
path: root/builder
AgeCommit message (Expand)Author
2015-08-03Fix resolving of slices / arrays / maps where keys need converting.Ben Clayton
2015-08-03Add new wireframe overlay mode to highlight the selected draw call.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-20A few "go vet" fixes.Anton Carver
2015-07-20Drop service.Hierarchy and just use atom.GroupIan Cottrell
2015-07-19ResolveBlob is only used in one place, just roll it in.Ian Cottrell
2015-07-19Replace GetMemoryInfo() RPC with Get() and new MemoryRange path type.Ben Clayton
2015-07-19Use image.Format instead of service.ImageFormatIan Cottrell
2015-07-19Remove service.AtomStream and use atom.List everywhereIan Cottrell
2015-07-17Rip out the ID objects and the resolve functionsIan Cottrell
2015-07-16Use log.Severity for the rpc report.Ian Cottrell
2015-07-16Add path.Linker interface, Follow() RPC and Link() methods on GLES types.Ben Clayton
2015-07-15Change all service ID handles to be binary.ID typedefs rather than structsIan Cottrell
2015-07-15An experiment in using typed binary.ID’s instead of struct wrappers.Ian Cottrell
2015-07-14Remove md files from the repositoryIan Cottrell
2015-07-13Normalise the Tool part of the generated copyright headersIan Cottrell
2015-07-08Move the builder.GetState request over to using paths.Ben Clayton
2015-07-08Change the signature of GetTimingInfo to use paths.Ben Clayton
2015-07-08Change signatures of framebuffer RPC calls to take paths.Ben Clayton
2015-07-08Path: Add Device for referring to a replay device.Ben Clayton
2015-07-08Change signature of GetMemoryInfo RPC to take a path.Atom.Ben Clayton
2015-07-08Remove now unused ResolveReport.Ben Clayton
2015-07-08Remove the now unused GetHierarchy and ResolveHierarchy RPCs.Ben Clayton
2015-07-08Merge "Add path.Hierarchy for referencing a capture’s hierarchy." into stud...Ben Clayton
2015-07-08Transform: add new timing flags, refactor timingInfo transform creation.Seb Noury
2015-07-08Add path.Hierarchy for referencing a capture’s hierarchy.Ben Clayton
2015-07-08Add path.Slice for referring to a subset of an array or slice.Ben Clayton
2015-07-08Update README.md'sBen Clayton
2015-07-07Remove service.BinaryIan Cottrell
2015-07-07Remove database.BlobIan Cottrell
2015-07-06Perform implicit casting on Set()Ben Clayton
2015-07-06Remove the now unused ResolveReport RPC.Ben Clayton
2015-07-06Add path.Report for referring to a capture’s report.Ben Clayton
2015-07-06Add LazyBuilder interface compliance tests for Get and Set.Ben Clayton
2015-07-06Remove the now unused ReplaceAtom() RPC.Ben Clayton
2015-07-06Add new Set() RPC that complements Get().Ben Clayton
2015-07-06Use path.Flatten to simplify the builder.Resolve implementation.Ben Clayton
2015-07-06Update README.mk filesBen Clayton
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-03Fix documentation typo.Ben Clayton
2015-07-03Add Get RPC call.Ben Clayton
2015-07-03Add builder.Resolve for server-side path resolving.Ben Clayton
2015-07-02Expand database encodable types from binary.Object to interface{}Ben Clayton
2015-07-02Regenerate README.md'sBen Clayton
2015-07-02Kill service.AtomGroup and service.AtomRangeIan Cottrell
2015-07-02Removing special handling of slices in rpc code generationIan Cottrell
2015-07-02Replace the binary/pod package with binary/any.Ben Clayton