summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* QRenderCapture: add saveImage() to replace saveToFile()Andy Maloney2017-04-122-1/+36
* Picking: don’t emit click if mouse released on different entityMike Krus2017-04-121-5/+4
* Use obj loader plugin by default if file has no extensionMike Krus2017-04-091-0/+2
* Fix local localIntersection computation in pickingMike Krus2017-04-091-1/+1
* Fix spelling in comments and docsAndy Maloney2017-04-066-10/+10
* Fix crash in rendercapture-cppAntti Määttä2017-04-051-3/+5
* Qt3D: add configure option for jobs and GL profilingPaul Lemire2017-04-054-13/+12
* Ensure Shader disconnects the destroyed listener from the contextLaszlo Agocs2017-04-041-0/+2
* Suppress warning about emitting a deprecated signalThiago Macieira2017-04-021-0/+4
* Remove pointless template member function from QAbstractFunctorSean Harmer2017-03-301-7/+0
* Fix LevelOfDetails documentationMike Krus2017-03-291-11/+13
* Rename QBuffer::access property to accessTypeSean Harmer2017-03-293-8/+8
* Add Threshold suffix to QLevelOfDetail enum valuesSean Harmer2017-03-294-6/+6
* Pass QVector<qreal> by const-ref for consistencySean Harmer2017-03-282-3/+3
* Pass QVector3D by valueSean Harmer2017-03-282-3/+3
* Add out of line dtor to QBufferCaptureSean Harmer2017-03-282-0/+5
* Fix ShaderData following texture support changesPaul Lemire2017-03-271-4/+3
* Remove getter as a slot in QMemoryBarrierSean Harmer2017-03-271-1/+2
* renderthread_p.h: small cleanupPaul Lemire2017-03-231-4/+4
* Renderer: Add CommandThread class to perform GL operations in a secondary threadPaul Lemire2017-03-233-2/+238
* Doc: added parameter specificationsNico Vertriest2017-03-211-3/+3
* Doc: corrected link error and completed parameter definitionsNico Vertriest2017-03-212-4/+5
* Use a different define for OpenGL tracesPaul Lemire2017-03-211-6/+6
* Fix warning about unused variablePaul Lemire2017-03-201-1/+0
* Use BVH to accelerate pickingMike Krus2017-03-153-25/+82
* Cleanup scene2d - remove event forwardAntti Määttä2017-03-1519-1114/+6
* Fix incorrect LuminanceAlpha formatSean Harmer2017-03-151-1/+1
* Doc: corrected link issue in \sa statementNico Vertriest2017-03-141-2/+2
* Doc: minor typo in parameter definition \a exposureNico Vertriest2017-03-141-1/+1
* Doc: added definition for enum VertexAttributeArrayNico Vertriest2017-03-141-0/+1
* Fix resolving of render target format in GraphicsContextAndy Maloney2017-03-141-1/+2
* Doc: removed double definition of QRenderSettings::RenderPolicyNico Vertriest2017-03-141-7/+0
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-101-25/+13
|\
| * Doc: added doc for parameters QPaintedTextureImageNico Vertriest2017-02-151-25/+13
* | Fix crash in scene2d when using angleAntti Määttä2017-03-061-1/+3
* | cleanup scene2d - change mouse event handlingAntti Määttä2017-03-039-31/+97
* | Remove unnecessary QT_CONFIG(library)Kimmo Ollila2017-03-031-2/+0
* | Declare render logging categories to log warnings and aboveSean Harmer2017-03-021-11/+11
* | Silence unused variable warningMike Krus2017-03-021-1/+0
* | Update documentation related to pickingMike Krus2017-03-015-33/+147
* | Move scene2d to own module and implement conditional plugin loadingAntti Määttä2017-02-282-8/+40
* | RenderView: bind the found EnvironmentLightKevin Ottens2017-02-243-4/+25
* | The LightGatherer job also collects the EnvironmentLightKevin Ottens2017-02-242-0/+17
* | Integrate EnvironmentLight with EntityKevin Ottens2017-02-242-0/+42
* | Register QEnvironmentLightKevin Ottens2017-02-241-0/+4
* | Add QEnvironmentLight into Qt3DRenderKevin Ottens2017-02-2410-0/+541
* | QShaderData: fix texture support in propertiesKevin Ottens2017-02-244-7/+22
* | Fix container detachments when using range loopSergio Martins2017-02-2410-17/+22
* | QBoundingSphere cleanupPaul Lemire2017-02-2410-210/+120
* | Clean up QRenderCapture(Reply) APIKevin Ottens2017-02-232-5/+42