summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Add support for driver_description and os.release in GPU blacklistsLaszlo Agocs2015-06-262-33/+97
* Revert "windows: Disable D3D9/11 with ANGLE in VMs"Laszlo Agocs2015-06-232-14/+2
* windows: Disable D3D9/11 with ANGLE in VMsLaszlo Agocs2015-06-192-2/+14
* Don't try to load opengl extensions or functions without QLibraryUlf Hermann2015-06-122-3/+9
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-06-044-24/+60
|\
| * Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-034-24/+60
| |\
| | * Fix GLES3 functions on iOSLaszlo Agocs2015-05-182-24/+49
| | * Add GPU_BLACKLIST support to QTestLibLaszlo Agocs2015-05-081-0/+11
| | * Make data tables const.Volker Krause2015-05-053-3/+3
* | | De-duplicate vtables, part I: exported private classesMarc Mutz2015-06-032-1/+5
|/ /
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-042-2/+2
|\|
| * Use stdint.h in qopengl headers on MSVC toov5.5.0-beta1Laszlo Agocs2015-05-022-2/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-224-16/+62
|\|
| * Add matching by GL_VENDOR to QOpenGLConfigLaszlo Agocs2015-04-162-11/+55
| * The default wrap mode is REPEATLaszlo Agocs2015-04-161-4/+6
| * 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
* | | Replace <qhash.h> with <qhashfunctions.h> where applicableMarc Mutz2015-04-201-0/+3
* | | Solid and gradients in high color accuracyAllan Sandfeld Jensen2015-04-102-14/+32
|/ /
* | Use the default fbo in Qt sense in blitFramebufferLaszlo Agocs2015-04-081-2/+4
* | Fix debug stream operators.Friedemann Kleint2015-04-011-8/+12
* | Fix qdoc warning in qopengltexture.cpp.Friedemann Kleint2015-03-301-1/+1
* | Make versioned OpenGL functions working with the subclass patternLaszlo Agocs2015-03-272-1/+38
* | Avoid crashing in the vao when not supportedLaszlo Agocs2015-03-251-6/+7
* | Use glFinish() in QOpenGLWidget unless glFlush() is known to be enoughLaszlo Agocs2015-03-232-1/+36
* | Disable usage of glTexStorage on Mali ES 3.0Laszlo Agocs2015-03-201-2/+3
* | Disable DSA on RadeonLaszlo Agocs2015-03-141-2/+10
* | QtGui: Fix const correctness in old style castsThiago Macieira2015-03-121-1/+1
* | windows: Introduce a built-in GPU blacklistLaszlo Agocs2015-03-111-0/+18
* | Remove some uses of the private Q_PI constantAllan Sandfeld Jensen2015-02-261-4/+3
* | QtGui: Fix some qdoc-warnings.Friedemann Kleint2015-02-251-1/+1
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+3
|\|
| * Correct pixel type for depth textures on ESLaszlo Agocs2015-02-201-1/+3
* | Restore binary compatibility in versioned OpenGL function classesDavid Morgan2015-02-212-71/+295
* | Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-163-10/+8
* | Add support for GPU bug list reading.Friedemann Kleint2015-02-142-0/+395
* | QOpenGLTexture: enable build on Windows CEGiuseppe D'Angelo2015-02-121-13/+9
* | Prevent crashing on ES2 SDK - ES3 device scenarios with AndroidLaszlo Agocs2015-02-123-8/+17
* | Update copyright headersJani Heikkinen2015-02-11113-718/+718
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLaszlo Agocs2015-02-104-51/+124
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-104-51/+124
| |\|
| | * Resolve GLES3 functions from the shared libLaszlo Agocs2015-01-104-51/+124
* | | OpenGL: Add versioned functions support for opengl 4.4 and 4.5David Morgan2015-02-0942-1278/+23484
|/ /
* | Add more notes regarding the uniform settersLaszlo Agocs2015-02-081-0/+9
* | QtGui: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-082-2/+2
* | QOpenGLVertexArrayObject: remove a now unnecessary initialize callGiuseppe D'Angelo2015-02-081-2/+0
* | Make mipmap levels and texture comparison work with GLES 3.0+Laszlo Agocs2015-02-073-51/+53
* | Check for the proper extension for anisotropic filteringLaszlo Agocs2015-02-041-1/+1
* | QOpenGLTexture: introduce texture comparison supportGiuseppe D'Angelo2015-01-173-1/+147
* | QOpenGLTexture: better document the depth/stencil featuresGiuseppe D'Angelo2015-01-171-0/+12