summaryrefslogtreecommitdiff
path: root/progs/xdemos/.gitignore
AgeCommit message (Collapse)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
2010-03-12Add programs to .gitignore in xdemosJeff Smith
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Brian Paul <brianp@vmware.com>
2010-03-04xdemos: add OML sync testJesse Barnes
Add program to test glXSwapBuffersMscOML behavior. Based on glsync.c.
2010-01-08DRI2: add OML_sync_control supportJesse Barnes
Add OML_sync_control support, along with a simple program for testing it. This means adding support for the DRI2GetMSC, DRI2WaitMSC and DRI2WaitSBC requests. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
2009-08-19progs/xdemos: add multictx to .gitignoreBrian Paul
2009-03-14mesa: .gitignoreYounes Manton
2008-11-12Add glsync demo program from jbarnes for testing vblank synchronization.Eric Anholt
2008-05-05Ignore xdemos/sharedtexDan Nicholson
2008-02-17Ignore glxgears_pixmapDan Nicholson
2007-10-25Ignore new programsDan Nicholson
2007-10-10Ignore more generated files in progs/Dan Nicholson
Many of the directories in progs/ were missing .gitignore files or were tracking generated files. This patch is basically the process of running `make' in each directory and then finding the untracked files with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing files were also sorted.
2007-09-24Update .gitignore for tests and xdemos.Eric Anholt
2006-12-06Make git ignore files only generated at build time.Michel Dänzer