summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-216-1/+119
|\
| * ObjGeometryLoader: Fix out of bound errorPaul Lemire2018-02-086-1/+117
* | QParameter: add bookkeeping of QNode valuesPaul Lemire2018-02-211-0/+22
* | Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-1535-527/+1400
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Sean Harmer2018-02-058-51/+843
| |\|
| | * Ensure node creation changes are sent before using in list propertiesSean Harmer2018-02-021-0/+83
| | * Add test for picking object from multiple directionsMike Krus2018-02-023-0/+198
| | * Compile failing shaders once only and avoid asserting on failureLaszlo Agocs2018-02-011-0/+13
| | * Handle 0 stride vertex dataMike Krus2018-01-292-1/+92
| | * Revise buffer traversal in bounding volume calculationLaszlo Agocs2018-01-291-1/+136
| | * Fix componentAdded/componentRemoved notifications dispatch to componentsMike Krus2018-01-261-6/+28
| | * Handle multiple surfaces properly for pickingMike Krus2018-01-263-43/+293
| * | Render: Use SIMD Vectors and Matrices in the backendPaul Lemire2018-02-0222-401/+515
| * | Keep rendering in sync with aspect jobs by adding barriersSvenn-Arne Dragly2018-02-028-70/+253
* | | Handle primitive restart in buffer visitorLaszlo Agocs2018-02-151-5/+16
* | | Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-144-54/+102
|\ \ \
| * | | Ensure node creation changes are sent before using in list propertiesSean Harmer2018-02-081-0/+83
| |/ /
| * | Fix OnDemand render policySvenn-Arne Dragly2018-02-013-54/+19
* | | Add support for layers to control ray castingMike Krus2018-02-053-8/+152
* | | Unit test for ray casting jobMike Krus2018-02-015-0/+382
* | | Unit tests for QRayCaster and backend nodeMike Krus2018-02-015-0/+311
* | | Manual unit test for ray castingMike Krus2018-02-0112-1/+637
* | | Introduce QScreenRayCasterMike Krus2018-02-011-6/+6
* | | Ray casting jobMike Krus2018-02-011-0/+1
* | | Merge branch '5.10' into devSean Harmer2018-01-268-6/+1018
|\| |
| * | Unit tests for Matrix4x4Paul Lemire2018-01-265-1/+975
| * | SceneLoader: fix broken scene tree unloadingPaul Lemire2018-01-231-0/+35
| * | SceneManager: rename pendingSceneLoaderJobs()Paul Lemire2018-01-231-4/+4
| * | Fix private tests for boot2qtSami Nurmenniemi2018-01-232-1/+4
* | | Add normalizedTime function to blendedlclip animatorsChristian Strømme2018-01-232-7/+84
* | | Add support for setting a time index in the ClipAnimatorChristian Strømme2018-01-233-20/+59
* | | Add convenience functions to convert between seconds and NSsChristian Strømme2018-01-231-4/+4
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2018-01-233-1/+258
|\| |
| * | Merge branch '5.9' into 5.10Sean Harmer2018-01-223-1/+258
| |\|
| | * Calculate and store real transform of camera in addition to view matrixSvenn-Arne Dragly2018-01-223-1/+258