summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* assimp: Don't use -Wno-reorder on C compilerKevin Funk2017-03-021-2/+2
* Coding convention fix for Src/logicRobert Brock2017-03-0210-22/+33
* Doc: added doc for parameters QPaintedTextureImageNico Vertriest2017-02-151-25/+13
* Enable blitFramebuffer with ES2 when it is supportedAntti Määttä2017-02-083-22/+24
* Fix deprecation warningSean Harmer2017-02-082-7/+15
* Fix warning about set but not used variableSean Harmer2017-02-081-6/+0
* Fix onDemand rendering idle loop CPU burningJanne Koskinen2017-02-061-0/+1
* Make sure not to reference already deleted VAOsWieland Hagen2017-02-021-1/+1
* Fix node de-registration from scene on deletion/reparentingWieland Hagen2017-02-021-7/+9
* Delete abandoned VAOs after each frameWieland Hagen2017-02-015-37/+79
* OpenGLVertexArrayObject: require cleanupWieland Hagen2017-02-013-5/+15
* Free VAOs in Renderer::releaseGraphicsResources()Wieland Hagen2017-02-011-0/+7
* Enable point sprites for GL2Harald Vistnes2017-01-311-9/+5
* Rename Texture::DirtyGenerators to DirtyImageGeneratorsWieland Hagen2017-01-264-7/+7
* Fix updating of texture generatorWieland Hagen2017-01-266-18/+58
* Doc: corrected several qdoc errors qt3dNico Vertriest2017-01-252-11/+5
* Doc: minor spelling mistakeNico Vertriest2017-01-251-1/+1
* Doc: added doc for parameter \a otherNico Vertriest2017-01-251-1/+2
* Send further pick events to initial object pickerMike Krus2017-01-232-7/+13
* Picking: restore early checksMike Krus2017-01-214-31/+75
* Keep the existence of renderer and nodes in syncMike Krus2017-01-201-1/+5
* Texture: small coding style cleanupMauro Persano2017-01-201-24/+12
* Accept DDS files with extra data at the endMauro Persano2017-01-201-3/+9
* ObjLoader: actually check for the indices' valuesGiuseppe D'Angelo2017-01-131-7/+7
* Ignore textures which don't have their texture data yetWieland Hagen2017-01-122-3/+7
* Fix compile warningPaul Lemire2017-01-121-3/+2
* Prevent copying of QAbstractFunctorVolker Krause2017-01-121-0/+3
* Add some basic debug output for texture and texture image managersSean Harmer2017-01-113-0/+30
* Skybox: add documentation about issues with frustum cullingPaul Lemire2017-01-111-1/+4
* Use QTextureLoader for textures in GLTF filesMauro Persano2017-01-101-10/+3
* QPaintedTextureImage: documentationWieland Hagen2017-01-101-0/+66
* Fix race in QAspectManager when shutting downPaul Lemire2017-01-102-1/+19
* Free buffers in Renderer::releaseGraphicsResources()Wieland Hagen2017-01-101-1/+6
* Make sure not to update same buffer twiceWieland Hagen2017-01-101-1/+1
* Doc: corrected description of parameterNico Vertriest2017-01-101-2/+1
* Fix some framegraph docs issuesAntti Määttä2017-01-105-32/+95
* Update docs for QGeometry and QGeometryRendererAntti Määttä2017-01-102-118/+154
* Update EntityLoader docsAntti Määttä2017-01-101-1/+10
* Update QTransform docsAntti Määttä2017-01-101-107/+128
* Update QTechniqueFilter docsAntti Määttä2017-01-101-8/+43
* QRendererSettings::setActiveFrameGraph(): Set surface for new graphWieland Hagen2017-01-092-8/+22
* Ignore RenderCommand for current frame, if shader not loaded yetWieland Hagen2017-01-093-5/+11
* Merge "Merge branch '5.8.0' into 5.8" into refs/staging/5.8Sean Harmer2017-01-092-1/+10
|\
| * Merge branch '5.8.0' into 5.8Sean Harmer2017-01-062-1/+10
| |\
| | * Fix race condition with dynamic texture updatesv5.8.0Sean Harmer2017-01-062-1/+10
* | | Reinstate back face pickingMike Krus2017-01-094-11/+47
* | | Don’t perform picking if QObjectPicker is disabledMike Krus2017-01-092-5/+17
* | | OpenGLVertexArrayObject: add a destroy methodPaul Lemire2017-01-092-0/+13
* | | Clicked event only generated if pickers matchMike Krus2017-01-091-1/+2
* | | Unit tests for render capture backend nodeAntti Määttä2017-01-092-2/+1