summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/win32
Commit message (Expand)AuthorAgeFilesLines
* gl: GST_GL_TYPE -> GST_TYPE_GLMatthew Waters2016-11-034-18/+18
* build: Also need to define GST_EXPORTS for AutotoolsNirbheek Chauhan2016-10-281-0/+1
* gl/win32: remove egl implementationMatthew Waters2016-10-053-352/+0
* glcontext/wgl: try wglCreateContextAttribsARB even not gl3 core profileWang Xin-yu (王昕宇)2016-06-211-9/+21
* gl: win32: Add debug category in gstglcontext_wgl.cXavier Claessens2016-05-251-0/+2
* gl: win32: Unparent internal window before destroying itXavier Claessens2016-05-201-0/+2
* gl: win32: Don't steal parent focus when creating internal windowXavier Claessens2016-05-201-1/+6
* gl: be consistent in gobject boilerpateMatthew Waters2015-10-193-6/+6
* glwindow: remove unused draw_unlocked functionMatthew Waters2015-09-281-1/+0
* glwindow: add API to request a resize event on the next drawMatthew Waters2015-09-171-6/+13
* glcontext/wgl: implement gl3 core profile context selectionMatthew Waters2015-08-102-23/+118
* glcontext/wgl: fix defenition of gst_gl_context_wgl_newMatthew Waters2015-07-272-2/+2
* gl/win32: fix definition of gst_gl_window_win32_newMatthew Waters2015-07-271-1/+1
* glwindow: pass display to implementation's _new()Matthew Waters2015-07-272-3/+6
* glcontext: pass display to implentation's _new()Matthew Waters2015-07-271-2/+5
* glcontext: consolidate get_proc_address function definitionMatthew Waters2015-07-182-3/+2
* gl/window: use the default main loop implementation for all backendsMatthew Waters2015-06-042-92/+7
* gl: win32: do not call SetParent in release_parent_win_id()Xavier Claessens2015-05-211-1/+1
* gl: win32: remove unused codeXavier Claessens2015-05-211-8/+0
* gl: win32: fix crash when finalizing GstGLContextXavier Claessens2015-05-211-65/+39
* gl: win32: Fix leaked GstGLContextXavier Claessens2015-05-211-6/+10
* gl: win32: set the parent window when creating internal windowXavier Claessens2015-05-211-28/+44
* gl: win32: use a GMainContext to dispatch win32 messagesXavier Claessens2015-05-215-54/+197
* gl/win32: fixup compilationMatthew Waters2015-01-291-2/+2
* glwindow: make showing a window explicitMatthew Waters2015-01-291-15/+23
* glwindow: remove width/height from _draw()Matthew Waters2015-01-231-3/+21
* glcontext: add more functionality to wrapped contextsMatthew Waters2014-10-302-5/+4
* glcontext: add api for retreiving the current context and apiMatthew Waters2014-10-282-1/+9
* gl/win32: make send_message reentrantMatthew Waters2014-05-281-1/+16
* gl: Try harder to load symbols from the correct placeSebastian Dröge2014-05-011-2/+2
* gl: fix out-of-source builds pt2Matthew Waters2014-03-271-0/+1
* gl: remove explicit reference to X_CFLAGSMatthew Waters2014-03-241-1/+0
* gl/win32: use the correct include and gst-indentMatthew Waters2014-03-231-5/+5
* gl: use wglCreateContextAttribsARB to create share contextWang Xin-yu (王昕宇)2014-03-201-6/+28
* gl: keep only one occurence of '#include <EGL/egl.h>'Julien Isorce2014-03-191-2/+0
* [891/906] context: add support for wrapping external contextsMatthew Waters2014-03-151-4/+14
* [862/906] window: remove set_need_lockMatthew Waters2014-03-151-2/+0
* [818/906] window: add send_message_async vmethodMatthew Waters2014-03-151-11/+39
* [807/906] context: Move some window error enums to contextMatthew Waters2014-03-151-5/+7
* [801/906] context: Reimplement GL context sharingMatthew Waters2014-03-151-3/+22
* [794/906] context: add subclasses for the different platforms (egl, glx, wgl,...Matthew Waters2014-03-157-478/+370
* [793/906] add a GstGLContext object that will be the basis of OpenGL contextsMatthew Waters2014-03-152-1/+8
* [792/906] build: use our own in tree headers before system onesMatthew Waters2014-03-151-2/+2
* [774/906] win32: Fix some compiler errors/warningsSebastian Dröge2014-03-151-4/+3
* [771/906] gl: Some less long/ulong/gulong usageSebastian Dröge2014-03-151-2/+2
* [752/906] glwindow: Add destroy notifies for the data of the callbacksSebastian Dröge2014-03-151-9/+3
* [743/906] win32: Allow setting window handle before creating the contextSebastian Dröge2014-03-152-8/+13
* [734/906] win32: Make automake happy by using noinst_HEADERSSebastian Dröge2014-03-151-2/+2
* [733/906] gl: Major header and include cleanupSebastian Dröge2014-03-152-6/+3
* [726/906] window: don't call a NULL destroy functionMatthew Waters2014-03-151-1/+2