Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite openal-info | Chris Robinson | 2010-03-13 | 1 | -191/+223 |
| | | | | | | | | Output is mostly unchanged, however there are differences. Device-specific info (including context-specific info) is separated from NULL-device queries, and there is now a distinction between ALC versions of the NULL device and the opened device. Additionally, an alternate playback device can be queried by specifying its name as the first parameter. | ||||
* | Print available devices before trying to open one | Chris Robinson | 2009-11-19 | 1 | -14/+12 |
| | |||||
* | Watch for NULL and empty device lists | Chris Robinson | 2009-11-19 | 1 | -3/+4 |
| | |||||
* | Display supported filters using a comma-separated listing | Chris Robinson | 2009-11-19 | 1 | -45/+42 |
| | |||||
* | Be clearer if device opening or context setup fails | Chris Robinson | 2009-11-19 | 1 | -10/+20 |
| | |||||
* | Rename Standard Reverb to Reverb | Chris Robinson | 2009-04-13 | 1 | -1/+1 |
| | |||||
* | Fix function pointer declarations | Chris Robinson | 2008-09-16 | 1 | -6/+6 |
| | |||||
* | Fix typo to get the proper minor ALC version | Chris Robinson | 2008-09-12 | 1 | -1/+1 |
| | |||||
* | Print EFX info when the extension is available | Chris Robinson | 2008-09-12 | 1 | -0/+123 |
| | |||||
* | Add addiitonal copyright line | Chris Robinson | 2008-05-18 | 1 | -0/+1 |
| | |||||
* | Add a simple example that prints out some OpenAL info | Chris Robinson | 2008-05-18 | 1 | -0/+170 |