index
:
users/pcacjr/efl.git
for-upstream
master
Unnamed repository; edit this file 'description' to name the repository.
Paulo Alcantara
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
modules
/
evas
Commit message (
Expand
)
Author
Age
Files
Lines
*
evas: evas_gl - Got rid of resource pool in favor of creation on demand.
HEAD
master
Sung W. Park
2013-03-04
3
-130
/
+27
*
evas/wayland_shm: Add evas_swapper_reconfigure().
Rafael Antognolli
2013-02-28
3
-2
/
+62
*
Fix valid variable check.
Christopher Michael
2013-02-27
1
-1
/
+1
*
Fix incorrect variable check.
Christopher Michael
2013-02-27
1
-1
/
+1
*
evas/wayland_egl: Fix build error caused by wrong assignment.
Rafael Antognolli
2013-02-26
1
-1
/
+1
*
efl: Fixes to support compiling with CFLAGS=-Werror
Henrique Dante de Almeida
2013-02-26
1
-2
/
+2
*
Evas: Fixed wrong EINA_UNUSED usage in the gl_x11 engine.
Christopher Michael
2013-02-26
1
-4
/
+4
*
evas: Deal with double glShaderSource signature
Henrique Dante de Almeida
2013-02-26
3
-3
/
+5
*
evas: Fix PSD image loading
Henrique Dante de Almeida
2013-02-26
1
-1
/
+1
*
Fix evas GL common engine to have a shader to do oversampling on
Carsten Haitzler (Rasterman)
2013-02-26
80
-161
/
+2145
*
Evas: Fixed wrong if in the x11 engine.
Christopher Michael
2013-02-25
1
-1
/
+1
*
Revert "Refactor evas_sw_xlib_outbuf to allocate less in case of rotations."
Stefan Schmidt
2013-02-20
1
-64
/
+12
*
evas/wayland_shm: Remove x,y offsets from swapbuf related APIs.
Rafael Antognolli
2013-02-19
6
-29
/
+19
*
ecore_evas/wayland_shm: Fixed window resize.
Rafael Antognolli
2013-02-19
3
-25
/
+31
*
Fix swapper to take resize edges into account.
Christopher Michael
2013-02-19
1
-7
/
+10
*
Fix function prototypes to take resize edges into account.
Christopher Michael
2013-02-19
1
-2
/
+2
*
Fix swapbuf setup to take resize edges into account.
Christopher Michael
2013-02-19
1
-6
/
+10
*
Fix function prototypes to take x & y as params. Fix functions to take x & y ...
Christopher Michael
2013-02-19
1
-7
/
+14
*
Fix swapper_setup function prototype to take x & y as params.
Christopher Michael
2013-02-19
1
-1
/
+1
*
Add x & y to Output buffer.
Christopher Michael
2013-02-19
1
-1
/
+1
*
Add edges struct to engine information.
Christopher Michael
2013-02-19
1
-0
/
+4
*
xpm_loader: Make tok larger so strcpy will fit
Daniel Willmann
2013-02-18
1
-1
/
+1
*
More removal of \r
Ivan Briano
2013-02-17
1
-88
/
+88
*
Remove \r from end of line.
Ivan Briano
2013-02-17
1
-83
/
+83
*
evas: Introduce pixel_alpha_get()
Paulo C. A. Cavalcanti Jr
2013-02-16
2
-0
/
+171
*
evas: improve portability of bmp loader.
Cedric BAIL
2013-02-16
1
-9
/
+9
*
swapper -> use buf pitch, not swp->w * 4 ... if we have a buf and
Carsten Haitzler
2013-02-14
1
-1
/
+5
*
fix up apparent problem with egl context and sizing/rotation... need
Carsten Haitzler
2013-02-14
3
-6
/
+26
*
efl/evas: Remove stray ; from evas_gl_core.
Stefan Schmidt
2013-02-11
1
-1
/
+1
*
Refactor evas_sw_xlib_outbuf to allocate less in case of rotations.
Daniel Willmann
2013-02-08
1
-12
/
+64
*
and handle rotated swapbuf if bufsz doesnt match... PROPERLY.
Carsten Haitzler
2013-02-08
1
-13
/
+53
*
evas/wayland_egl: Fix Evas pointer assignment.
Rafael Antognolli
2013-02-08
1
-1
/
+1
*
swapper infra work - handle if buffer sizes dont match... :)
Carsten Haitzler
2013-02-08
3
-7
/
+15
*
Use palette mode none for conversion.
Christopher Michael
2013-01-29
1
-7
/
+7
*
evas/wayland_egl: Add do_async flag to this engine, but don't use it.
Rafael Antognolli
2013-01-28
1
-7
/
+7
*
Free the swapper when we remove the Outbuf.
Christopher Michael
2013-01-28
1
-0
/
+1
*
oops - forgot to free swapper on swapbuf free! :)
Carsten Haitzler
2013-01-28
1
-0
/
+1
*
Add logging function macros
Christopher Michael
2013-01-24
1
-0
/
+9
*
Add logging functions
Christopher Michael
2013-01-24
3
-9
/
+73
*
Add code to delete the shm pool when we destroy the swapper.
Christopher Michael
2013-01-24
1
-0
/
+20
*
Rewrite swapper code to use One shm pool and allocate buffers from
Christopher Michael
2013-01-24
1
-20
/
+57
*
Remove 'return' in idle_flush.
Christopher Michael
2013-01-24
1
-2
/
+0
*
Use eina_rectangle_free
Christopher Michael
2013-01-24
1
-7
/
+11
*
Add onebuf field to Outbuf struct.
Christopher Michael
2013-01-24
1
-0
/
+1
*
Reset Render_Engine onebuf if it was set previously.
Christopher Michael
2013-01-24
1
-0
/
+6
*
Use eina_rectangle_free to free the rect.
Christopher Michael
2013-01-24
1
-1
/
+4
*
Add function prototype for swapper_idle_flush.
Christopher Michael
2013-01-24
1
-0
/
+1
*
Add a swapper_buffer_idle_flush function to loop the Wl_Buffer
Christopher Michael
2013-01-24
1
-2
/
+38
*
Add code to handle idle_flush which will release memory that is unused
Christopher Michael
2013-01-24
1
-1
/
+8
*
Support an environment variable to set the number of buffers (double
Christopher Michael
2013-01-24
1
-0
/
+14
[next]