summaryrefslogtreecommitdiff
path: root/src/modules/evas
Commit message (Expand)AuthorAgeFilesLines
* Evas GL: Skip surface buffers create/allocate for pbuffer with NO_FBODongyeon Kim2015-06-032-52/+65
* Evas GL: Match FBO config with window surface configDongyeon Kim2015-06-036-22/+46
* Evas GL: Pass correct attachment enum for glDiscardFramebufferEXTDongyeon Kim2015-06-032-2/+69
* Evas GL: return correct context for context_get with indirect contextDongyeon Kim2015-06-033-7/+28
* Evas GL: Separate EGL and GL extension listsDongyeon Kim2015-06-035-73/+361
* Evas GL: Share texture id in case EGL image is not supportedDongyeon Kim2015-06-033-19/+34
* Evas GL: Make current to an Evas GL context before destroying surface buffersDongyeon Kim2015-06-031-30/+26
* Evas GL: Add indirect surface fallback and yinvert callbackDongyeon Kim2015-06-036-82/+191
* Evas GL: Fix direct_mem_opt and direct_overrideDongyeon Kim2015-06-031-41/+5
* Evas GL: destroy egl image when surface is destroyedDongyeon Kim2015-06-031-3/+36
* Evas GL: 1.x support for GLXDongyeon Kim2015-06-0310-144/+86
* Evas masking: Fix rare issue of invalid rendering (GL)Jean-Philippe Andre2015-06-031-6/+7
* evas-drm: Remove useless fields from Outbuf structureChris Michael2015-06-022-6/+0
* evas-drm: Minor formatting fixChris Michael2015-06-021-6/+6
* evas-gl-drm: Fix formattingChris Michael2015-06-011-9/+9
* evas - fix yuv support to no longer ignore 709 colorspace paramsCarsten Haitzler (Rasterman)2015-05-278-78/+1114
* evas: fix color pick compatibility of Evas_3D with GLES.se.osadchy2015-05-277-22/+60
* evas: fix compatibility with GLES2.0. Shadow effectOleksandr Shcherbina2015-05-276-64/+161
* evas: define EGL_OPENGL_ES3_BIT_KHR in all case for better portability.Cedric BAIL2015-05-261-0/+3
* evas gl engine - dont complain if refs are still there in cache on trimCarsten Haitzler (Rasterman)2015-05-221-3/+2
* evas shader generation - add comments to indicate to commit the filesCarsten Haitzler (Rasterman)2015-05-215-2/+9
* update shadersCarsten Haitzler (Rasterman)2015-05-211-87/+498
* evas: fix compatibility with GLES. Alpha testOleksandr Shcherbina2015-05-1910-63/+179
* eolian: new syntax for params/values/keysDaniel Kolesa2015-05-182-6/+6
* evas-drm: Mark framebuffer as dirty before sendingChris Michael2015-05-141-3/+3
* evas: correct normal map shader.Oleksandr Shcherbina2015-05-132-15/+18
* Evas filters: Fix glReadPixels usage for EGLJean-Philippe Andre2015-05-131-17/+20
* Evas GL common: Add very basic GL calls tracing methodJean-Philippe Andre2015-05-134-81/+123
* Evas GL common: Skip shaders generation if there is no changeJean-Philippe Andre2015-05-125-9/+22
* 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: pass disable atlas flag between Evas_3D_Texture and Evas_GL_ImageOleksandr Shcherbina2015-05-101-11/+13
* evas/engine: Fix the ector drawing for gl backendSubhransu Mohanty2015-05-091-0/+1
* eolian: change all EFL .eo files to use new syntax for propertiesDaniel Kolesa2015-05-072-4/+4
* evas: remove the need to order the header correctly for Windows.Cedric BAIL2015-05-072-0/+59
* evas: use Evas_GL_image for generate texture unit for Evas_3D_Texture.Oleksandr Shcherbina2015-05-0710-313/+340
* evas: add to Evas_GL_Image flag disable generate atlas.Oleksandr Shcherbina2015-05-074-12/+19
* evas: handle orientation while an object is cutout.Cedric BAIL2015-05-051-65/+155
* evas: fix reference counting of Evas_GL_Image during orient_set.Cedric BAIL2015-05-051-2/+12
* evas: prevent infinite loop when there is no image we can remove.Cedric BAIL2015-05-051-1/+5
* evas-gl common: clarify cryptic error messageMike Blumenkrantz2015-05-041-1/+1
* evas-drm: Remove debug noiseChris Michael2015-05-041-1/+1
* evas-wayland-shm: Fix T2352 (focused window borders blink)Chris Michael2015-04-303-19/+23
* evas-wayland-shm: Update software_generic render engine size on output resizeChris Michael2015-04-291-0/+3
* evas-wayland-shm: Minimize race condition when finding free leafChris Michael2015-04-291-15/+9
* evas-wayland-shm: Use size of buffer when cachingChris Michael2015-04-291-5/+3
* evas-drm: Fix evas-gl_drm picking incorrect resolution/mode for outputsMun, Gwan-gyeong2015-04-291-67/+28
* evas: fix issue of using two times the same image with different orient in so...Cedric BAIL2015-04-271-177/+216
* evas: get rid of clobbered warning.Cedric BAIL2015-04-251-4/+6
* evas: fix usage of the same ressource in the GL backend with orient.Cedric BAIL2015-04-251-2/+14