summaryrefslogtreecommitdiffstats
path: root/tests/auto/render
Commit message (Expand)AuthorAgeFilesLines
* Geometry refactoringMike Krus2020-02-2720-446/+426
* Merge remote-tracking branch 5.15 into devMike Krus2020-02-172-0/+82
|\
| * Destroy FBOs when RenderTarget node is destroyedPaul Lemire2020-02-131-0/+42
| * Shader fixesPaul Lemire2020-02-131-0/+44
* | Remove QBuffer::syncData propertyMike Krus2020-02-122-17/+0
* | Hide deprecated functor APIMike Krus2020-02-124-98/+2
* | Remove buffer functor APIMike Krus2020-02-116-133/+0
* | Remove old dead codeMike Krus2020-02-116-458/+0
* | Remove deprecated classes and functionsPaul Lemire2020-02-1187-4713/+942
* | Merge remote-tracking branch 5.15 into devMike Krus2020-02-0783-1137/+1412
|\|
| * Merge "Merge remote-tracking branch '5.14' into 5.15"Mike Krus2020-02-062-7/+37
| |\
| | * Merge remote-tracking branch '5.14' into 5.15Mike Krus2020-02-052-7/+37
| | |\
| | | * Fix stale Entity cachesPaul Lemire2020-01-312-12/+37
| * | | Remove QtGui module path from OpenGL related pathsMike Krus2020-02-061-1/+1
| * | | Move classes in OpenGL renderer plugin into an OpenGL namespacePaul Lemire2020-02-0515-196/+205
| * | | Make the OpenGL renderer a pluginPaul Lemire2020-02-0543-156/+300
| |/ /
| * | ResourceAccessor: make it work with the modular renderer architecturePaul Lemire2020-02-031-4/+12
| * | QShaderProgram: add a format propertyPaul Lemire2020-02-032-2/+111
| * | Introduce a GLShader classPaul Lemire2020-02-036-357/+299
| * | Add dedicated managers holder for GL ResourcesPaul Lemire2020-02-032-15/+19
| * | tst_filtercompatibletechniquejob: fix unregister in case context creation failedPaul Lemire2020-02-031-1/+2
| * | tst_filtercompatibletechniquejob: skip test if unable to create contextPaul Lemire2020-02-031-0/+14
| * | Deprecate functor APIsMike Krus2020-01-3116-0/+59
| * | Clean up tracing codeMike Krus2020-01-271-0/+1
| * | Fix deprecation handlingMike Krus2020-01-147-3/+24
| * | Remove use of messages for RayCasterMike Krus2020-01-131-42/+13
| * | QSortPolicy: add Uniform sorting modePaul Lemire2019-12-201-0/+1
| * | Update textures and disables in postJobsMike Krus2019-12-162-30/+1
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-143-13/+42
| |\|
| | * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-131-1/+1
| | |\
| | | * Fix OnDemand rendering with Scene3Dv5.14.0-rc2v5.14.0Paul Lemire2019-12-041-1/+1
| | * | Fix picking with primitive restart for line loopsMike Krus2019-12-131-6/+21
| | * | Fix picking with primitive restartMike Krus2019-12-091-6/+20
| | |/
| * | Use jobsDone to sync render capture back to frontendMike Krus2019-12-135-115/+8
| * | Deprecate message APIMike Krus2019-12-091-6/+0
| * | Fix compile warningsMike Krus2019-12-034-3/+4
| * | Revert "Fix post FF API changes"Mike Krus2019-12-031-2/+2
| * | Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-252-7/+3
| |/
| * PackUniformHash to QVectorPaul Lemire2019-11-141-9/+4
| * FilterProximityJob: only run it if our RV requires proximity filteringPaul Lemire2019-11-131-4/+10
| * Uniform: use QVarLengthArray<16 ,float> instead of <4, float>Paul Lemire2019-11-131-1/+1
| * Buffer: make sure we force allocate before doing partial updatesPaul Lemire2019-10-301-0/+55
| * Compute renderables/computables/lights once instead of once per RVPaul Lemire2019-10-292-62/+20
| * ComputeCommand: add unit tests for manual trigger modePaul Lemire2019-10-241-0/+118
| * Fix post FF API changesMike Krus2019-10-221-2/+2
| * Renderer: build cache data for new RenderViewsPaul Lemire2019-10-221-1/+28
| * ComputeCommand/SubtreeEnabler use direct sync job to update frontendPaul Lemire2019-10-222-9/+26
| * Remove remaining messaging code in QSkeletonLoaderMike Krus2019-10-221-64/+0
| * Remove old code from animation classes & update testsMike Krus2019-10-211-22/+1
| * Convent SendBufferCaptureJob to direct syncPaul Lemire2019-10-211-1/+1