summaryrefslogtreecommitdiffstats
path: root/tests/auto/render
Commit message (Expand)AuthorAgeFilesLines
* Remove unused codev5.13.0-beta3v5.13.0-beta2Mike Krus2019-04-041-30/+0
* Merge branch '5.12' into 5.13Paul Lemire2019-04-0210-36/+98
|\
| * 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
| * tests/auto/render/render.pro: Remove duplicate entry "scene2d"Friedemann Kleint2019-03-071-1/+0
| * 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-102-0/+21
|\|
| * Recompute bounding volumes when buffer changesPaul Lemire2019-01-071-0/+2
| * 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-253-1/+122
|\|
| * 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
* | 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-111-0/+88
|\|
| * 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
* | | 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
* | | Add backend nodes for QWaitFence and QSetFencePaul Lemire2018-10-115-1/+376
* | | Renderer: implement using OpenGL textures from a texture idPaul Lemire2018-10-111-0/+94
* | | 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
* | | Add QSharedGLTexturePaul Lemire2018-10-085-0/+206
|/ /
* | 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-031-6/+41
* | Renderer: remove code shutting down thread in renderer dtorPaul Lemire2018-08-203-0/+19
|/
* Improve backend texture unit testsPaul Lemire2018-08-131-0/+186
* Fix: Do not enforce TextureImage to be parented only by TexturePaul Lemire2018-07-182-19/+211
* Do not delay cleanup of backend Texture instancesPaul Lemire2018-07-111-0/+69
* 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-201-1/+1
* Fix UniformValue data size for texturesLaszlo Agocs2018-06-121-0/+9
* Avoid locking up on Radeonv5.11.0-rc1Laszlo Agocs2018-05-041-1/+1
* MaterialParameterGathererJob: remove unneeded renderer memberPaul Lemire2018-03-192-2/+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