Merge pull request #862 from emersion/renderer-scissor-upside-down

Make wlr_renderer_scissor take normal coords instead of upside-down ones
This commit is contained in:
Drew DeVault 2018-04-13 09:32:41 -04:00 committed by GitHub
commit 63763d3279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 9 deletions

View file

@ -38,6 +38,8 @@ struct wlr_gles2_renderer {
GLuint tex_rgbx;
GLuint tex_ext;
} shaders;
uint32_t viewport_width, viewport_height;
};
enum wlr_gles2_texture_type {