equal
deleted
inserted
replaced
61 * bar |
61 * bar |
62 |
62 |
63 QtOpenGL |
63 QtOpenGL |
64 -------- |
64 -------- |
65 |
65 |
66 - foo |
66 - QGLShaderProgram |
67 * bar |
67 * [QTBUG-12478] Don't resolve GLSL extensions if no shaders. |
|
68 * [QTBUG-12591] setUniformValue(QSize) was setting (w,w) not (w,h). |
|
69 * [QTBUG-12862] Don't #define highp/mediump/lowp if the desktop OpenGL |
|
70 implementation has the GL_ARB_ES2_compatibility extension. |
|
71 * [QTBUG-12554] Wrong OpenGLVersionFlags on OpenGL 4.0 systems. |
68 |
72 |
69 QtScript |
73 QtScript |
70 -------- |
74 -------- |
71 |
75 |
72 - foo |
76 - foo |