efl/src/modules/evas/engines
Rafael Antognolli de5b36583d evas/wayland_shm: Change the buffer sent comparison.
Using the wb->buffer pointer to compare if a buffer was already sent is
bad, since the buffer pointer can be changed in a way that that
comparison is true, even if different buffers are used.

When requesting a new buffer to the wl_shm_pool, it can return the
buffer address of a previously freed buffer. This reused buffer pointer
can be the same as the last buffer sent to the compositor, and the
comparison will be true, skipping a new wl_buffer_attach.
2013-03-08 14:54:18 -03:00
..
buffer evas/engines: Introduce render mode 2012-12-19 16:15:58 +00:00
fb evas/engines: Introduce render mode 2012-12-19 16:15:58 +00:00
gl_cocoa evas/async_render: do not use async event to unref image maps 2013-01-11 19:56:17 +00:00
gl_common Small adjustment to gl engines to use procaddress if found and NOT 2013-03-08 19:35:36 +09:00
gl_sdl evas/engines/gl_sdl: Build and warning fixes. 2013-01-17 14:32:05 +00:00
gl_x11 Small adjustment to gl engines to use procaddress if found and NOT 2013-03-08 19:35:36 +09:00
psl1ght evas/engines: Introduce render mode 2012-12-19 16:15:58 +00:00
software_ddraw evas/engines: Introduce render mode 2012-12-19 16:15:58 +00:00
software_gdi evas/engines: Introduce render mode 2012-12-19 16:15:58 +00:00
software_generic evas: Deal with double glShaderSource signature 2013-02-26 10:17:28 -03:00
software_x11 efl: Fixes to support compiling with CFLAGS=-Werror 2013-02-26 10:55:04 -03:00
wayland_egl Small adjustment to gl engines to use procaddress if found and NOT 2013-03-08 19:35:36 +09:00
wayland_shm evas/wayland_shm: Change the buffer sent comparison. 2013-03-08 14:54:18 -03:00