aboutsummaryrefslogtreecommitdiff
path: root/cc
AgeCommit message (Expand)Author
2015-08-03Respect the EGL_BUFFER_PRESERVED flagBen Clayton
2015-07-31Replayd improved checking for bad/invalid instruction inputs.Anton Carver
2015-07-31Replay linux: Don’t reset context when framebuffer changes size.Ben Clayton
2015-07-31Replay OS X: Don’t reset context when framebuffer changes size.Ben Clayton
2015-07-31Replay: Use the resetViewportScissor flag to do just that.Ben Clayton
2015-07-30Fix capturing of the debug marker stringsBen Clayton
2015-07-30Attempt to implement glMapBufferRangeBen Clayton
2015-07-30Windows: Don't tear-down the renderer if the backbuffer size changes.Ben Clayton
2015-07-30Add switchThread synthetic atom.Ben Clayton
2015-07-30Add a Mutex to SpyBase, lock for the duration of each command.Ben Clayton
2015-07-30Add gapic::Lock - a RAII helper for locking an unlocking things.Ben Clayton
2015-07-30Add gapic::Mutex - an OS-abstracted interface to a non-reentrant mutex.Ben Clayton
2015-07-30Add gapic::Thread. Currently supports exposing the current thread ID.Ben Clayton
2015-07-29Use <inttypes.h> to correct printf number types.Ben Clayton
2015-07-29GAPII: Initialize global fields on spy construction.Ben Clayton
2015-07-29Use correct casts in hash.cppBen Clayton
2015-07-28Replace all GLES enums with one GLenum.David Srbecky
2015-07-27Fix/improve replayd loggingAnton Carver
2015-07-20Add GL types to the API file.Ben Clayton
2015-07-20Regenerate C++ code again. No idea why I'm now getting different resultsBen Clayton
2015-07-20Re-generate c++ code (clang-format changes)Ben Clayton
2015-07-19Remove service.AtomStream and use atom.List everywhereIan Cottrell
2015-07-14Remove md files from the repositoryIan Cottrell
2015-07-13Normalise the Tool part of the generated copyright headersIan Cottrell
2015-07-13Merge "Make the logger methods “Enter” “Fork” and “Close” private...Ian Cottrell
2015-07-13Work-around for crash when glGetActiveAttrib and glGetActiveUniform are passe...Ben Clayton
2015-07-10Make the logger methods “Enter” “Fork” and “Close” private and us...Ian Cottrell
2015-07-10Merge "Trigger code generation when files are missing." into studio-1.4-devAnton Carver
2015-07-10Remove the stream encoding from the binary packageIan Cottrell
2015-07-08Remove atom.streamIan Cottrell
2015-07-08Trigger code generation when files are missing.Anton Carver
2015-07-08Consider constness when comparing pointer types at resolver insertion.Seb Noury
2015-07-08Regenerate all files -was missing GLES pointer constness changes.Seb Noury
2015-07-06Merge "Make the local replayd port configurable." into studio-1.4-devAnton Carver
2015-07-06Make the local replayd port configurable.Anton Carver
2015-07-06Add const suffix patching to binary/cpp and add constness to gles.api.Seb Noury
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-02Merge {api}.Globals into {api}.State.Ben Clayton
2015-07-01Add memory.PoolID field into memory.Pointer.Ben Clayton
2015-07-01Add atom metadata to schemaIan Cottrell
2015-06-30Begin resurrecting the state view.Ben Clayton
2015-06-29Add fatal errors for non supported encoding calls, and fix unused but broken ...Ian Cottrell
2015-06-29Merge "Remove atom.TypeID" into studio-1.4-devIan Cottrell
2015-06-29Add shutdown support to replayd. Have make.go shutdown replayd.Anton Carver
2015-06-29Remove atom.TypeIDIan Cottrell
2015-06-29Convert logging to use the helpers, and remove the old interface.Ian Cottrell
2015-06-26Build system integration and fixes.Anton Carver
2015-06-25MSVC: Fix overload ambiguity of SpyBase::write.Ben Clayton
2015-06-25Merge "Rebuild markdown documentation" into studio-1.4-devIan Cottrell