| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a crash when calling QOpenGLTexture::setData with a null QImage. | Juha Turunen | 2015-12-11 | 1 | -0/+6 |
| * | Allow sharing contexts in QOpenGLTexture::destroy() | Laszlo Agocs | 2015-08-04 | 1 | -2/+3 |
| * | Fix accidental fall through in QOpenGLTexture::set[Compressed]Data() | Sean Harmer | 2015-07-04 | 1 | -0/+2 |
| * | The default wrap mode is REPEAT | Laszlo Agocs | 2015-04-16 | 1 | -4/+6 |
| * | Fix qdoc warning in qopengltexture.cpp. | Friedemann Kleint | 2015-03-30 | 1 | -1/+1 |
| * | Disable usage of glTexStorage on Mali ES 3.0 | Laszlo Agocs | 2015-03-20 | 1 | -2/+3 |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5 | Frederik Gladhorn | 2015-02-24 | 1 | -1/+3 |
| |\ |
|
| | * | Correct pixel type for depth textures on ES | Laszlo Agocs | 2015-02-20 | 1 | -1/+3 |
| * | | 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 | -50/+37 |
| * | | Check for the proper extension for anisotropic filtering | Laszlo Agocs | 2015-02-04 | 1 | -1/+1 |
| * | | QOpenGLTexture: introduce texture comparison support | Giuseppe D'Angelo | 2015-01-17 | 1 | -0/+121 |
| * | | QOpenGLTexture: better document the depth/stencil features | Giuseppe D'Angelo | 2015-01-17 | 1 | -0/+12 |
| * | | 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: don't allocate immutable multisample storage if not supported | Giuseppe D'Angelo | 2014-11-14 | 1 | -3/+35 |
| * | | QOpenGLTexture: be more strict with the pixel format/types | Giuseppe D'Angelo | 2014-11-14 | 1 | -3/+141 |
| * | | QOpenGLTexture: Fix a comment | Giuseppe D'Angelo | 2014-11-14 | 1 | -4/+4 |
| * | | QOpenGLTexture: introduce support for Ericsson compressed formats | Giuseppe D'Angelo | 2014-11-14 | 1 | -0/+58 |
| * | | QOpenGLTexture: fix storage allocation | Giuseppe D'Angelo | 2014-11-13 | 1 | -10/+156 |
| * | | QOpenGLTexture: revamp the feature list | Giuseppe D'Angelo | 2014-11-13 | 1 | -12/+48 |
| |/ |
|
| * | 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 internalFormat in QOpenGLTexture for ES2 | Laszlo Agocs | 2014-07-09 | 1 | -1/+10 |
| * | Merge remote-tracking branch 'origin/5.3' into dev | Frederik Gladhorn | 2014-07-03 | 1 | -3/+2 |
| |\ |
|
| | * | QOpenGLTexture: fix the feature test for Buffer Textures | Giuseppe D'Angelo | 2014-07-01 | 1 | -3/+2 |
| * | | Merge remote-tracking branch 'origin/stable' into dev | J-P Nurmi | 2014-06-05 | 1 | -9/+27 |
| |\| |
|
| | * | QOpenGLTexture: test for extensions when checking features | Giuseppe D'Angelo | 2014-05-25 | 1 | -8/+24 |
| | * | Fix a crash in QOpenGLTexture::allocateStorage() | Tasuku Suzuki | 2014-05-23 | 1 | -1/+3 |
| * | | Fix support for depth/stencil textures in QOpenGLTexture | Giuseppe D'Angelo | 2014-05-26 | 1 | -7/+243 |
| * | | Introduce QOpenGLTexture::target() | Giuseppe D'Angelo | 2014-05-24 | 1 | -0/+11 |
| * | | Expose multisample settings on QOpenGLTexture | Sean Harmer | 2014-05-16 | 1 | -2/+121 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/release' into stable | Frederik Gladhorn | 2014-05-01 | 1 | -16/+16 |
| |\ |
|
| | * | Rename new QOpenGLContext APIs | Laszlo Agocs | 2014-04-25 | 1 | -16/+16 |
| * | | remove context unmatched warning in QOpenGLTexture | Tasuku Suzuki | 2014-04-16 | 1 | -0/+4 |
| |/ |
|
| * | Fix some documentation errors. | Friedemann Kleint | 2014-03-24 | 1 | -7/+7 |
| * | Doc: correction link, example and parameter issues qtbase | Nico Vertriest | 2014-03-10 | 1 | -26/+46 |
| * | Avoid using direct OpenGL calls in gui and widgets | Laszlo Agocs | 2014-03-10 | 1 | -3/+3 |
| * | Dynamic GL: remove exporting symbols | Laszlo Agocs | 2014-03-04 | 1 | -16/+16 |
| * | OpenGL: Fix QOpenGLTexture for cubemaps with mutable storage | Sean Harmer | 2014-02-14 | 1 | -1/+23 |
| * | Dynamic GL switch on Windows | Laszlo Agocs | 2014-02-14 | 1 | -200/+251 |
| * | Merge remote-tracking branch 'origin/stable' into dev | Frederik Gladhorn | 2014-02-12 | 1 | -4/+15 |
| |\ |
|
| | * | Doc: Fix issues with QOpenGLTexture enumerations | Topi Reinio | 2014-02-11 | 1 | -4/+15 |
| * | | QOpenGLTexture: fix support for 1D textures | Giuseppe D'Angelo | 2014-02-07 | 1 | -11/+28 |
| * | | QOpenGLTexture: remove typos in the docs | Giuseppe D'Angelo | 2014-02-03 | 1 | -2/+2 |
| * | | QOpenGLTextureHelper: fix the DSA emulation | Giuseppe D'Angelo | 2014-02-03 | 1 | -67/+67 |
| * | | QOpenGLTexture: avoid a QImage detach when uploading texture data from it | Giuseppe D'Angelo | 2014-01-31 | 1 | -1/+1 |
| * | | QOpenGLTexture: Introduce const void * image upload methods | Giuseppe D'Angelo | 2014-01-31 | 1 | -2/+120 |
| |/ |
|
| * | Enable QOpenGLTexture for OpenGL ES 2 | Jorgen Lind | 2013-11-14 | 1 | -6/+126 |
| * | Doc: Fix broken links | Sze Howe Koh | 2013-11-05 | 1 | -6/+6 |