summaryrefslogtreecommitdiffstats
path: root/customcontext/context.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix simplerenderer with devLaszlo Agocs2016-07-051-1/+12
* Make customcontext compile with 5.6Gunnar Sletta2016-04-281-0/+54
* Introduce SimpleRenderer, more similar to the old default one.Gunnar Sletta2015-04-271-0/+7
* Fix badly placed ifdefGunnar Sletta2015-01-291-2/+4
* Fix typo in ifdefGunnar Sletta2014-08-191-1/+1
* Delay querying for EGL extension string until we are live with GLGunnar Sletta2014-08-151-11/+22
* Introducing texture support based on EGL_HYBRIS_native_buffer.Gunnar Sletta2014-08-081-0/+37
* Support eglgralloctextures through QQuickWindow::createTexture().Gunnar Sletta2014-05-261-0/+20
* EGLImage/gralloc based texturesGunnar Sletta2014-02-251-0/+19
* Ensure m_materialPreloading is properly initialized.Michael Brasser2014-02-201-0/+1
* Make overlaprenderer and materialpreload work with Qt 5.2Michael Brasser2014-02-171-14/+57
* Program binary support via (GL_OES_get_program_binary).Gunnar Sletta2014-02-131-0/+4
* Make customcontext work with updated 5.2.0 API.Gunnar Sletta2014-01-301-20/+40
* Make multisampling and defaultSurfaceFormat opt-inGunnar Sletta2014-01-151-2/+3
* Updated licenses and contact detailsTeemu Kaukoranta2013-06-191-1/+1
* Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-231-1/+1
* Fixed licensesTeemu Kaukoranta2013-05-231-22/+22
* Add msaa option to use multisampling instead of normal antialiasingGunnar Sletta2013-05-231-1/+41
* Make it possible to force disable distancefields textGunnar Sletta2013-05-131-0/+14
* Create m_clipProgram in correct thread.Michael Brasser2013-04-171-6/+13
* Enable preloading/sharing of the overlap renderer's clip program.Michael Brasser2013-04-121-2/+24
* AtlasTexture improvementsMichael Brasser2013-04-111-0/+5
* Allow nonpreservedrtexture and atlastexture to be used together.Michael Brasser2013-04-021-3/+6
* Introduce 'nonpreservedtexture'Michael Brasser2013-04-021-0/+16
* Output a bit more informationGunnar Sletta2013-03-181-0/+4
* Make material preloading opt-in as it doesn't compile on desktop currentlyGunnar Sletta2013-03-111-1/+9
* Animation driver based on QQuickWindow::frameSwapped.Gunnar Sletta2013-02-071-2/+17
* Make Context request a depth buffer by default.Gunnar Sletta2013-02-071-1/+4
* Preload the common materialsGunnar Sletta2013-02-061-10/+59
* Introduced 'mactexture'Gunnar Sletta2013-02-041-6/+25
* Introduce 'threaduploadtexture'Gunnar Sletta2013-02-041-8/+20
* Restructured the customcontext and made it slightly more pluggable.Gunnar Sletta2013-02-041-137/+99
* Compile on Windows.Kim Motoyoshi Kalland2012-08-271-2/+2
* Initial code dump...Gunnar Sletta2012-08-011-0/+269