From 15dbe49f8103bfcf493a225868734fdf8c924d03 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 24 Dec 2007 20:53:56 +0000 Subject: sys/glsink/: Rewrite a bunch of code to use textures as the intermediate instead of renderbuffers. upload, download,... Original commit message from CVS: * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: * sys/glsink/gstglbuffer.c: * sys/glsink/gstglbuffer.h: * sys/glsink/gstgldownload.c: * sys/glsink/gstglfilter.c: * sys/glsink/gstglupload.c: Rewrite a bunch of code to use textures as the intermediate instead of renderbuffers. upload, download, filtering all work. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e089d452..bf5346e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2007-12-24 David Schleef + + * sys/glsink/glimagesink.c: + * sys/glsink/glimagesink.h: + * sys/glsink/glvideo.c: + * sys/glsink/glvideo.h: + * sys/glsink/gstglbuffer.c: + * sys/glsink/gstglbuffer.h: + * sys/glsink/gstgldownload.c: + * sys/glsink/gstglfilter.c: + * sys/glsink/gstglupload.c: + Rewrite a bunch of code to use textures as the intermediate + instead of renderbuffers. upload, download, filtering all + work. + 2007-12-23 David Schleef * gst/videoparse/Makefile.am: -- cgit v1.2.1