Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-11 | common: Add missing threading functionality. | Jose Fonseca | 1 | -0/+1 | |
Partially based on Emmanuel Gil Peyrot's change from https://github.com/apitrace/apitrace/pull/391 , but with more complete and working Windows support. Also add a test to ensure the tricky bits we care are reasonably sane. | |||||
2016-03-05 | git: Ignore backtrace tests. | Jose Fonseca | 1 | -0/+2 | |
2015-08-17 | git: Ignore recently added tests. | Jose Fonseca | 1 | -0/+2 | |
2015-07-17 | git: Ignore .ubj files. | Jose Fonseca | 1 | -0/+1 | |
2015-06-19 | Ignore Testing subdir. | Jose Fonseca | 1 | -0/+1 | |
2015-05-27 | gui: Add UBJSON unit tests. | Jose Fonseca | 1 | -0/+1 | |
2014-01-23 | qapitrace: ignore more supporting files generated by qtcreator | Lawrence L Love | 1 | -0/+1 | |
Missed this extension the previous commit: "qapitrace: ignore supporting files generated by qtcreator" Note: *.moc_parameters files are generated by cmake. Without them, the following make error occurs: moc: Cannot open options file specified with @ ... make[2]: *** [gui/apitrace.moc] Error 1 Signed-off-by: Lawrence L Love <lawrencex.l.love@intel.com> | |||||
2014-01-22 | qapitrace: ignore supporting files generated by qtcreator | Lawrence L Love | 1 | -0/+2 | |
When using qtcreator for build/debug, qtcreator creates miscellaneous helper files that don't need to be seen by git. Signed-off-by: Lawrence L Love <lawrencex.l.love@intel.com> | |||||
2013-10-28 | cgltrace: Use DYLD_FRAMEWORK_PATH instead of DYLD_LIBRARY_PATH. | José Fonseca | 1 | -0/+1 | |
It seems that from MacOSX 10.9 DYLD_FRAMEWORK_PATH takes precendence over DYLD_LIBRARY_PATH for frameworks. Issue #181. | |||||
2012-04-14 | Move dispatch to its own subdirectory. | José Fonseca | 1 | -1/+0 | |
2012-04-14 | Move retracers to their own directory. | José Fonseca | 1 | -2/+0 | |
2012-04-14 | Move tracers to wrappers subdirectory. | José Fonseca | 1 | -8/+0 | |
2011-11-17 | Ignore generated files. | José Fonseca | 1 | -0/+2 | |
2011-10-30 | Update docs / scripts for tracedump -> apitrace dump change. | José Fonseca | 1 | -1/+0 | |
2011-10-30 | Add a top-level apitrace program. | Carl Worth | 1 | -0/+1 | |
This is intended to eventually be a program which will provide access to all apitrace functionality (tracing, trimming, replaying, analyzing, launch the gui, etc.). To start with it implements only the stub "apitrace help" command so there's not any real functionality here yet. | |||||
2011-10-09 | Cleanup param size computation. | José Fonseca | 1 | -0/+1 | |
2011-10-07 | Ignore cgltrace.cpp | José Fonseca | 1 | -0/+1 | |
2011-09-27 | Ignore .dmg files. | José Fonseca | 1 | -0/+1 | |
2011-09-21 | Split D3D specs for trace generators. | José Fonseca | 1 | -5/+4 | |
2011-07-02 | PNM output support. | José Fonseca | 1 | -0/+1 | |
Inspired on Mathieu Virbel's raw stdout snashot branch. | |||||
2011-05-19 | Reorganize glstate code. | José Fonseca | 1 | -1/+1 | |
2011-05-18 | Start making glstate an independent module. | José Fonseca | 1 | -1/+1 | |
2011-05-08 | Use CPack for packaging. | José Fonseca | 1 | -1/+4 | |
2011-05-04 | Update gitignore. | José Fonseca | 1 | -0/+1 | |
2011-04-20 | Fix build on MacOSX. | José Fonseca | 1 | -0/+1 | |
2011-04-15 | Rename dump -> tracedump. | José Fonseca | 1 | -1/+1 | |
Dump is a too generic name to be, for example, in /usr/bin/. | |||||
2011-04-13 | Ignore .json files. | José Fonseca | 1 | -1/+2 | |
2011-04-10 | Split gltrace.cpp code into multiple files. | José Fonseca | 1 | -2/+2 | |
2011-03-30 | Basic state dumping. | José Fonseca | 1 | -0/+1 | |
In JSON format. Human readable, but it is really meant to be parsed by a GUI, | |||||
2010-12-04 | Write PNG images instead. | José Fonseca | 1 | -0/+1 | |
2010-11-30 | Trace output of glGetProgram/Shaderiv | José Fonseca | 1 | -0/+1 | |
2010-11-30 | Fix Makefile ignore pattern. | José Fonseca | 1 | -1/+1 | |
2010-11-30 | opengl32.cpp -> wgltrace.cpp | José Fonseca | 1 | -1/+1 | |
2010-11-29 | Dump bitmaps. | José Fonseca | 1 | -0/+1 | |
2010-11-28 | Eliminate GLEW dependency. | José Fonseca | 1 | -0/+1 | |
2010-11-28 | Update ignore. | José Fonseca | 1 | -3/+0 | |
2010-11-27 | More efficient string switcher. | José Fonseca | 1 | -1/+1 | |
2010-11-25 | Makefile for the helpers. | José Fonseca | 1 | -1/+1 | |
2010-11-19 | Build D3D wrappers with CMake. | José Fonseca | 1 | -8/+9 | |
2010-11-19 | First stab at binary trace and retracing. | José Fonseca | 1 | -2/+4 | |
It's enough to retrace trivial/tri Mesa demo. | |||||
2010-11-14 | Basic Linux/GLX tracing support. | José Fonseca | 1 | -0/+6 | |
2010-11-12 | Convert ignore specifications from HG to Git. | José Fonseca | 1 | -0/+27 | |
2010-11-12 | Port ignore list from git. | José Fonseca | 1 | -27/+0 | |
2009-09-28 | Rudimentary support for D3D10. | José Fonseca | 1 | -0/+4 | |
2009-05-04 | Ignore MinGW output files. | José Fonseca | 1 | -0/+2 | |
2009-04-13 | Basic support for tracing d3d7. | José Fonseca | 1 | -0/+1 | |
2009-04-13 | Ignore more files. | José Fonseca | 1 | -1/+5 | |
2009-04-13 | Trace opengl32.dll. | José Fonseca | 1 | -0/+1 | |
2008-07-10 | Update ignore rules. | José Fonseca | 1 | -0/+1 | |
2008-07-09 | Auto-generate d3d9. | José Fonseca | 1 | -0/+1 | |