summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QAbstractTexture:: add handle and handleType propertiesPaul Lemire2018-10-101-0/+240
* Introduce QSetFence/QWaitFence to synchronize with 3rd party enginesPaul Lemire2018-10-105-1/+566
* Register QSharedGLTexture to qmlPaul Lemire2018-10-081-0/+2
* Add QSharedGLTexturePaul Lemire2018-10-085-0/+206
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-051-1/+20
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-221-1/+20
| |\
| | * Complete ES 3.1 and 3.2 helpersPaul Lemire2018-09-211-1/+20
| * | Add private API to access child nodes of QEntity and QFrameGraphNodeSvenn-Arne Dragly2018-09-032-16/+77
* | | Dont play animations that are disabledJuan Jose Casafranca2018-09-191-9/+47
* | | Add an easy way to get a particular component from an entityJuan Jose Casafranca2018-09-191-0/+33
* | | Add private API to access child nodes of QEntity and QFrameGraphNodeSvenn-Arne Dragly2018-08-262-16/+77
|/ /
* | Renderer: remove code shutting down thread in renderer dtorPaul Lemire2018-08-207-1/+246
* | EntityLoader: add sourceComponent propertyPaul Lemire2018-08-201-26/+49
|/
* Improve backend texture unit testsPaul Lemire2018-08-131-0/+186
* Properly update properties from Backend to Frontend texturesPaul Lemire2018-08-087-1/+308
* Add support for loading specific animations from glTF 2 filesSean Harmer2018-08-029-0/+586
* Enable ConstantInterpolation for fcurvesJuan Jose Casafranca2018-07-311-0/+22
* Fix: Do not enforce TextureImage to be parented only by TexturePaul Lemire2018-07-188-20/+435
* QNode: _q_postConstructorInit set scene on whole subtreePaul Lemire2018-07-181-0/+49
* Check animator can be played in frontend and backendJuan Jose Casafranca2018-07-111-0/+27
* Do not delay cleanup of backend Texture instancesPaul Lemire2018-07-113-0/+76
* More fuzzy evaluation when calculating rootsChristian Strømme2018-07-101-0/+13
* Handle reparenting to nodes which have no backendPaul Lemire2018-07-041-0/+158
* QGraphicsApiFilter: fix Vulkan enum value aliasingPaul Lemire2018-06-251-0/+9
* Fix race condition when executing multiple filterlayerjobs at oncePaul Lemire2018-06-253-3/+10
* Fix compile warningsPaul Lemire2018-06-202-3/+3
* Fix UniformValue data size for texturesLaszlo Agocs2018-06-121-0/+9
* Avoid locking up on Radeonv5.11.0-rc1Laszlo Agocs2018-05-041-1/+1
* Animation: Make a fuzzy comparison when verifying cubic rootsSvenn-Arne Dragly2018-04-241-35/+53
* Add replacement materials examplev5.11.0-beta3Sean Harmer2018-04-042-2/+2
* Fix findCubicRoots for cases where coefficients are close to zeroSvenn-Arne Dragly2018-03-251-0/+90
* MaterialParameterGathererJob: remove unneeded renderer memberPaul Lemire2018-03-193-3/+0
* tst_loadscenejob: remove warningsPaul Lemire2018-03-191-2/+2
* AbstractRenderer: add setOpenGLContext methodPaul Lemire2018-03-191-0/+1
* SendRenderCaptureJob: remove hard dependency to RendererPaul Lemire2018-03-192-8/+16
* Move Renderer specific classes into new folderPaul Lemire2018-03-193-12/+25
* Perform Shader loading within framePaul Lemire2018-03-161-3/+4
* Split GraphicsContext in twoPaul Lemire2018-03-162-4/+11
* Renderer: instantiate, initialize and shutdown CommandThreadPaul Lemire2018-03-161-0/+3
* Notify texture status changedMike Krus2018-03-161-2/+5
* Add more job tests for raycastingMike Krus2018-03-075-8/+490
* Add unit test to check memory alignmentPaul Lemire2018-03-015-0/+267
* Add test to check if readding shader removes dna from m_pendingRemovalAnders Hafreager2018-02-281-0/+27
* RenderThread: fix races with texture and bufferPaul Lemire2018-02-281-2/+7
* Fix race between RenderThread and ShaderGathererJobPaul Lemire2018-02-281-2/+4
* Fix RenderView uniform minificationPaul Lemire2018-02-281-5/+86
* Load textures in a single framePaul Lemire2018-02-283-8/+284
* Revert "Keep rendering in sync with aspect jobs by adding barriers"Paul Lemire2018-02-288-255/+71
* Add unit test for QScreenRayCasterv5.11.0-beta1Mike Krus2018-02-243-0/+142
* Add unit test for layers on raycasterMike Krus2018-02-231-0/+84