summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2016-04-11common: Add missing threading functionality.Jose Fonseca1-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-05git: Ignore backtrace tests.Jose Fonseca1-0/+2
2015-08-17git: Ignore recently added tests.Jose Fonseca1-0/+2
2015-07-17git: Ignore .ubj files.Jose Fonseca1-0/+1
2015-06-19Ignore Testing subdir.Jose Fonseca1-0/+1
2015-05-27gui: Add UBJSON unit tests.Jose Fonseca1-0/+1
2014-01-23qapitrace: ignore more supporting files generated by qtcreatorLawrence L Love1-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-22qapitrace: ignore supporting files generated by qtcreatorLawrence L Love1-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-28cgltrace: Use DYLD_FRAMEWORK_PATH instead of DYLD_LIBRARY_PATH.José Fonseca1-0/+1
It seems that from MacOSX 10.9 DYLD_FRAMEWORK_PATH takes precendence over DYLD_LIBRARY_PATH for frameworks. Issue #181.
2012-04-14Move dispatch to its own subdirectory.José Fonseca1-1/+0
2012-04-14Move retracers to their own directory.José Fonseca1-2/+0
2012-04-14Move tracers to wrappers subdirectory.José Fonseca1-8/+0
2011-11-17Ignore generated files.José Fonseca1-0/+2
2011-10-30Update docs / scripts for tracedump -> apitrace dump change.José Fonseca1-1/+0
2011-10-30Add a top-level apitrace program.Carl Worth1-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-09Cleanup param size computation.José Fonseca1-0/+1
2011-10-07Ignore cgltrace.cppJosé Fonseca1-0/+1
2011-09-27Ignore .dmg files.José Fonseca1-0/+1
2011-09-21Split D3D specs for trace generators.José Fonseca1-5/+4
2011-07-02PNM output support.José Fonseca1-0/+1
Inspired on Mathieu Virbel's raw stdout snashot branch.
2011-05-19Reorganize glstate code.José Fonseca1-1/+1
2011-05-18Start making glstate an independent module.José Fonseca1-1/+1
2011-05-08Use CPack for packaging.José Fonseca1-1/+4
2011-05-04Update gitignore.José Fonseca1-0/+1
2011-04-20Fix build on MacOSX.José Fonseca1-0/+1
2011-04-15Rename dump -> tracedump.José Fonseca1-1/+1
Dump is a too generic name to be, for example, in /usr/bin/.
2011-04-13Ignore .json files.José Fonseca1-1/+2
2011-04-10Split gltrace.cpp code into multiple files.José Fonseca1-2/+2
2011-03-30Basic state dumping.José Fonseca1-0/+1
In JSON format. Human readable, but it is really meant to be parsed by a GUI,
2010-12-04Write PNG images instead.José Fonseca1-0/+1
2010-11-30Trace output of glGetProgram/ShaderivJosé Fonseca1-0/+1
2010-11-30Fix Makefile ignore pattern.José Fonseca1-1/+1
2010-11-30opengl32.cpp -> wgltrace.cppJosé Fonseca1-1/+1
2010-11-29Dump bitmaps.José Fonseca1-0/+1
2010-11-28Eliminate GLEW dependency.José Fonseca1-0/+1
2010-11-28Update ignore.José Fonseca1-3/+0
2010-11-27More efficient string switcher.José Fonseca1-1/+1
2010-11-25Makefile for the helpers.José Fonseca1-1/+1
2010-11-19Build D3D wrappers with CMake.José Fonseca1-8/+9
2010-11-19First stab at binary trace and retracing.José Fonseca1-2/+4
It's enough to retrace trivial/tri Mesa demo.
2010-11-14Basic Linux/GLX tracing support.José Fonseca1-0/+6
2010-11-12Convert ignore specifications from HG to Git.José Fonseca1-0/+27
2010-11-12Port ignore list from git.José Fonseca1-27/+0
2009-09-28Rudimentary support for D3D10.José Fonseca1-0/+4
2009-05-04Ignore MinGW output files.José Fonseca1-0/+2
2009-04-13Basic support for tracing d3d7.José Fonseca1-0/+1
2009-04-13Ignore more files.José Fonseca1-1/+5
2009-04-13Trace opengl32.dll.José Fonseca1-0/+1
2008-07-10Update ignore rules.José Fonseca1-0/+1
2008-07-09Auto-generate d3d9.José Fonseca1-0/+1