Filippo Argiolas
|
9f4d1de046
|
[148/906] Fix rgb issue. Current program should always be set to 0 when a new texture is attached to a fbo.
|
2014-03-15 18:36:23 +01:00 |
|
Julien Isorce
|
f27aef15b7
|
[147/906] oups forgot to add 2 files to the previous commit
|
2014-03-15 18:36:23 +01:00 |
|
Julien Isorce
|
d6ef47cd9c
|
[146/906] remove filteredge
|
2014-03-15 18:36:23 +01:00 |
|
Julien Isorce
|
26564461f0
|
[145/906] gen/del the middle texture only one time in the gstglfilterblur
|
2014-03-15 18:36:23 +01:00 |
|
Filippo Argiolas
|
fadb69b0aa
|
[144/906] remove gstglfilterblur.h, it's easier to have everything in the same file
|
2014-03-15 18:36:23 +01:00 |
|
Filippo Argiolas
|
b0f30ff125
|
[143/906] Add init and reset callbacks in GstGLFilter to run arbitrary gl code at start and stop. Useful to init and cleanup custom gl resources.
|
2014-03-15 18:36:23 +01:00 |
|
Filippo Argiolas
|
396afd5ef3
|
[142/906] Add a generic action to be able to execute arbitrary gl code within the gl thread with less pain
|
2014-03-15 18:36:23 +01:00 |
|
Filippo Argiolas
|
77c0b28031
|
[141/906] some steps towards simplification. added a convenience function to gstglfilter and some comment here and there
|
2014-03-15 18:36:23 +01:00 |
|
Filippo Argiolas
|
a53754cc28
|
[140/906] Fix GL_STACK_OVERFLOW
|
2014-03-15 18:36:23 +01:00 |
|
Julien Isorce
|
47554d341c
|
[139/906] fix warnings when compiling upload/download shaders
|
2014-03-15 18:36:23 +01:00 |
|
Filippo Argiolas
|
df427d2681
|
[138/906] is that videoformat pointer really needed?
|
2014-03-15 18:36:23 +01:00 |
|
Filippo Argiolas
|
570b7f2005
|
[137/906] Don't reallocate texture memory every time in upload_* functions.
|
2014-03-15 18:36:23 +01:00 |
|
Filippo Argiolas
|
8c9cb5939e
|
[136/906] reindent gstgldisplay with gstreamer-c-mode
|
2014-03-15 18:36:23 +01:00 |
|
Julien Isorce
|
79bea07a77
|
[135/906] add and make the Filippo's gstglfilterblur works on the master branch (example of multiple step rendering)
|
2014-03-15 18:36:23 +01:00 |
|
julien User
|
03a9ea9c6b
|
[134/906] fix makefiles list from configure.ac (tests have changes) and fix a warning
|
2014-03-15 18:36:23 +01:00 |
|
Julien Isorce
|
21be1c07de
|
[133/906] finish todo task 4
|
2014-03-15 18:36:22 +01:00 |
|
Julien Isorce
|
8049be3a60
|
[132/906] make the plugin properly shutdown when one of the check requirements failed
|
2014-03-15 18:36:22 +01:00 |
|
Filippo Argiolas
|
c3d0a2f9b4
|
[131/906] fix warnings (unused vars)
|
2014-03-15 18:36:22 +01:00 |
|
Julien Isorce
|
3d3ba97c4d
|
[130/906] use GstGLShader in the GLSL colorspace conversion
|
2014-03-15 18:36:22 +01:00 |
|
Filippo Argiolas
|
93722cac7d
|
[129/906] fixed warning for unused variable (fatal with -Werror)
|
2014-03-15 18:36:22 +01:00 |
|
Julien Isorce
|
44ec9c01dd
|
[128/906] add GstGLShader stuffs in the vs8 project, fix laplacian fragment code to make it compile on ATI, and fix check function about Opengl and Glew version
|
2014-03-15 18:36:22 +01:00 |
|
Filippo Argiolas
|
aeadf6bc0e
|
[127/906] Imported GstGLShader from cvs branch. Added a demo laplacian convolution filter to demonstrate how this can be integrated with minimum effort.
|
2014-03-15 18:36:22 +01:00 |
|
David Schleef
|
a4400cf12b
|
[126/906] Change some guints to GLuints because of warnings on OS/X.
|
2014-03-15 18:36:22 +01:00 |
|
David Schleef
|
50b8417097
|
[125/906] Add libraries as appropriate to fix compilation
|
2014-03-15 18:36:22 +01:00 |
|
David Schleef
|
a03eac3c2d
|
[124/906] Global replace of CRLF line endings to LF
|
2014-03-15 18:36:22 +01:00 |
|
Julien Isorce
|
af16a51ee2
|
[123/906] X Specific: better implementation of the gst_gl_set_window_id
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@584 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:22 +01:00 |
|
Julien Isorce
|
bfd8d294b4
|
[122/906] better implementation of gst_gl_display_set_window_id for win32. (change the window of the current wglcontext instead of reinit everything, and so avoid some problems about opengl objects that could be init in the previous wglcontext and so no usable in the newer wglcontext, it what the case for the first texture) This newer implementation has not been made yet on linux
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@582 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:22 +01:00 |
|
Julien Isorce
|
f2ea87e951
|
[121/906] avoid use of GLSL functions when fragment_shader is not available
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@581 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:22 +01:00 |
|
Julien Isorce
|
3505ae339c
|
[120/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@580 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:22 +01:00 |
|
Julien Isorce
|
21e2cff9cc
|
[119/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@579 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:22 +01:00 |
|
Julien Isorce
|
951460cdd1
|
[118/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@573 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:22 +01:00 |
|
Julien Isorce
|
27c009b1ee
|
[117/906] up gtk example
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@564 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:22 +01:00 |
|
Julien Isorce
|
6b2276b9ab
|
[116/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@563 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
90f411fe53
|
[115/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@556 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
5acf54ccf9
|
[114/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@555 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
37a0568858
|
[113/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@554 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
652914f17b
|
[112/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@552 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
faf7dcbc6d
|
[111/906] up
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@548 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
070fbb7498
|
[110/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@544 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
31b67c52b1
|
[109/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@543 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
e7f5afee87
|
[108/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@540 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
04946b3f1d
|
[107/906] fix opengl version checker
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@534 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
6fe0a756a1
|
[106/906] up sobel algo
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@522 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
646aaf4cd3
|
[105/906] up Sobel filter and gl/glew version checker
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@518 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
f0a68351b3
|
[104/906] start to add a glfilteredge that proceeds edge detection using GLSL
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@517 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
459cde2eaa
|
[103/906] rename glgraphicmaker -> glupload and glvideomaker -> gldownload
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@516 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
7bf48a45ff
|
[102/906] up
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@514 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
b2ba65cb9b
|
[101/906] idem
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@513 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
a8ceba7f97
|
[100/906] fix warnings linux-specific
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@512 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
9ab1b4dbe3
|
[099/906] up (switching linux and win32) ... not fun editor ...
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@511 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:20 +01:00 |
|