summaryrefslogtreecommitdiff
path: root/ext/gl/effects
Commit message (Expand)AuthorAgeFilesLines
* gleffects: fix gleffects fisheye shader compile errorHaihua Hu2016-01-291-1/+1
* gl: use gles2 shaders everywhereMatthew Waters2015-08-1019-416/+46
* gleffects_laplacian: fix shader compilation in gl3/gles2Matthew Waters2015-05-261-0/+1
* gl: remove useless gl{En,Dis}able (GL_TEXTURE_*) callsMatthew Waters2015-05-1416-77/+0
* gleffects: Merge laplacian filter into effectsMichał Dębski2015-04-213-0/+138
* gleffects: Merge sobel filter into effectsMichał Dębski2015-04-211-0/+180
* gleffects: Merge blur filter into effectsMichał Dębski2015-04-211-0/+122
* gleffects: Correct attributes for hconv and vconv shadersMichał Dębski2015-04-211-2/+2
* gleffects: Fix fisheye shader - pass float to sqrtMichał Dębski2015-04-211-1/+1
* gleffects: port all effects to GLES2.0Anton Obzhirov2015-03-3016-469/+699
* gl: get the context from basemixer/basefilterMatthew Waters2015-03-1314-24/+24
* gl: fix various build errors without desktop glMatthew Waters2014-11-281-2/+2
* gleffects: support gl3 whereever gles2 is supportedMatthew Waters2014-11-284-36/+17
* glfeature: remove GST_GL_API_GLES3Matthew Waters2014-05-303-15/+15
* gleffects: use new helper functions to avoid duplicating the same vertex shad...Julien Isorce2014-04-305-82/+24
* gl: pass large structure by const pointer, not valueVincent Penquerc'h2014-04-094-12/+12
* gl: silence all the compiler warningsMatthew Waters2014-03-1614-26/+30
* move gl elements to ext subdirectoryMatthew Waters2014-03-1618-0/+2503