summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of Configuration elementSean Harmer2016-01-171-4/+0
* Remove outdated TODO commentSean Harmer2016-01-171-1/+0
* Add annotation to QPhongMaterialSean Harmer2016-01-172-1/+15
* Move QCamera/QCameraLens to Qt3DRenderPaul Lemire2016-01-1647-1140/+227
* Remove the Quick3DConfiguration HackPaul Lemire2016-01-164-192/+0
* Make ObjLoader available to unit tests/benchmarksTobias Koenig2016-01-161-1/+1
* Added QML bindings for new aggregate actionsColin Ogilvie2016-01-164-2/+184
* Added link for inputs between sequential front and back endColin Ogilvie2016-01-163-4/+37
* Backend Nodes for Aggregate ActionsColin Ogilvie2016-01-1610-2/+405
* Added initial parameters to input sequence and inputchordColin Ogilvie2016-01-164-0/+96
* Support for DDS texturesMauro Persano2016-01-1640-125/+1153
* Say hello to GenericDeviceBogDan Vatra2016-01-1618-28/+542
* Merge "Merge branch '5.6' into dev" into refs/staging/devBogDan Vatra2016-01-1624-629/+115
|\
| * Merge branch '5.6' into devSean Harmer2016-01-1524-629/+115
| |\
| | * Revert "Fix crash when Scene3DItem is removed from scene"Mauro Persano2016-01-152-34/+32
| | * remove workaround for framework buildsOswald Buddenhagen2016-01-141-10/+0
| | * centralize + fix use of system assimpOswald Buddenhagen2016-01-145-23/+20
| | * Make axisIdentifier & buttonIdentifier constBogDan Vatra2016-01-146-12/+12
| | * Make the qgltf example use other assetsLaszlo Agocs2016-01-134-38/+42
| | * qgltf: Add a short description to the helpLaszlo Agocs2016-01-131-0/+12
| | * "cleanup" method needs to be virtual.BogDan Vatra2016-01-121-1/+1
| | * Remove unused ListAllocationPolicy.Volker Krause2016-01-125-516/+0
* | | Link examples against static libPaul Lemire2016-01-1680-732/+1605
|/ /
* | Don't use deprecated API for plugin loadingSean Harmer2016-01-152-4/+4
* | QBlendState: Target particular Draw Buffers (glBlendFunci())Wieland Hagen2016-01-156-40/+130
* | Add GraphicsContext::supportsDrawBuffersBlend()Wieland Hagen2016-01-144-2/+9
* | Added glEnablei, glDisablei, glBlendFuncSeparateiWieland Hagen2016-01-1413-1/+144
* | Fixed RenderView Uniform setting for QNode valuesWieland Hagen2016-01-141-2/+2
* | instanced examples: Add proper annotations to techniquePaul Lemire2016-01-142-0/+2
* | Add a compute shader examplePaul Lemire2016-01-1411-1/+719
* | Use a more suitable name for qt3d input devices.BogDan Vatra2016-01-142-1/+2
* | Fix missing QML registration for AbstractActionInputColin Ogilvie2016-01-141-0/+1
* | Renderer: handle compute and draw render commandsPaul Lemire2016-01-134-138/+161
* | Technique: cleanup properly clears thingsPaul Lemire2016-01-131-0/+3
* | RenderViewJobUtils: fix technique filter wasn't setPaul Lemire2016-01-131-1/+1
* | GraphicsHelper: add dispatch compute functionPaul Lemire2016-01-1313-3/+53
* | RenderCommand: add a type flag (Draw/Compute)Paul Lemire2016-01-132-0/+8
* | RenderView/GraphicsContext: support SSBO/UBO with buffer used as ParametersPaul Lemire2016-01-1323-117/+233
* | Rename QUniformPack to ShaderParameterPackPaul Lemire2016-01-1310-21/+21
* | GraphicsContext: use GLBuffer instead of QOpenGLBufferPaul Lemire2016-01-136-133/+162
* | Add handle type for GLBufferPaul Lemire2016-01-131-0/+2
* | QBackendNode make simple getter Q_DECL_NOEXCEPTPaul Lemire2016-01-132-4/+4
* | Updated Entity unit testsPaul Lemire2016-01-131-1/+10
* | RenderView: completed Compute code pathPaul Lemire2016-01-131-10/+26
* | Entity: add reference to QComputeJob componentPaul Lemire2016-01-132-0/+31
* | QRenderAspect: register backend type for QComputeJobPaul Lemire2016-01-131-0/+3
* | RenderView: sliglty modified to later accommodate compute callsPaul Lemire2016-01-137-115/+155
* | QParameter: only copy QNodeId when parameter value is a QNodeSubclassPaul Lemire2016-01-135-58/+39
* | Port all the pure C++ examples to Qt3DRender::QWindowKevin Ottens2016-01-139-116/+46
* | show() is not virtual in QWindowKevin Ottens2016-01-133-19/+24