summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 5.12 into 5.13Paul Lemire2019-04-2621-159/+1195
|\
| * Fix FrameGraph node parentingJim Albamont2019-04-161-34/+18
| * Cache light/renderable/computable vectorsJames Turner2019-04-102-22/+97
| * Disable ShaderBuilder unit testsPaul Lemire2019-04-101-0/+1
| * Fix the build with -no-guiLiang Qi2019-04-091-0/+3
| * Fix backend node creation order using an initialization queueJim Albamont2019-04-081-0/+80
| * Fix Entity parenting hierarchyJim Albamont2019-04-0413-1/+503
| * Animations: handle variable length propertiesPaul Lemire2019-04-035-102/+499
* | Disable ShaderBuilder unit testsPaul Lemire2019-04-251-0/+3
* | Remove unused codev5.13.0-beta3v5.13.0-beta2Mike Krus2019-04-041-30/+0
* | Merge branch '5.12' into 5.13Paul Lemire2019-04-0218-41/+570
|\|
| * Update the backend's buffer data when updating part of QBufferGiulio Camuffo2019-04-021-1/+1
| * Unify shader include handlingMichael Brasser2019-04-016-0/+31
| * Dont play animations that are disabledJuan Jose Casafranca2019-03-281-9/+47
| * Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-03-154-3/+376
| |\
| | * Make sure backend node is created when component is added to Entityv5.12.2Svenn-Arne Dragly2019-02-221-0/+84
| | * Add test for component added to parent with pending backend creationSvenn-Arne Dragly2019-02-221-2/+76
| | * Fix broken creation order for nodes used as propertiesSvenn-Arne Dragly2019-02-221-0/+56
| | * Add manual test for backend node creation for componentsSvenn-Arne Dragly2019-02-223-1/+160
| * | tests/auto/render/render.pro: Remove duplicate entry "scene2d"Friedemann Kleint2019-03-071-1/+0
| * | Use slerp for animating rotation channelsJuan Jose Casafranca2019-02-224-2/+96
| |/
| * Fix: rebuild material and layer caches when FrameGraph tree is dirtyPaul Lemire2019-02-192-33/+84
* | Fix deprecation warnings about Qt3DRender::QBuffer::BufferTypeFriedemann Kleint2019-03-125-28/+16
* | Fix deprecation warnings about setDataType()/setDataSize()Friedemann Kleint2019-03-071-8/+8
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-103-2/+45
|\|
| * Recompute bounding volumes when buffer changesPaul Lemire2019-01-071-0/+2
| * Picking: viewport contains check needs to use pos in GL coordinatePaul Lemire2019-01-071-2/+24
| * QRenderCapture: Prevent crash on shutdown when replies are pendingChristian Andersen2019-01-061-0/+19
* | QGeometry: add minExtent/maxExtent propertiesPaul Lemire2019-01-072-0/+83
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-254-1/+124
|\|
| * texture_property_updates test: specify texture formatPaul Lemire2018-12-211-0/+2
| * QEnvironmentLight: add uniforms for envmaps sizePaul Lemire2018-12-201-0/+98
| * Texture: initialize internal format to NoFormatPaul Lemire2018-12-192-1/+24
* | Only execute SSE alignment tests if we are not doing the AVX alignment testsPaul Lemire2018-12-211-1/+1
* | Fix overflow in ThreadPooler test when CPU has high number of coresPaul Lemire2018-12-211-3/+3
* | QShaderProgramBuilder: add properties to access generated shader codePaul Lemire2018-12-142-3/+168
* | QObjectPicker and QPickingSettings NearestPriorityPick picking modePaul Lemire2018-12-125-1/+436
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-112-1/+89
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-041-0/+88
| |\
| | * Reset last selected picker when releasing out of viewportPaul Lemire2018-11-301-0/+88
| * | Remove wince check as it is not supportedOliver Wolff2018-11-221-1/+1
* | | QComputeCommand allow to control the run behaviorPaul Lemire2018-11-142-0/+238
* | | Remove GPU_BLACKLIST support from various testsEdward Welbourne2018-10-124-21/+0
* | | Make backend FG node use FrameGraphDirty instead of AllDirtyPaul Lemire2018-10-123-0/+24
* | | Implement WaitFence/SetFence handling into the rendererPaul Lemire2018-10-126-21/+427
* | | Register QWaitFence/QSetFence with QML modulePaul Lemire2018-10-111-0/+2
* | | Add backend nodes for QWaitFence and QSetFencePaul Lemire2018-10-115-1/+376
* | | Texture: update renderer to send handle and handle type on frontend texturesPaul Lemire2018-10-112-1/+5
* | | Renderer: implement using OpenGL textures from a texture idPaul Lemire2018-10-1110-0/+923
* | | QAbstractTexture:: add handle and handleType propertiesPaul Lemire2018-10-101-0/+240