Files
weston/src
Ander Conselvan de Oliveira 6be5f439d5 gl-renderer: Fix initial upload of SHM buffer as texture
The fix to not call glTexImage2D() on every attach does not properly
set the texture damage region appropriately when the surface has a
buffer transform with 90 or 270 degrees rotation, since it would simply
multiply the buffer dimensions by the buffer scale, but in this case
width and height are inverted.

A possible fix for this would be to add the properly transformed region
to the texture damage region. However, there is a conversion back to
buffer coordinates when doing the actual upload and the entire buffer
needs to be uploaded anyway. So we just set a flag signalling that and
handle that special case in gl_renderer_flush_damage().
2013-06-25 16:08:17 -04:00
..
2013-05-10 14:05:59 -04:00
2012-04-06 14:01:19 +02:00
2012-05-10 14:11:44 -04:00
2013-06-19 09:08:07 -04:00
2013-05-22 17:05:45 -04:00
2013-05-22 17:05:45 -04:00
2012-04-06 14:01:19 +02:00