glutils: fix matrix operations everywhere
[platform/upstream/gstreamer.git] / ext / gl / gstgltransformation.c
2017-08-23 Matthew Watersglutils: fix matrix operations everywhere
2017-08-23 Matthew Watersgltransformation: draw with GL_TRIANGLES
2017-07-12 Jan Schmidtglfilter: Remove hard-coded pad templates
2017-04-12 Thibault Saunierdocs: Port all docstring to gtk-doc markdown
2017-03-14 Matthew Watersgl: GL_ARRAY_BUFFER is not a part of VAO state
2016-11-10 Matthew Watersgl/utils: move gen_shader() to the plugin and remove...
2016-11-07 Matthew Watersglfilter: remove display_init/reset
2016-10-27 Nirbheek ChauhanExplicitly define float constants as float
2016-08-19 Matthew Watersgltransformation: rewrite the inverse transformation...
2016-07-26 Matthew Watersglframebuffer: rewrite for a more consistent API
2016-07-26 Matthew Watersgl: use GLMemory for accessing textures everywhere
2016-05-24 Arjen Veenhuizengltransformation: make the pivot-z property READWRITE
2016-05-14 Matthew Watersgltransformation: use the affine transformation meta...
2016-02-03 Matthew Watersgltransformation: reconfigure the src when changing...
2016-01-15 Matthew Watersgltransformation: always build a valid mvp matrix
2016-01-15 Matthew Watersgltransformation: support negative scales
2016-01-15 Matthew Watersgltransformation: implement passthrough handling
2016-01-15 Matthew Watersgltransformation: implement navigation events
2015-12-15 Vineeth TMplugins-bad: Fix example pipelines
2015-12-11 Matthew Watersgltransformation: clear to transparent
2015-08-08 Lubosz Sarneckigltransformation: implement pivot point for rotation...
2015-07-07 Matthew Watersgltransformation: correct vao usage
2015-05-25 Matthew Watersgltransformation: fix DrawElements call for element...
2015-05-14 Matthew Watersgl: element buffers are part of vao state
2015-04-27 Matthieu Bourongltransformation: Unref shader in ::stop()
2015-04-26 Sebastian Drögeglfilter: De-camelcase onInitFBO() vfunc
2015-04-26 Lubosz Sarneckigltransformation: don't initialize multiple shaders...
2015-04-21 Lubosz Sarneckigltransformation: fix shader memory leak
2015-03-13 Matthew Watersgl: get the context from basemixer/basefilter
2015-03-03 Xavier Claessensgltransformation: normalize translations
2015-03-03 Xavier Claessensgltransformation: Fix doc typo
2015-02-18 Nicolas Dufresnegltransform: Fix includes of graphene headers
2014-12-11 Matthew Watersgl: fixup vao and vbo usage for legacy GL
2014-11-27 Matthew Watersgldisplay: implement runtime GL api filtering
2014-11-27 Matthew Watersgltransformation: support gl3
2014-09-30 Lubosz Sarneckigltransformation: graphene multiplication order has...
2014-09-04 Lubosz Sarneckigltransformation: fix issues and expose mvp matrix
2014-06-18 Lubosz Sarneckiopengl: add element for transforming video geometry