summaryrefslogtreecommitdiffstats
path: root/progs/xdemos/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-31/+0
| | | | | | | 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.
* Add programs to .gitignore in xdemosJeff Smith2010-03-121-3/+4
| | | | | Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* xdemos: add OML sync testJesse Barnes2010-03-041-0/+1
| | | | Add program to test glXSwapBuffersMscOML behavior. Based on glsync.c.
* DRI2: add OML_sync_control supportJesse Barnes2010-01-081-0/+1
| | | | | | | | 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 <[email protected]>
* progs/xdemos: add multictx to .gitignoreBrian Paul2009-08-191-0/+1
|
* mesa: .gitignoreYounes Manton2009-03-141-0/+1
|
* Add glsync demo program from jbarnes for testing vblank synchronization.Eric Anholt2008-11-121-0/+1
|
* Ignore xdemos/sharedtexDan Nicholson2008-05-051-0/+1
|
* Ignore glxgears_pixmapDan Nicholson2008-02-171-0/+1
|
* Ignore new programsDan Nicholson2007-10-251-0/+2
|
* Ignore more generated files in progs/Dan Nicholson2007-10-101-2/+2
| | | | | | | | 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.
* Update .gitignore for tests and xdemos.Eric Anholt2007-09-241-0/+5
|
* Make git ignore files only generated at build time.Michel Dänzer2006-12-061-0/+16