aboutsummaryrefslogtreecommitdiff
path: root/service/service_extra.go
AgeCommit message (Expand)Author
2015-07-20Remove unwanted return value from PrerenderFramebuffersIan Cottrell
2015-07-19Replace GetMemoryInfo() RPC with Get() and new MemoryRange path type.Ben Clayton
2015-07-17Rip out the ID objects and the resolve functionsIan Cottrell
2015-07-16Remove ResolveDevice from the rpc interfaceIan Cottrell
2015-07-16Remove ResolveCapture from rpc interfaceIan 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-15Generate the call and result structs from the go rpc interface.Ian Cottrell
2015-07-13Sort the externs by nameIan Cottrell
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-08Change signature of GetMemoryInfo RPC to take a path.Atom.Ben Clayton
2015-07-08Remove the now unused GetHierarchy and ResolveHierarchy RPCs.Ben Clayton
2015-07-08Transform: add new timing flags, refactor timingInfo transform creation.Seb Noury
2015-07-07Remove service.BinaryIan Cottrell
2015-07-06Remove the now unused ResolveReport RPC.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-03Add constants to the service GetSchema responseIan Cottrell
2015-07-03Changing the rpc interface to use atoms directly, rather than packing them in...Ian Cottrell
2015-07-03Remove the GetState / ResolveState RPCs.Ben Clayton
2015-07-03Add Get RPC call.Ben Clayton
2015-07-02Removing special handling of slices in rpc code generationIan Cottrell
2015-07-01Expunge the old schema systemIan Cottrell
2015-06-30Begin resurrecting the state view.Ben Clayton
2015-06-29Remove the now unused type parameter from the ReplaceAtom rpc callIan Cottrell
2015-06-25Add report RPC and panel.Ben Clayton
2015-06-25Adding new binary schema fetching rpc callIan Cottrell
2015-05-05Remove context-ids from atoms.Ben Clayton
2015-03-31Do codergen outside of rpcapiIan Cottrell
2015-03-20Allow an API per context.Ben Clayton
2015-03-17Add all generated files to the repositoryIan Cottrell