summaryrefslogtreecommitdiff
path: root/src/modules/evas/engines/wayland_egl/evas_engine.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-15evas: fix potential similar problem as with GL X11 backend with wrong context...Cedric Bail1-2/+8
2013-11-14Remove blank lineChris Michael1-1/+0
2013-10-24EvasGL: Fixed direct rendering not clipping issueSung W. Park1-10/+11
2013-10-16evas - gl - dont allocate image and/or texture until needed on native unsetCarsten Haitzler (Rasterman)1-0/+6
2013-08-29Avoid potential memleak on rotation of tilebuf.Chris Michael1-0/+1
2013-07-30Evas: Fix Evas_GL engine shutdown error.Sung W. Park1-1/+2
2013-07-23Evas: adding image dump debug feature for wayland_egl backendSung W. Park1-0/+43
2013-07-03evas gl: fix origin of swapbufferswithdamage to be BOTTOM-LEFT based...Carsten Haitzler (Rasterman)1-5/+5
2013-06-24Port cedric's async uploading GL texture commit to wayland_egl engine.Chris Michael1-6/+47
2013-06-20evas: Keep sane name for public headerSebastian Dransfeld1-1/+1
2013-06-17Ooops, missing on "get_pixles" --> "pixels_get" conversionChris Michael1-1/+1
2013-06-17Fix render engine function "get_pixels" to be "pixels_get" (EFLChris Michael1-21/+17
2013-06-17Formatting fixesChris Michael1-6/+9
2013-06-17Evas: add partial rendering support for evasgl direct renderingSung W. Park1-8/+43
2013-06-17Revert "Added Wayland fix for evas_gl direct fix"Sung W. Park1-43/+8
2013-06-17Added Wayland fix for evas_gl direct fixSung W. Park1-8/+43
2013-06-14eglSwapBuffersWithDamage actually returns an EGLBoolean (unsignedChris Michael1-5/+5
2013-06-14Formatting fix for 80 columns...Spankies !! ;)Chris Michael1-3/+6
2013-06-14evas: preliminary work on texture destruction for async preload of texture.Cedric Bail1-2/+2
2013-06-14evas: change cache API to forward Eo object.Cedric Bail1-2/+2
2013-06-14evas: wayland_egl - mirror changes for qcom tile begin/end in wayland egl.Carsten Haitzler (Rasterman)1-0/+2
2013-06-14evas: wayland egl - mirror changes to gl_x11 for swapbufferswithdamageCarsten Haitzler (Rasterman)1-9/+12
2013-06-07Ok ... Big Wl Egl Overhaul...(evas portion)Chris Michael1-54/+52
2013-06-06Set render_engine info to new information in eng_setup before we doChris Michael1-19/+21
2013-06-05When checking for engine info changes, use the New engine info passedChris Michael1-15/+17
2013-06-05evas: mirror partial swap fix in wl egl and move to alloca for rect buf.Carsten Haitzler (Rasterman)1-4/+3
2013-06-04match egl changes in x11 with wl.Carsten Haitzler (Rasterman)1-9/+2
2013-06-04evas: add support for engine specific extention during thread task.Cedric Bail1-1/+1
2013-05-31Add new wayland_egl engine that does buffer age, double/tripleChris Michael1-28/+2259
2013-05-31Add start of new wayland_egl engine code.Chris Michael1-0/+374
2013-05-31Remove old wayland_egl engine code in prep for rewrite to use gl_common.Chris Michael1-3847/+0
2013-05-29Fix possible memory leak reported by klockwork.Chris Michael1-0/+1
2013-05-16evas/wayland-egl: Don't crash when re->win is NULLEduardo Lima (Etrunko)1-1/+2
2013-05-14evas: No need to finish a block with NULL statement.Stefan Schmidt1-2/+2
2013-05-13evas: fix evas flushing its command queue to wrong gl context in gl-backendsSung W. Park1-0/+12
2013-05-08evas/wayland_egl: Implement image_mmap engine method.Rafael Antognolli1-0/+12
2013-05-06evas/wayland_egl: Update this engine after flags and attributes move.Rafael Antognolli1-11/+11
2013-05-02revert the revert... damn you git!Carsten Haitzler (Rasterman)1-2/+2
2013-05-02Revert "Efl: replace eo_data_get for objects data referencing."Carsten Haitzler (Rasterman)1-2/+2
2013-05-01Efl: replace eo_data_get for objects data referencing.Daniel Zaoui1-2/+2
2013-04-25evas/wayland_egl: Fix resize to the left or top when rotated.Rafael Antognolli1-9/+18
2013-04-24ecore_evas/wayland: Add support for rotation on wayland_egl backend.Rafael Antognolli1-1/+4
2013-04-12[Evas] Updated eglMap/UnmapImageSEC extension definitionSung W. Park1-4/+7
2013-03-20evas/wayland_egl: Fall back to dlsym if eglGetProcAddress fails.Rafael Antognolli1-3/+2
2013-03-14evas: fix compilation issue due to change of Evas_Object structure.Cedric BAIL1-20/+20
2013-03-08Small adjustment to gl engines to use procaddress if found and NOTCarsten Haitzler (Rasterman)1-3/+6
2013-02-26evas/wayland_egl: Fix build error caused by wrong assignment.Rafael Antognolli1-1/+1
2013-02-26evas: Deal with double glShaderSource signatureHenrique Dante de Almeida1-1/+2
2013-02-08evas/wayland_egl: Fix Evas pointer assignment.Rafael Antognolli1-1/+1
2013-01-28evas/wayland_egl: Add do_async flag to this engine, but don't use it.Rafael Antognolli1-7/+7