aboutsummaryrefslogtreecommitdiff
path: root/service/service_binary.go
AgeCommit message (Expand)Author
2015-08-03Add new wireframe overlay mode to highlight the selected draw call.Ben Clayton
2015-07-28Allow duplicate values in enums.David Srbecky
2015-07-20Drop service.Hierarchy and just use atom.GroupIan Cottrell
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-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-16Remove ResolveDevice from the rpc interfaceIan Cottrell
2015-07-16Remove ResolveCapture from rpc interfaceIan 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-13Normalise the Tool part of the generated copyright headersIan 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 now unused ResolveReport.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-03Build package constant tablesIan Cottrell
2015-07-03Changing the rpc interface to use atoms directly, rather than packing them in...Ian Cottrell
2015-07-03Move display name out of the main schema into the atom metadataIan Cottrell
2015-07-03Remove the GetState / ResolveState RPCs.Ben Clayton
2015-07-03Add Get RPC call.Ben Clayton
2015-07-02Expand database encodable types from binary.Object to interface{}Ben Clayton
2015-07-02Kill service.AtomGroup and service.AtomRangeIan Cottrell
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-26Make package level namespace objects, and cascade them from the global namesp...Ian Cottrell
2015-06-26Add reads / writes / observed info to the MemoryInfo RPC structureBen Clayton
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-25Make precisionStrip, halfFloat and decompressTextures depend on target versio...Seb Noury
2015-06-25Adding new binary schema fetching rpc callIan Cottrell
2015-06-16gapir: report renderer strings on replay target discovery.Seb Noury
2015-06-05Remove redundant types and empty var/init declarationsIan Cottrell
2015-06-01Fix recursion in enum String() functionBen Clayton
2015-05-29Add string function generation to codergenIan Cottrell
2015-05-29Replace inline array-parameter data with pointers and observations.Ben Clayton
2015-05-13Auto generate schema objectsIan Cottrell