aboutsummaryrefslogtreecommitdiff
path: root/gfxapi
AgeCommit message (Expand)Author
2015-08-04Merge "Tweak wireframe overlay blend mode" into studio-1.4-devBen Clayton
2015-08-04Merge "Add new wireframe overlay mode to highlight the selected draw call." i...Ben Clayton
2015-08-04Merge "Add gles.tweaker for temporarily tweaking things." into studio-1.4-devBen Clayton
2015-08-03Add generated GLES api code.David Srbecky
2015-08-03Do not remove underscores from command names.David Srbecky
2015-08-03Merge "Use camel case in the test api." into studio-1.4-devDavid Srbecky
2015-08-03Use camel case in the test api.David Srbecky
2015-08-03Tweak wireframe overlay blend modeBen Clayton
2015-08-03Add new wireframe overlay mode to highlight the selected draw call.Ben Clayton
2015-08-03Add gles.tweaker for temporarily tweaking things.Ben Clayton
2015-08-03Render uninitialized framebuffer content with a patternBen Clayton
2015-08-03Respect the EGL_BUFFER_PRESERVED flagBen Clayton
2015-08-03Fix map delete go codegenBen Clayton
2015-08-03Pass atoms directly to the replay.Generator...Ben Clayton
2015-07-30Thumbnails: Display the whole framebuffer not just the stencil rect.Ben Clayton
2015-07-30Fix link types for ThreadIDsBen Clayton
2015-07-30Fix capturing of the debug marker stringsBen Clayton
2015-07-30Attempt to implement glMapBufferRangeBen 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-29Use <inttypes.h> to correct printf number types.Ben Clayton
2015-07-29GAPII: Initialize global fields on spy construction.Ben Clayton
2015-07-29replay: Change from using path.Device and path.Capture to binary.ID.Ben Clayton
2015-07-29Give critical error messages more context.Ben Clayton
2015-07-28Replace all GLES enums with one GLenum.David Srbecky
2015-07-28Allow duplicate values in enums.David Srbecky
2015-07-27apic format gfxapi/gles/gles.apiBen Clayton
2015-07-24Don't block gapis if replayd disconnects or crashes.Anton Carver
2015-07-23Merge changes I75f43c73,I450a7072 into studio-1.4-devBen Clayton
2015-07-20A few "go vet" fixes.Anton Carver
2015-07-20Add GL types to the API file.Ben Clayton
2015-07-20Miscellaneous fixes in templates to deal with new type decls.Ben Clayton
2015-07-20Emit the types in dependency order.Ben Clayton
2015-07-19Remove the TimingFlags stutteringIan Cottrell
2015-07-17Rip out the ID objects and the resolve functionsIan Cottrell
2015-07-16Merge "Replace "Macro" with "Template" where applicable." into studio-1.4-devAnton Carver
2015-07-16Add path.Linker interface, Follow() RPC and Link() methods on GLES types.Ben Clayton
2015-07-16Replace "Macro" with "Template" where applicable.Anton Carver
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-13Normalise the Tool part of the generated copyright headersIan Cottrell
2015-07-13Replay: destroy GL queries at EOS with other objects, rather than in the timi...Seb Noury
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-08Change the signature of GetTimingInfo to use paths.Ben Clayton
2015-07-08Transform: add GPU timing support, based on timer query objects.Seb Noury
2015-07-08Transform: add new timing flags, refactor timingInfo transform creation.Seb Noury
2015-07-08Consider constness when comparing pointer types at resolver insertion.Seb Noury
2015-07-08Update README.md'sBen Clayton