commit | d7c172648d0cc8b4932cd30950adf8b6b5da5260 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Wed Sep 05 21:54:15 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Sep 06 21:08:12 2012 -0400 |
tree | 08a080fd42c932217397df303656a94344602b57 | |
parent | 774c34a381d8322bbddd01789b227080e1df1bfc [diff] |
compositor: Consolidate output repaint logic We move the EGL and GLES2 output repaint code into a new gles2-render.c file. The eglMakeCurrent, glViewPort, surface loop etc was duplicated across all backends, but this patch moves it to a new file.