summaryrefslogtreecommitdiffstats
path: root/src/render/renderers/opengl/jobs
Commit message (Collapse)AuthorAgeFilesLines
* Remove AUTOTEST_EXPORT from templated functionLaszlo Agocs2018-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | ...to avoid warnings (that can be treated as errors) with Mingw. What we have seen in the CI is that including renderer_p.h from an external module can lead to error: inline function 'T Qt3DRender::Render::variant_value(const QVariant&)' declared as dllimport: attribute ignored [-Werror=attributes] Q_AUTOTEST_EXPORT inline T variant_value(const QVariant &v) which is treated as an error if the external user happens to be a Qt module with warning_clean enabled. Not sure why this surfaced now, but removing the export should be the correct thing to do regardless. Change-Id: Ie8de120fa0e5c96fbcffc1632db57edeac87a95b Reviewed-by: Christian Stromme <christian.stromme@qt.io>
* MaterialParameterGathererJob: remove unneeded renderer memberPaul Lemire2018-03-194-10/+5
| | | | | Change-Id: I05bef741048fbb29fab261b48f48a20d1d131bcc Reviewed-by: Mike Krus <mike.krus@kdab.com>
* ViewportNode: make computeViewport a static functionPaul Lemire2018-03-191-1/+1
| | | | | Change-Id: I8d4362830457df149791b8c2472cb123b6222bf3 Reviewed-by: Mike Krus <mike.krus@kdab.com>
* Move Renderer specific classes into new folderPaul Lemire2018-03-1911-0/+1582
This is another step toward isolating the renderer from the render aspect Change-Id: I4031675b961d6645b65bbe05cf62d150993038b0 Task-number: QTBUG-61151 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>