summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopengltexturehelper.cpp
Commit message (Expand)AuthorAgeFilesLines
* QOpenGLTexture: Enable multisample 2D textures on GLES 3.1+Laszlo Agocs2018-05-301-0/+6
* Clean up resolving of OpenGL functions on WindowsLars Knoll2016-03-021-11/+4
* Generate more compact code to resolve the QOpenGLExtraFunctionsLars Knoll2016-03-011-6/+6
* Get rid of the gles3helper classLars Knoll2016-03-011-8/+8
* Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-011-48/+48
* Don't resolve GL 1 symbols in the texture helperLars Knoll2016-03-011-101/+41
* Updated license headersJani Heikkinen2016-01-151-13/+19
* QOpenGLTexture: fix target for compressed texturesMauro Persano2016-01-041-138/+70
* Fix crash in QOpenGLTextureSean Harmer2015-07-151-0/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+1
|\
| * Add a cast to glTexImage2D to keep QNX happyLaszlo Agocs2015-04-081-1/+1
* | Disable DSA on RadeonLaszlo Agocs2015-03-141-2/+10
* | Prevent crashing on ES2 SDK - ES3 device scenarios with AndroidLaszlo Agocs2015-02-121-7/+10
* | Update copyright headersJani Heikkinen2015-02-111-6/+6
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-15/+18
|\|
| * Resolve GLES3 functions from the shared libLaszlo Agocs2015-01-101-15/+18
* | Use the static TexStorage2|3D funcs in es buildsLaszlo Agocs2014-11-191-0/+5
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Do not resolve core functions on GLES in texture helperLaszlo Agocs2014-08-231-0/+64
* Rename new QOpenGLContext APIsLaszlo Agocs2014-04-251-3/+3
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-041-5/+4
* OpenGL: Fix QOpenGLTexture for cubemaps with mutable storageSean Harmer2014-02-141-8/+48
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-141-20/+10
* QOpenGLTextureHelper: explain why we use GetProcAddress on Windows / DesktopGLGiuseppe D'Angelo2014-02-071-0/+3
* QOpenGLTextureHelper: fix 3D texture support on ES2Giuseppe D'Angelo2014-02-071-14/+17
* QOpenGLTextureHelper: de-inline the DSA / DSA emulator wrappersGiuseppe D'Angelo2014-02-061-0/+364
* QOpenGLTextureHelper (Windows): Don't load desktop DLL when GLES2 is usedAndrew Knight2013-11-211-1/+1
* Enable QOpenGLTexture for OpenGL ES 2Jorgen Lind2013-11-141-0/+17
* Long live QOpenGLTexture!Sean Harmer2013-09-221-0/+219