aboutsummaryrefslogtreecommitdiff
path: root/service
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-21Add the ability to have a common class suffixIan Cottrell
2015-07-21Add exported handlingIan Cottrell
2015-07-20Server temination logic.Anton Carver
2015-07-20Drop service.Hierarchy and just use atom.GroupIan Cottrell
2015-07-20Rename service.RPC service.ServiceIan Cottrell
2015-07-20Move the non generated stuff to files that don't look like they were generated.Ian Cottrell
2015-07-20Remove the path helper codergen stuffIan Cottrell
2015-07-20Remove unwanted return value from PrerenderFramebuffersIan Cottrell
2015-07-19Change the http handlers to work in terms of a service.RPC rather than a data...Ian 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 the TimingFlags stutteringIan Cottrell
2015-07-19Remove service.AtomStream and use atom.List everywhereIan Cottrell
2015-07-17make a path.Service interfaceIan 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-16Move device stuff to device.goIan 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-15Add database helper generation back based on a tag.Ian Cottrell
2015-07-15Rip out rpcapi. The _rpc file is now the main generation point for all the re...Ian Cottrell
2015-07-15Generate the call and result structs from the go rpc interface.Ian Cottrell
2015-07-14Generate helpers from the go interfaceIan Cottrell
2015-07-14Removing pointless unused helpersIan Cottrell
2015-07-14Add server generation to codergenIan Cottrell
2015-07-14Move database helpers to their own fileIan Cottrell
2015-07-14Generating the go client code from the interfaceIan Cottrell
2015-07-14Remove md files from the repositoryIan Cottrell
2015-07-13Sort the externs by nameIan Cottrell
2015-07-13Normalise the Tool part of the generated copyright headersIan Cottrell
2015-07-13Refactoring of the go client.Ben Clayton
2015-07-13Java encoder fixesIan Cottrell
2015-07-13Merge "Make the logger methods “Enter” “Fork” and “Close” private...Ian Cottrell
2015-07-13Add path.Equals for path equality testing.Ben Clayton
2015-07-10Make the logger methods “Enter” “Fork” and “Close” private and us...Ian 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-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-08Merge "Path: Add FindXXX helper functions for finding path nodes." into studi...Ben Clayton
2015-07-08Transform: add new timing flags, refactor timingInfo transform creation.Seb Noury