summaryrefslogtreecommitdiffstats
path: root/progs/egl/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* egl: Add xeglthreadsChia-I Wu2009-07-161-0/+1
| | | | Signed-off-by: Chia-I Wu <[email protected]>
* egl: Add eglscreen to help debug egl mesa screenJakob Bornecrantz2009-01-181-0/+1
|
* egl: Add egltriJakob Bornecrantz2008-07-041-0/+1
| | | | First tri for EGL drivers with mesa screen ext
* git: Updated .gitignore filesJakob Bornecrantz2008-06-161-0/+3
|
* Ignore more generated files in progs/Dan Nicholson2008-05-201-0/+5
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.