summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-05-261-2/+14
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-261-2/+14
| |\|
| | * Doc: Add TextureLoader QML documentationPaul Wicking2019-05-151-2/+14
* | | Use entity visitor to traverse scene graphMike Krus2019-05-253-149/+156
* | | Introduce EntityVisitorMike Krus2019-05-253-0/+210
* | | Iterate on child handlesMike Krus2019-05-2519-98/+164
* | | Mark dirty when modifying framegraphJuan Jose Casafranca2019-05-271-0/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-131-1/+1
|\|
| * Fix number of lightsMike Krus2019-05-131-1/+1
* | Merge remote-tracking branch 5.12 into 5.13Paul Lemire2019-04-2624-125/+498
|\|
| * Fix FrameGraph node parentingJim Albamont2019-04-165-38/+39
| * Cache light/renderable/computable vectorsJames Turner2019-04-106-37/+203
| * Move some debug code inside the #ifdefJames Turner2019-04-101-1/+2
| * Early-return on these jobs if no work to be doneJames Turner2019-04-102-1/+9
| * Fix the build with -no-guiLiang Qi2019-04-091-0/+4
| * Fix Entity parenting hierarchyJim Albamont2019-04-0410-40/+238
| * Fix assert when using QScreenRayCaster with multiple viewportsGiulio Camuffo2019-04-021-2/+5
* | Remove unused codev5.13.0-beta3v5.13.0-beta2Mike Krus2019-04-042-41/+0
* | Switch export macros to standard formKai Koehne2019-04-02204-266/+266
* | Merge branch '5.12' into 5.13Paul Lemire2019-04-0217-299/+411
|\|
| * Update the backend's buffer data when updating part of QBufferGiulio Camuffo2019-04-021-0/+1
| * Unify shader include handlingMichael Brasser2019-04-013-51/+21
| * Don't reset texture units at every frameMike Krus2019-03-185-189/+342
| * Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-03-152-14/+10
| |\
| | * Load static plugins when QT_NO_LIBRARY is setAnton Kreuzkamp2019-02-222-14/+10
| * | Fix member overloadsMike Krus2019-03-144-26/+10
| * | Set OptimalParallelJobCount to at most 4Paul Lemire2019-02-221-1/+4
| |/
| * renderview.cpp: move file variable into anonymous namespacePaul Lemire2019-02-191-1/+2
| * Fix: rebuild material and layer caches when FrameGraph tree is dirtyPaul Lemire2019-02-192-5/+8
* | QAbstractTexture: Fix \since for handle, handleTypev5.13.0-beta1Kai Koehne2019-03-071-2/+2
* | QML: Properly revision new signals and slots in 5.13Kai Koehne2019-03-075-15/+15
* | Fix order of initialization in constructor listThiago Macieira2019-02-091-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-022-3/+3
|\|
| * Doc: Fix external link error for SceneLoaderMichael Brasser2019-01-291-1/+1
| * Doc: Add doc to undocumented methods and properties qt3dNico Vertriest2019-01-241-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devMike Krus2019-01-234-12/+162
|\|
| * Avoid repeated warningsMike Krus2019-01-183-4/+153
| * Fix issue with invalid texturesMike Krus2019-01-181-8/+9
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-104-7/+17
|\|
| * Fix env-map less renderingMike Krus2019-01-091-0/+7
| * Recompute bounding volumes when buffer changesPaul Lemire2019-01-071-1/+2
| * Picking: viewport contains check needs to use pos in GL coordinatePaul Lemire2019-01-071-3/+8
| * QRenderCapture: Prevent crash on shutdown when replies are pendingChristian Andersen2019-01-061-3/+0
* | QGeometry: add minExtent/maxExtent propertiesPaul Lemire2019-01-076-15/+159
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-257-10/+59
|\|
| * QEnvironmentLight: add uniforms for envmaps sizePaul Lemire2018-12-203-6/+49
| * QEnvironmentLight: fix wrong getter callPaul Lemire2018-12-191-1/+1
| * Texture: initialize internal format to NoFormatPaul Lemire2018-12-194-4/+4
| * QTexture: DDS handle uncompressed floating point format texturesPaul Lemire2018-12-191-0/+6
* | QShaderProgramBuilder: add properties to access generated shader codePaul Lemire2018-12-144-0/+213