summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/win32
Commit message (Expand)AuthorAgeFilesLines
* 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
* [695/906] build: remove libtool warning about -version-info not used in conve...Matthew Waters2014-03-151-2/+1
* [678/906] window_win32_wgl: implement wglGetProcAddress for extension functionsMatthew Waters2014-03-151-0/+17
* [676/906] windwo_win32: port to new APIMatthew Waters2014-03-156-61/+56
* [642/906] add gstglconfig.h for apps to find out what our capabilites areMatthew Waters2014-03-151-2/+2
* [629/906] window: add GError for error handling of context creationMatthew Waters2014-03-156-63/+68
* [623/906] move GL includes into a single fileMatthew Waters2014-03-153-6/+3
* [621/906] GstGLRendererAPI => GstGLAPI and get GstGLAPI from a windowMatthew Waters2014-03-156-36/+55
* [619/906] fix typo for win32 debug variablesMatthew Waters2014-03-152-2/+2
* [616/906] move window-specific code into seperate subfoldersMatthew Waters2014-03-157-0/+1332