summaryrefslogtreecommitdiffstats
path: root/progs/xdemos/texture_from_pixmap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-396/+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.
* progs/xdemos: Silence uninitialized variable warning.Vinson Lee2010-02-081-1/+1
|
* use glXGetProcAddress to get extension funcsBrian2007-05-291-3/+16
|
* set texcoords depending on GLX_Y_INVERTED_EXTBrian2007-05-211-5/+7
|
* GLX_EXT_texture_from_pixmap testBrian2007-05-191-0/+381