aboutsummaryrefslogtreecommitdiff
path: root/integration
AgeCommit message (Expand)Author
2015-08-03Add new wireframe overlay mode to highlight the selected draw call.Ben Clayton
2015-08-03Respect the EGL_BUFFER_PRESERVED flagBen Clayton
2015-07-31Add integration test for framebuffer size changes.Ben Clayton
2015-07-29replay: Change from using path.Device and path.Capture to binary.ID.Ben Clayton
2015-07-28Replace all GLES enums with one GLenum.David Srbecky
2015-07-24Don't block gapis if replayd disconnects or crashes.Anton Carver
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-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-06Use port 9283 for integration tests, 9286 is already used by gapii.Seb Noury
2015-07-06Make the local replayd port configurable.Anton Carver
2015-07-03Changing the rpc interface to use atoms directly, rather than packing them in...Ian Cottrell
2015-07-01Add memory.PoolID field into memory.Pointer.Ben Clayton
2015-06-29Allow replayd binary path to be overridden, and do so in tests to force it to...Ian Cottrell
2015-06-25Rebuild markdown documentationBen Clayton
2015-06-19Merge "Unify the ordering of our logger / database parameters" into studio-1....Ben Clayton
2015-06-19Panic on integration replay timeoutsBen Clayton
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-18Clean up database creation functionsIan Cottrell
2015-06-09Simplify replay postbacks and atom transforms.Seb Noury
2015-06-04Add gles.NewProgram helper for generating the atoms to compile a shader program.Ben Clayton
2015-06-03Reduce image error threshold for integration test.Ben Clayton
2015-05-29Replace inline array-parameter data with pointers and observations.Ben Clayton
2015-05-13Bulk fix all copyright headersIan Cottrell
2015-05-11Rename markdown files with correct extensionBen Clayton
2015-05-11Add markdown documentation generated from godocBen Clayton
2015-05-06Add a render-triangle integration test.Ben Clayton
2015-05-05Remove context-ids from atoms.Ben Clayton
2015-04-22Improve error handling when failing to emit replay opcode stream.Ben Clayton
2015-04-07Hide the dependancy of binary/endian on encoding/binary by exposing directly ...Ian Cottrell
2015-04-02Move to binary.Class based systemIan Cottrell
2015-03-31Do codergen outside of rpcapiIan Cottrell
2015-03-27Add binary endian Reader/Writer and use it instead of replay protocol Encoder...Ian Cottrell
2015-03-25Specify context ID where necessary (transforms, NewAtom calls, etc.)Seb Noury
2015-03-20Allow an API per context.Ben Clayton
2015-03-20Split the variable size integer writer from the object hierarchy encoderIan Cottrell
2015-03-11Try starting Xvfb for integration tests and reduce timeout.Seb Noury
2015-03-11Increase the integration tests timeout to one minute.Seb Noury
2015-03-10Tidy postback test codeBen Clayton
2015-03-06Don't use binary.Encoder for anything to do with replayIan Cottrell
2015-03-05Split protocol coders from binary codersIan Cottrell
2015-03-04Replayd: Disable disk-caching for tests.Ben Clayton
2015-03-04Fix GLES integration test.Ben Clayton
2015-03-03Add gles integration tests.Ben Clayton
2015-03-03Add low-level integration tests with replayd.Ben Clayton