summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QObjectPicker and QPickingSettings NearestPriorityPick picking modePaul Lemire2018-12-1211-32/+212
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-117-11/+34
|\|
| * Use the correct coordinatesystem include for ES3Michael Brasser2018-12-051-0/+9
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-043-6/+12
| |\
| | * Reset last selected picker when releasing out of viewportPaul Lemire2018-11-301-1/+7
| | * Renderer: drawArraysInstancedBaseInstance parameters were swappedPaul Lemire2018-11-282-5/+5
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-082-5/+7
| |\|
| | * Renderer::doRender scene3dBlocking fixesPaul Lemire2018-11-051-4/+7
| | * GLTexture: do not set layers when target is Texture3DPaul Lemire2018-11-021-1/+0
| * | Doc: Fix various documentation warningsTopi Reinio2018-11-071-0/+1
| * | Qt3DWindow: Redraw scene on expose events when using OnDemand renderingChristian Andersen2018-11-061-0/+5
* | | QComputeCommand allow to control the run behaviorPaul Lemire2018-11-146-8/+157
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-035-4/+19
|\| |
| * | Doc: Add doc to undocumented methodsNico Vertriest2018-11-011-0/+6
| * | Merge remote-tracking branch 'origin/5.11' into 5.12.0v5.12.0-beta4Liang Qi2018-10-301-0/+3
| |\|
| | * Fix crash due to racecondition in renderer on shutdownChristian Andersen2018-10-231-0/+3
| * | Don't trigger Q_UNREACHABLE if passed invalid render buffer formatsChristian Andersen2018-10-222-3/+9