index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
opengl
/
gl2paintengineex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated QGL* classes
Johan Klokkhammer Helsing
2019-12-11
14
-6317
/
+0
*
QPainter: don't print deprecated warnings for HighQualityAntialiasing
Christian Ehrlicher
2019-10-03
1
-0
/
+3
*
QPainter: mark obsolete RenderHints as deprecated
Christian Ehrlicher
2019-07-03
1
-1
/
+4
*
More nullptr usage in headers
Kevin Funk
2019-03-14
3
-4
/
+4
*
Use Q_DISABLE_COPY_MOVE for private classes
Friedemann Kleint
2018-12-12
1
-1
/
+1
*
Guard QGL2PaintEngineEx/QGLPaintDevice against using unset context
Tor Arne Vestbø
2018-08-07
1
-2
/
+1
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-11-23
1
-1
/
+2
|
\
|
*
Change almost all other uses of qrand() to QRandomGenerator
Thiago Macieira
2017-11-08
1
-1
/
+2
*
|
Replace Q_DECL_OVERRIDE with override where possible
Kevin Funk
2017-09-19
3
-38
/
+38
|
/
*
Use static initialization for QBasicAtomics
Marc Mutz
2017-02-16
1
-1
/
+1
*
Make some atomic counters zero-based
Marc Mutz
2017-02-15
1
-2
/
+6
*
Add missing override into Qt modules
Alexander Volkov
2016-12-01
1
-2
/
+2
*
Remove last traces of MeeGo
Lars Knoll
2016-11-23
2
-455
/
+0
*
Standardize some "We mean it" comments
Friedemann Kleint
2016-08-17
1
-3
/
+3
*
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-05-12
2
-12
/
+9
|
\
|
*
OpenGL: use const (and const APIs) more
Anton Kudryavtsev
2016-04-20
2
-12
/
+9
*
|
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-04-11
1
-6
/
+9
|
\
\
|
|
/
|
*
QtBase: use erase and std::remove_if with QList and QVector
Anton Kudryavtsev
2016-04-08
1
-6
/
+9
*
|
QtOpenGL/plugins/platformsupport: use new QRegion::begin()/end() instead of r...
Marc Mutz
2016-03-02
1
-3
/
+3
|
/
*
Updated license headers
Jani Heikkinen
2016-01-15
15
-210
/
+300
*
Use Q_UNLIKELY for every qFatal()/qCritical()
Marc Mutz
2015-11-29
1
-7
/
+7
*
Merge remote-tracking branch 'origin/5.5' into dev
Frederik Gladhorn
2015-08-06
1
-2
/
+1
|
\
|
*
Fix warnings about unused variables
Thiago Macieira
2015-08-06
1
-2
/
+1
*
|
Delete the d_ptr in the destructor
Holger Hans Peter Freyther
2015-06-12
1
-0
/
+1
|
/
*
Fix subpixel rendered text in QGLWidget
Allan Sandfeld Jensen
2015-05-30
1
-7
/
+11
*
Make data tables const.
Volker Krause
2015-05-05
1
-1
/
+1
*
QtOpenGL: Fix const correctness in old style casts
Thiago Macieira
2015-03-26
1
-1
/
+1
*
Remove some uses of the private Q_PI constant
Allan Sandfeld Jensen
2015-02-26
1
-4
/
+3
*
Use C++ <cmath> instead of <math.h>
Allan Sandfeld Jensen
2015-02-16
1
-2
/
+2
*
Update copyright headers
Jani Heikkinen
2015-02-11
15
-105
/
+105
*
[QStaticTextItem] Drop unused members
Konstantin Ritt
2014-12-14
1
-2
/
+0
*
Add Q_DECL_OVERRIDE in the src subdirectory
Olivier Goffart
2014-12-03
3
-38
/
+38
*
Fixed QtGui's GL paint engine getting out of sync when using QtOpenGL
Samuel Rødal
2014-11-11
2
-1
/
+21
*
Fix for current_fbo getting out of sync in QtOpenGL
Samuel Rødal
2014-11-11
1
-0
/
+2
*
Update license headers and add new license files
Matti Paaso
2014-09-24
15
-285
/
+165
*
Use NAmE spelling of grey (gray)
Marc Mutz
2014-08-09
1
-1
/
+1
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2014-05-06
3
-9
/
+17
|
\
|
*
Merge remote-tracking branch 'origin/release' into stable
Frederik Gladhorn
2014-05-01
3
-8
/
+8
|
|
\
|
|
*
Rename new QOpenGLContext APIs
Laszlo Agocs
2014-04-25
3
-8
/
+8
|
*
|
Don't use GL_REPEAT for image-brush drawing on OpenGL ES2
Allan Sandfeld Jensen
2014-04-25
1
-1
/
+9
|
|
/
*
|
Remove direct OpenGL calls from QtOpenGL
Laszlo Agocs
2014-04-28
5
-96
/
+104
|
/
*
Resurrect QGLWidget::renderText()
Laszlo Agocs
2014-03-15
5
-3
/
+32
*
Dynamic GL: remove exporting symbols
Laszlo Agocs
2014-03-04
3
-9
/
+9
*
Fix some typos
Sergio Ahumada
2014-03-03
1
-1
/
+1
*
Fix texture glyph cache setup in old OpenGL paint engine
Tor Arne Vestbø
2014-02-24
1
-7
/
+6
*
Unify glyph format between QFontEngine and QFontEngineGlyphCache
Tor Arne Vestbø
2014-02-19
4
-29
/
+29
*
Dynamic GL switch on Windows
Laszlo Agocs
2014-02-14
4
-56
/
+66
*
Export optimized premultiply and unpremultiply methods
Allan Sandfeld Jensen
2014-02-10
1
-5
/
+5
*
Fix radial gradient shader compilation for OpenGL ES 2.0.
Carsten Munk
2013-12-05
1
-2
/
+2
*
Doc: Adding mark-up to boolean default values.
Jerome Pasion
2013-10-08
1
-1
/
+1
[next]