commit | 878f44969d44e8a8f3108ab3f613e761d1644e56 | [log] [tgz] |
---|---|---|
author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | Tue Nov 13 19:10:23 2012 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Nov 13 17:01:59 2012 -0500 |
tree | af76202bd32637e5466c4dad189631a9e709f2c1 | |
parent | f9e710b57c9b21638431fbfec6cf45a40bdf1b57 [diff] |
compositor: Move surface color state to gles2-renderer. This moves the surface color state into gles2-renderer. To do this it adds two new weston_renderer functions. create_surface to be able to create per-surface renderer state, and surface_set_color to set the color of a surface and changes it to a color surface.