diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase/0006-QOpenGLPaintDevice-sub-area-support.patch')
| -rw-r--r-- | recipes-qt/qt5/qtbase/0006-QOpenGLPaintDevice-sub-area-support.patch | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qtbase/0006-QOpenGLPaintDevice-sub-area-support.patch b/recipes-qt/qt5/qtbase/0006-QOpenGLPaintDevice-sub-area-support.patch index 8a27e697..92ecb133 100644 --- a/recipes-qt/qt5/qtbase/0006-QOpenGLPaintDevice-sub-area-support.patch +++ b/recipes-qt/qt5/qtbase/0006-QOpenGLPaintDevice-sub-area-support.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From e4750b168337002678650ecf9fefaaa56fce0038 Mon Sep 17 00:00:00 2001 | 1 | From 17450df40d6c163c85b66c1cc485317fd6f9a9c9 Mon Sep 17 00:00:00 2001 |
| 2 | From: Jani Hautakangas <jani.hautakangas@ixonos.com> | 2 | From: Jani Hautakangas <jani.hautakangas@ixonos.com> |
| 3 | Date: Thu, 16 May 2013 09:52:07 +0300 | 3 | Date: Thu, 16 May 2013 09:52:07 +0300 |
| 4 | Subject: [PATCH 06/10] QOpenGLPaintDevice sub-area support | 4 | Subject: [PATCH] QOpenGLPaintDevice sub-area support |
| 5 | 5 | ||
| 6 | Allows creating QOpenGLPaintDevice targetting sub-area | 6 | Allows creating QOpenGLPaintDevice targetting sub-area |
| 7 | of binded framebuffer. | 7 | of binded framebuffer. |
| @@ -152,6 +152,3 @@ index 8f69095..cf82ee7 100644 | |||
| 152 | pex->updateClipScissorTest(); | 152 | pex->updateClipScissorTest(); |
| 153 | } else { | 153 | } else { |
| 154 | if (m_vao.isCreated()) { | 154 | if (m_vao.isCreated()) { |
| 155 | -- | ||
| 156 | 2.7.1 | ||
| 157 | |||
