| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move QOpenGLTexture and related classes from QtGui to QtOpenGL | Johan Klokkhammer Helsing | 2020-01-24 | 1 | -663/+0 |
| * | QOpenGLTexture::setBorderColor: Pass QColor by const & | Albert Astals Cid | 2019-10-07 | 1 | -1/+1 |
| * | QOpenGLTexture::setData add overloads to allow specifying sub images | Paul Lemire | 2019-02-27 | 1 | -0/+26 |
| * | Replace Q_NULLPTR with nullptr where possible | Kevin Funk | 2017-09-19 | 1 | -18/+18 |
| * | Add debug operator for QOpenGLTexture | Friedemann Kleint | 2017-05-11 | 1 | -0/+9 |
| * | Add new APIs which is useful to upload more than one layer at once | BogDan Vatra | 2017-01-04 | 1 | -0/+6 |
| * | Add ASTC compression | BogDan Vatra | 2016-12-03 | 1 | -0/+28 |
| * | Add qtguiglobal.h and qtguiglobal_p.h | Lars Knoll | 2016-07-03 | 1 | -1/+1 |
| * | Make QOpenGLTexture a Q_GADGET | Paul Lemire | 2016-03-18 | 1 | -0/+17 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -13/+19 |
| * | Add ETC1 to QOpenGLTexture formats | Laszlo Agocs | 2015-08-06 | 1 | -0/+1 |
| * | QtGui: Use Q_NULLPTR instead of 0 in all public headers | Marc Mutz | 2015-07-19 | 1 | -16/+16 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -6/+6 |
| * | Make mipmap levels and texture comparison work with GLES 3.0+ | Laszlo Agocs | 2015-02-07 | 1 | -1/+2 |
| * | QOpenGLTexture: introduce texture comparison support | Giuseppe D'Angelo | 2015-01-17 | 1 | -1/+24 |
| * | Merge remote-tracking branch 'origin/5.4' into dev | Frederik Gladhorn | 2014-11-27 | 1 | -0/+4 |
| |\ |
|
| | * | Deprecate implementations of functions deprecated in headers | Shawn Rutledge | 2014-11-27 | 1 | -0/+4 |
| * | | QOpenGLTexture: move the Feature enum on top of the header | Giuseppe D'Angelo | 2014-11-14 | 1 | -22/+22 |
| * | | QOpenGLTexture: introduce support for Ericsson compressed formats | Giuseppe D'Angelo | 2014-11-14 | 1 | -0/+10 |
| * | | QOpenGLTexture: fix storage allocation | Giuseppe D'Angelo | 2014-11-13 | 1 | -0/+1 |
| * | | QOpenGLTexture: move all the enums at the beginning of the class | Giuseppe D'Angelo | 2014-11-13 | 1 | -78/+78 |
| |/ |
|
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -18/+10 |
| * | Add missing 8_8_8_8 pixel types to QOpenGLTexture | Sean Harmer | 2014-07-24 | 1 | -0/+2 |
| * | Fix support for depth/stencil textures in QOpenGLTexture | Giuseppe D'Angelo | 2014-05-26 | 1 | -1/+5 |
| * | Introduce QOpenGLTexture::target() | Giuseppe D'Angelo | 2014-05-24 | 1 | -0/+2 |
| * | Expose multisample settings on QOpenGLTexture | Sean Harmer | 2014-05-16 | 1 | -0/+4 |
| * | QOpenGLTexture: fix support for 1D textures | Giuseppe D'Angelo | 2014-02-07 | 1 | -1/+2 |
| * | QOpenGLTexture: Introduce const void * image upload methods | Giuseppe D'Angelo | 2014-01-31 | 1 | -8/+33 |
| * | Enable QOpenGLTexture for OpenGL ES 2 | Jorgen Lind | 2013-11-14 | 1 | -2/+15 |
| * | QOpenGLTexture: mark (QImage) ctor explicit | Marc Mutz | 2013-11-14 | 1 | -1/+1 |
| * | QOpenGLTexture: mark (Target) ctor explicit | Marc Mutz | 2013-11-14 | 1 | -1/+1 |
| * | Long live QOpenGLTexture! | Sean Harmer | 2013-09-22 | 1 | -0/+488 |