Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl: Add xeglthreads | Chia-I Wu | 2009-07-16 | 1 | -0/+1 |
| | | | | Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | egl: Add eglscreen to help debug egl mesa screen | Jakob Bornecrantz | 2009-01-18 | 1 | -0/+1 |
| | |||||
* | egl: Add egltri | Jakob Bornecrantz | 2008-07-04 | 1 | -0/+1 |
| | | | | First tri for EGL drivers with mesa screen ext | ||||
* | git: Updated .gitignore files | Jakob Bornecrantz | 2008-06-16 | 1 | -0/+3 |
| | |||||
* | Ignore more generated files in progs/ | Dan Nicholson | 2008-05-20 | 1 | -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. |