gstreamer/gst-libs/gst/gl
Руслан Ижбулатов 9af1cee2f7 [722/906] gl: Fix build on Win32
1) Need to include GL/glext.h on W32 to provide necessary macros
2) W32 macros that pre-processor has by default are different for different
   toolchains. Borland uses __WIN32__, everyone else has _WIN32, so check both.

Side-note: glext.h is not supplied by mingw-w64 at the moment, but can be
downloaded from http://www.opengl.org/registry/

https://bugzilla.gnome.org/show_bug.cgi?id=703364
2017-12-09 19:31:28 +00:00
..
cocoa [695/906] build: remove libtool warning about -version-info not used in convenience libraries 2017-12-09 19:31:28 +00:00
glprototypes [680/906] overlay: tentative port to new GstGLFuncs API 2017-12-09 19:31:27 +00:00
wayland [716/906] wayland: properly choose EGL_RENDERABLE_TYPE 2017-12-09 19:31:28 +00:00
win32 [695/906] build: remove libtool warning about -version-info not used in convenience libraries 2017-12-09 19:31:28 +00:00
x11 [716/906] wayland: properly choose EGL_RENDERABLE_TYPE 2017-12-09 19:31:28 +00:00
.gitignore [644/906] update .gitignore for some new files 2017-12-09 19:31:27 +00:00
gstglapi.c [696/906] glapi: fix memory leak from not freeing a string 2017-12-09 19:31:28 +00:00
gstglapi.h [722/906] gl: Fix build on Win32 2017-12-09 19:31:28 +00:00
gstglbufferpool.c [704/906] Use gst_object_[un]ref so we can get refcounts in the log 2017-12-09 19:31:28 +00:00
gstglbufferpool.h [603/906] update FSF address 2017-12-09 19:31:25 +00:00
gstgldisplay.c [709/906] display: some more cleanups 2017-12-09 19:31:28 +00:00
gstgldisplay.h [715/906] display: inherit from the right object class 2017-12-09 19:31:28 +00:00
gstgldownload.c [704/906] Use gst_object_[un]ref so we can get refcounts in the log 2017-12-09 19:31:28 +00:00
gstgldownload.h [699/906] display: remove list of upload and download objects 2017-12-09 19:31:28 +00:00
gstgles2.h [647/906] remove dependecy on glew 2017-12-09 19:31:27 +00:00
gstglfeature.c [701/906] display: move context creation into window 2017-12-09 19:31:28 +00:00
gstglfeature.h [691/906] feature: make gst_gl_check_extension public 2017-12-09 19:31:27 +00:00
gstglfilter.c [721/906] glfilter: Use uint64 for the OpenGL context property 2017-12-09 19:31:28 +00:00
gstglfilter.h [642/906] add gstglconfig.h for apps to find out what our capabilites are 2017-12-09 19:31:26 +00:00
gstglframebuffer.c [714/906] Add GstGLFramebuffer to replace _display_gen_fbo and friends 2017-12-09 19:31:28 +00:00
gstglframebuffer.h [714/906] Add GstGLFramebuffer to replace _display_gen_fbo and friends 2017-12-09 19:31:28 +00:00
gstglmemory.c [703/906] x11: don't segfault if destroy_cb is NULL 2017-12-09 19:31:28 +00:00
gstglmemory.h [603/906] update FSF address 2017-12-09 19:31:25 +00:00
gstglmixer.c [707/906] display: move error_message to utils 2017-12-09 19:31:28 +00:00
gstglmixer.h [603/906] update FSF address 2017-12-09 19:31:25 +00:00
gstglmixerpad.h [708/906] display: a cleanup and removal of old code 2017-12-09 19:31:28 +00:00
gstglshader.c [719/906] gl: Fix compilation with GLES2 2017-12-09 19:31:28 +00:00
gstglshader.h [647/906] remove dependecy on glew 2017-12-09 19:31:27 +00:00
gstglshadervariables.c [642/906] add gstglconfig.h for apps to find out what our capabilites are 2017-12-09 19:31:26 +00:00
gstglshadervariables.h [603/906] update FSF address 2017-12-09 19:31:25 +00:00
gstglupload.c [704/906] Use gst_object_[un]ref so we can get refcounts in the log 2017-12-09 19:31:28 +00:00
gstglupload.h [699/906] display: remove list of upload and download objects 2017-12-09 19:31:28 +00:00
gstglutils.c [718/906] shader: make it possible to unref in the non-GL thread 2017-12-09 19:31:28 +00:00
gstglutils.h [714/906] Add GstGLFramebuffer to replace _display_gen_fbo and friends 2017-12-09 19:31:28 +00:00
gstglwindow.c [710/906] window: fail if the user specifies an GL api that we cannot work with 2017-12-09 19:31:28 +00:00
gstglwindow.h [705/906] x11: don't shutdown in _finalize 2017-12-09 19:31:28 +00:00
Makefile.am [714/906] Add GstGLFramebuffer to replace _display_gen_fbo and friends 2017-12-09 19:31:28 +00:00