gstreamer/gst-libs/gst/gl
Sebastian Dröge 1b531037c5 [296/906] Fix callbacks passed over XEvents on 64 bit architectures
Althought the XEvent's xclient.data.l array is an array of
longs they will be constrained to 32 bit by the X11 protocol.
On 64 bit architectures use two elements of the array to store
one pointer.
This fixes segfaults that happen at least for every example
on startup.
2014-03-15 18:36:32 +01:00
..
CMakeLists.txt [282/906] update CMake build 2014-03-15 18:36:31 +01:00
gstglbuffer.c [295/906] Fix indention 2014-03-15 18:36:32 +01:00
gstglbuffer.h [229/906] update authors from the CVS repository 2014-03-15 18:36:28 +01:00
gstgldisplay.c [295/906] Fix indention 2014-03-15 18:36:32 +01:00
gstgldisplay.h [280/906] Remove set_visible, because it's now automatically done when the first post redisplay comes. 2014-03-15 18:36:31 +01:00
gstglfilter.c [295/906] Fix indention 2014-03-15 18:36:32 +01:00
gstglfilter.h [229/906] update authors from the CVS repository 2014-03-15 18:36:28 +01:00
gstglshader.c [295/906] Fix indention 2014-03-15 18:36:32 +01:00
gstglshader.h [212/906] add a glbumper (bump mapping filter through GLSL) that exposes how to use both vertex and fragment shaders 2014-03-15 18:36:27 +01:00
gstglwindow.h [281/906] Make cube example work on x11. Finish TODO task 9. 2014-03-15 18:36:31 +01:00
gstglwindow_win32.c [295/906] Fix indention 2014-03-15 18:36:32 +01:00
gstglwindow_x11.c [296/906] Fix callbacks passed over XEvents on 64 bit architectures 2014-03-15 18:36:32 +01:00
Makefile.am [290/906] Set GL_LIBS correctly in configure.ac 2014-03-15 18:36:31 +01:00