summaryrefslogtreecommitdiffstats
path: root/sys/glsink/glvideo.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-24sys/glsink/: Rename glvideo.[ch] to gstgldisplay.[ch].David Schleef1-870/+0
2007-12-24sys/glsink/: Rewrite a bunch of code to use textures as the intermediate inst...David Schleef1-29/+155
2007-12-22sys/glsink/: A careful read of the documentation reveals that I can't use ren...David Schleef1-0/+113
2007-12-21sys/glsink/: Switch to using framebuffer_objects instead of GLXPixmaps, becau...David Schleef1-137/+148
2007-12-18sys/glsink/: Use new GstVideoFormat checked into -base. Add new glupload ele...David Schleef1-0/+12
2007-12-16sys/glsink/: Rename GLVideo* to GstGL*.David Schleef1-58/+57
2007-12-16sys/glsink/: Add vblank synchronization. Isn't really working on my driver. :(David Schleef1-3/+48
2007-12-15sys/glsink/: Add support for xRGB, xBGR, and AYUV. Re-add support for power-...David Schleef1-28/+214
2007-12-15sys/glsink/gstvideo-common.*: Pull together some common raw video functions i...David Schleef1-2/+3
2007-12-12sys/glsink/: Split out gl-related code into a separate file with a sensible A...David Schleef1-0/+377