summaryrefslogtreecommitdiff
path: root/src/modules/evas/engines/gl_common/evas_gl_texture.c
Commit message (Expand)AuthorAgeFilesLines
* evas: font glyphs texture garbage collectorAli Alzyod2020-07-241-0/+5
* Get rid of trailing whitespaces (13 / 14)Elyes HAOUAS2020-06-231-3/+3
* Use __func__ C99 identifier instead of __FUNCTION__ compiler extensionVincent Torri2020-05-071-1/+1
* getenv - reduce continually calling getenv for the same vars do onceCarsten Haitzler (Rasterman)2019-08-081-1/+8
* evas-gl-common: Remove cserve2 supportChris Michael2018-08-301-10/+0
* evas gl: Rename secsym_ to eglsym_Jean-Philippe Andre2017-07-201-2/+2
* evas filters: Refactor ector and gfx filters A LOTJean-Philippe Andre2017-04-141-0/+1
* emotion - fix empty video data frame update when using vdpau accelCarsten Haitzler (Rasterman)2017-03-021-2/+2
* evas gl common - fix nv12 text upload with upack row lengthCarsten Haitzler (Rasterman)2017-02-261-1/+1
* evas-gl-common: Fix incorrect expressionChris Michael2017-01-081-1/+1
* evas gl - avoid a possible crash of tex upload of invalid sized imageCarsten Haitzler (Rasterman)2017-01-061-0/+2
* gl_common: Make secsym_eglCreateImage a wrapperDerek Foreman2016-12-191-9/+9
* evas gl common engine - handle render to texture atlases properlyCarsten Haitzler (Rasterman)2016-11-221-1/+1
* evas engines - add more support for noscale pixel buffers esp in glCarsten Haitzler (Rasterman)2016-11-171-1/+92
* evas/gl: Added support for stencil buffer creation while creating gl Surface.Subhransu Mohanty2016-11-161-4/+18
* evas : remove native.func.data variable and data argument of native calblacks.Minkyoung Kim2016-04-011-1/+1
* gl_common: remove incorrect EINA_UNUSED for evas_gl_common_texture_freeMike Blumenkrantz2016-03-111-1/+1
* Ector GL: Add skeletton for Evas.Ector.GL.Image.BufferJean-Philippe Andre2016-01-051-0/+15
* evas/gl : Do not re-preload image data if texture is successfully uploaded wi...Minkyoung Kim2015-12-181-0/+7
* evas/gl: Bind texture with external target for tbm surfaceDongyeon Kim2015-11-121-24/+21
* evas gl fix color on bigendian with gl engineCarsten Haitzler (Rasterman)2015-10-181-0/+8
* evas/gl_common: Fix memory leak for font glyph extension imageDongyeon Kim2015-10-011-2/+1
* evas - fix texture context bind reset in gl common using wrong textureSubhransu Mohanty2015-09-021-21/+21
* evas - gl common - make yuv gl textures double-bufffered like yuy2Carsten Haitzler (Rasterman)2015-08-311-0/+82
* evas: fix size of borders in case need generate texture without atlasesOleksandr Shcherbina2015-07-281-3/+14
* Evas gl_common: Fix up error handlingWooHyun Jung2015-07-061-1/+1
* Evas gl_common: Fix up error handlingWooHyun Jung2015-07-021-1/+1
* evas - fix yuv support to no longer ignore 709 colorspace paramsCarsten Haitzler (Rasterman)2015-05-271-1/+1
* Evas GL common: Add very basic GL calls tracing methodJean-Philippe Andre2015-05-131-14/+11
* evas: fix bug in evas gl texture.Ji-Youn Park2015-05-111-8/+2
* evas: fix bug in evas gl texture.Ji-Youn Park2015-05-111-2/+8
* evas: add to Evas_GL_Image flag disable generate atlas.Oleksandr Shcherbina2015-05-071-6/+11
* Evas GL common: Fix clang warningsJean-Philippe Andre2015-04-211-6/+6
* Evas GL common: Fix texture preload with RGB+AlphaJean-Philippe Andre2015-04-141-3/+1
* Evas GL texture: Fix invalid interpolation pixelJean-Philippe Andre2015-03-091-5/+5
* Evas GL common: Disable evas gl preload by defaultJean-Philippe Andre2015-03-041-1/+4
* Evas GL common: Improve quality of miniature imageJean-Philippe Andre2015-03-041-8/+43
* evas/gl: implement dynamic hint set using tbm surfaceDongyeon Kim2015-03-021-66/+116
* Evas GL common: Improve code readability (simplify macro)Jean-Philippe Andre2015-02-121-116/+23
* Warning--Daniel Zaoui2014-09-111-0/+4
* evas: handle GL_LUMINANCE_ALPHA.Cedric Bail2014-08-161-6/+5
* evas-gl-common: Fix invalid use of TextureChris Michael2014-08-131-1/+1
* fix resource leak on format lookup failCarsten Haitzler (Rasterman)2014-08-131-9/+9
* evas gl common - fix possible negative array accesses if search format failsCarsten Haitzler (Rasterman)2014-08-121-1/+3
* evas gl common - fix potential invalid access during texture freeCarsten Haitzler (Rasterman)2014-08-121-10/+10
* evas/gl_common: Use the right list when removing apttStefan Schmidt2014-08-081-1/+1
* Evas gl: Fix upload of RGB+A textures [INCOMPLETE]Jean-Philippe Andre2014-07-111-0/+5
* Evas gl: Add errors when using ETC1+Alpha as a normal textureJean-Philippe Andre2014-07-091-10/+12
* Evas gl: Don't use glCompressedTexSubImage2D for ETC1Jean-Philippe Andre2014-07-091-17/+23
* Evas gl: Fix potential memleakJean-Philippe Andre2014-07-091-3/+4