summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-15[843/906] memory: provide copy_into_textureMatthew Waters2-7/+29
2014-03-15[842/906] Fix gstglconfig.h-related 'make distcheck' issuesTim-Philipp Müller1-1/+8
2014-03-15[841/906] osx: allow x11/glx backend and set default runtime to cocoa/nsglJulien Isorce2-10/+8
2014-03-15[840/906] glvideomixer: Use correct coordinates after the switch from GL_TEXT...Wang Xin-yu (王昕宇)1-3/+3
2014-03-15[839/906] cocoa: allow to call set_window_handle before to create glcontextJulien Isorce1-6/+27
2014-03-15[838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLEMatthew Waters42-785/+654
2014-03-15[837/906] cocoa: resize OpenGL view size each time the window is resizedMatthieu Bouron2-15/+9
2014-03-15[836/906] cocoa: only use GSRegisterCurrentThread with GNUStep environmentMatthieu Bouron1-0/+2
2014-03-15[835/906] gstglwindow: remove unused fieldsJulien Isorce1-12/+0
2014-03-15[834/906] gstglwindow: clear mutexJulien Isorce1-0/+2
2014-03-15[833/906] gstglcontext: initialize window to NULLJulien Isorce1-0/+1
2014-03-15[832/906] x11: ignore Expose events not initiated by gst_gl_window_drawJulien Isorce1-21/+15
2014-03-15[831/906] glimagesink: avoid to overload the drawer if already drawingJulien Isorce3-6/+19
2014-03-15[830/906] glvideomixer: Add a new simple glvideomixer elementMatthew Waters4-0/+363
2014-03-15[829/906] mixer: error out properly on flushingMatthew Waters1-0/+2
2014-03-15[828/906] context: refcount the displayMatthew Waters1-1/+2
2014-03-15[827/906] mixer: don't unref the query in the default caseMatthew Waters1-1/+0
2014-03-15[826/906] upload: free our mutexMatthew Waters1-0/+2
2014-03-15[825/906] glwindow_x11: check if the loop existsJulien Isorce1-2/+7
2014-03-15[824/906] android: Build fixesMatthew Waters6-26/+39
2014-03-15[823/906] wayland_egl: make the wayland backend actually work on Raspberry PiJulien Isorce1-9/+29
2014-03-15[822/906] gstglcontext_egl: avoid non working EGL confs on rpi/waylandJulien Isorce1-0/+9
2014-03-15[821/906] tests: fix test_share on GLESv2Julien Isorce2-1/+5
2014-03-15[820/906] gstglwindow: if available use wayland instead dispmanx on rpiJulien Isorce1-4/+4
2014-03-15[819/906] make gen_texture/del_texture threadsafeMatthew Waters4-76/+45
2014-03-15[818/906] window: add send_message_async vmethodMatthew Waters11-248/+308
2014-03-15[817/906] make the state change test passMatthew Waters10-15/+48
2014-03-15[816/906] x11: fix make check segfaultMatthew Waters1-4/+5
2014-03-15[815/906] fix some refcount errorsMatthew Waters2-0/+3
2014-03-15[814/906] mixer: timestamp buffersMatthew Waters1-1/+8
2014-03-15[813/906] unref the pool on shutdownMatthew Waters2-5/+28
2014-03-15[812/906] move the GL vtable from GstGLDisplay to GstGLContextMatthew Waters58-860/+826
2014-03-15[811/906] tests: update for GstGLContext additionMatthew Waters1-4/+8
2014-03-15[810/906] gstglutils: use gl_vtable for glDeleteTexturesJulien Isorce1-1/+2
2014-03-15[809/906] tests: port test_share to GLES2Julien Isorce1-1/+98
2014-03-15[808/906] x11: remove dead codeMatthew Waters1-37/+0
2014-03-15[807/906] context: Move some window error enums to contextMatthew Waters4-21/+25
2014-03-15[806/906] egl: doesn't require the EGLConfig from the other contextMatthew Waters1-23/+11
2014-03-15[805/906] glfilter: rename external-opengl-context prop to other-contextMatthew Waters2-11/+15
2014-03-15[804/906] rpi: call bcm_host_init in plugin_initJulien Isorce2-2/+14
2014-03-15[803/906] raspberrypi: add support for dispmanxJulien Isorce7-5/+487
2014-03-15[802/906] add GstGLContext test that tests context sharingMatthew Waters1-0/+193
2014-03-15[801/906] context: Reimplement GL context sharingMatthew Waters6-49/+131
2014-03-15[800/906] glimagesink: avoid to draw texture while releasing stored bufferJulien Isorce1-1/+9
2014-03-15[799/906] glimagesink: fix asynchrone drawingJulien Isorce2-48/+76
2014-03-15[798/906] build: install needed headerMatthew Waters1-1/+2
2014-03-15[797/906] x11: fix build for clangMatthew Waters1-1/+1
2014-03-15[796/906] move egl into its own directoryMatthew Waters6-8/+6
2014-03-15[795/906] android: port to GstGLContextMatthew Waters1-99/+23
2014-03-15[794/906] context: add subclasses for the different platforms (egl, glx, wgl,...Matthew Waters29-1721/+1657