summaryrefslogtreecommitdiffstats
path: root/customcontext
Commit message (Expand)AuthorAgeFilesLines
* Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-2310-10/+10
* Fixed licensesTeemu Kaukoranta2013-05-2310-220/+220
* 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
* Remove the GL_APPLE_texture_format_BGRA8888 path.Gunnar Sletta2013-03-181-3/+0
* 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-113-2/+23
* Make sure dithering works, also when renderer is using depth/stencil buffer.Gunnar Sletta2013-02-261-0/+3
* Discard geometry outside the viewport rect.Michael Brasser2013-02-212-3/+10
* Implement BGRA->BGRA and BGRA->RGBA uploads in texture atlas codeGunnar Sletta2013-02-112-43/+132
* add some verbose debug to the new animation driverGunnar Sletta2013-02-111-0/+9
* Animation driver based on QQuickWindow::frameSwapped.Gunnar Sletta2013-02-075-3/+190
* Make Context request a depth buffer by default.Gunnar Sletta2013-02-072-1/+5
* Preload the common materialsGunnar Sletta2013-02-062-10/+62
* Introduced 'mactexture'Gunnar Sletta2013-02-046-29/+156
* Introduce 'threaduploadtexture'Gunnar Sletta2013-02-045-12/+220
* Restructured the customcontext and made it slightly more pluggable.Gunnar Sletta2013-02-0411-177/+301
* Remove windowmanager as it is now part of the Qt Quick libraryGunnar Sletta2013-02-046-1048/+2
* Fixes for errors and warnings.Samuel Rødal2012-11-195-18/+26
* Some small optimizations to the overlaprenderer.Samuel Rødal2012-09-251-10/+21
* Compile on Windows.Kim Motoyoshi Kalland2012-08-273-4/+11
* Don't include Unix specific code on Windows.Kim Motoyoshi Kalland2012-08-272-1/+3
* Make windowmanager more robust and ready for prime timeGunnar Sletta2012-08-272-382/+254
* Introduce bounding area heuristic in overlaprenderer.Samuel Rødal2012-08-242-1/+101
* Animation system to run on the rendering threadGunnar Sletta2012-08-104-66/+179
* Initial code dump...Gunnar Sletta2012-08-0114-0/+4357