summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to support builds with Qt 5.10+HEADmasterBrett Stottlemyer2018-06-161-1/+1
* Enable shader cache for 5.8Michael Brasser2017-05-122-2/+24
* Fix compile with OpenGL ES 3.Michael Brasser2016-07-051-0/+5
* Fix simplerenderer with devLaszlo Agocs2016-07-055-2/+52
* customcontext: Add linkage to libEGL for all cases that use symbols from it.Robin Burchell2016-05-191-1/+3
* Pick up stencilclip shaders from the qt-project subfolderGunnar Sletta2016-04-281-1/+7
* Reset clipping state after a completed frame.Gunnar Sletta2016-04-282-0/+10
* Make customcontext compile with 5.6Gunnar Sletta2016-04-282-0/+60
* [hybristextures] Prevent deleting native buffers while still in useMikko Harju2015-10-292-11/+6
* Fix compilation with Qt 5.5Christophe Chapuis2015-09-233-17/+65
* Introduce SimpleRenderer, more similar to the old default one.Gunnar Sletta2015-04-276-0/+1052
* Fix badly placed ifdefGunnar Sletta2015-01-291-2/+4
* Add default values matching base QSGRenderContext::compile().Michael Brasser2014-08-221-1/+1
* Remove the use of QAnimationDriver::startTime().Gunnar Sletta2014-08-202-10/+14
* Compile on desktop.Gunnar Sletta2014-08-191-3/+5
* Fix typo in ifdefGunnar Sletta2014-08-191-1/+1
* Delay querying for EGL extension string until we are live with GLGunnar Sletta2014-08-152-11/+23
* Introducing texture support based on EGL_HYBRIS_native_buffer.Gunnar Sletta2014-08-085-0/+578
* Fail gracefully if EGL image creation failedGunnar Sletta2014-08-071-2/+7
* Limit eglgralloctexture to 32-bit formats and make them all work.Gunnar Sletta2014-06-271-11/+60
* Support eglgralloctextures through QQuickWindow::createTexture().Gunnar Sletta2014-05-264-20/+71
* Safeguard program binaries from filling up the filesystem.Gunnar Sletta2014-03-061-1/+65
* EGLImage/gralloc based texturesGunnar Sletta2014-02-255-2/+508
* Ensure m_materialPreloading is properly initialized.Michael Brasser2014-02-201-0/+1
* Make overlaprenderer and materialpreload work with Qt 5.2Michael Brasser2014-02-175-25/+140
* Adaptive fixed or time based animation stepsGunnar Sletta2014-02-132-29/+92
* Program binary support via (GL_OES_get_program_binary).Gunnar Sletta2014-02-134-2/+293
* Make nonpreservedtexture work with Qt 5.2.Michael Brasser2014-02-053-13/+25
* Make customcontext work with updated 5.2.0 API.Gunnar Sletta2014-01-303-95/+153
* Removed animators, part of 5.2Gunnar Sletta2014-01-1580-7776/+1
* Make multisampling and defaultSurfaceFormat opt-inGunnar Sletta2014-01-153-2/+12
* Make animation catchup plain and simpleGunnar Sletta2014-01-152-51/+9
* Add image provider that handles AMD_compressed_ATC_texture textures.Michael Brasser2013-12-109-0/+509
* Isolate rectangle to avoid upload of the tableGunnar Sletta2013-12-091-0/+2
* FlyingIcon and ExtremeTable benchmarksGunnar Sletta2013-08-146-0/+213
* Updated licenses and contact detailsTeemu Kaukoranta2013-06-1963-84/+84
* Say hello to Qt.labs.shapes 0.1Gunnar Sletta2013-05-2821-0/+1944
* Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-2362-62/+62
* Fixed licensesTeemu Kaukoranta2013-05-2362-1372/+1372
* Add msaa option to use multisampling instead of normal antialiasingGunnar Sletta2013-05-233-1/+59
* Fix batching bug.Michael Brasser2013-05-151-3/+3
* Make it possible to force disable distancefields textGunnar Sletta2013-05-133-0/+29
* Disable swap anim driver time warningGunnar Sletta2013-05-021-5/+3
* Create m_clipProgram in correct thread.Michael Brasser2013-04-172-7/+14
* Enable preloading/sharing of the overlap renderer's clip program.Michael Brasser2013-04-124-23/+40
* Introduce CustomContext_USE_BGRA_FALLBACK.Michael Brasser2013-04-112-7/+10
* AtlasTexture improvementsMichael Brasser2013-04-113-28/+34
* Minor cleanup: remove unused code.Michael Brasser2013-04-112-5/+0
* Allow nonpreservedrtexture and atlastexture to be used together.Michael Brasser2013-04-025-10/+24
* Introduce 'nonpreservedtexture'Michael Brasser2013-04-025-0/+91