aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove some unnecessary includesUlf Hermann2016-07-261-1/+0
* | D3D12: clean up loggingLaszlo Agocs2016-07-192-35/+38
* | software: Add support for QSGRenderNodeLaszlo Agocs2016-07-196-6/+9
* | D3D12: Move swapchain/color buffer format to a constantLaszlo Agocs2016-07-191-9/+11
* | D3D12: Show a warning when the requested adapter is not usableLaszlo Agocs2016-07-191-5/+9
* | D3D12: Change the command list size limitLaszlo Agocs2016-07-151-1/+4
* | D3D12: Fix unused var warnings in release buildsLaszlo Agocs2016-07-153-2/+4
* | D3D12: Add support for QQuickWindow::setDefaultAlphaBufferLaszlo Agocs2016-07-151-1/+7
* | D3D12: Support translucent windows via DirectCompositionLaszlo Agocs2016-07-146-34/+117
* | D3D12: Sprite nodeLaszlo Agocs2016-07-147-5/+465
* | Add QSGSpriteNode to the Scenegraph Adaptation LayerAndy Nichols2016-07-144-0/+14
* | D3D12: Fix descriptor range referenceLaszlo Agocs2016-07-051-7/+7
* | D3D12: Print what goes wrong in rootsig serializationLaszlo Agocs2016-07-051-1/+2
* | D3D12: Improve debug layer supportLaszlo Agocs2016-07-011-2/+28
* | D3D12: Move the info prints to categorized loggingLaszlo Agocs2016-07-011-14/+22
* | D3D12: Fix 8-bit QImage mappingLaszlo Agocs2016-07-011-1/+7
* | D3D12: Advance anims in sync with vsync in the RLLaszlo Agocs2016-07-012-44/+185
* | D3D12: Fix expose handlingLaszlo Agocs2016-07-012-4/+18
* | D3D12: Fix grabbing with the new gui thread render loopLaszlo Agocs2016-07-012-20/+36
* | D3D12: Avoid multiple invalidated signalsLaszlo Agocs2016-07-014-25/+20
* | D3D12: Add support for shader sources in filesLaszlo Agocs2016-06-292-13/+25
* | D3D12: Add support for file selectors in ShaderEffectLaszlo Agocs2016-06-292-1/+8
* | Unify ShaderEffect property settingLaszlo Agocs2016-06-295-35/+43
* | Add mipmapping support to QSGImageNodePaolo Angelelli2016-06-282-0/+17
* | QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-271-1/+1
* | D3D12: Reintroduce the single threaded render loopLaszlo Agocs2016-06-246-991/+1516
* | Add cross-backend simple rect, texture, and ninepatch nodesLaszlo Agocs2016-06-2213-50/+450
* | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-10/+7
* | D3D12: Support runtime threaded shader compilationLaszlo Agocs2016-06-223-13/+89
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-1/+1
| |\
| | * V4: Always set the tag when boxing a pointer in QV4::Value.Erik Verbruggen2016-06-161-1/+1
* | | Use the QStringBuilder API to save allocationsFrank Meerkoetter2016-06-141-4/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-2/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-2/+6
| |\|
| | * QmlProfiler: When flushing data, send it in the right orderUlf Hermann2016-05-251-2/+6
* | | Merge branch 'wip/scenegraphng' into devLaszlo Agocs2016-06-104-52/+179
|\ \ \
| * | | D3D12: Add flat color materialLaszlo Agocs2016-06-064-19/+147
| * | | D3D12: Remove m_lastNN members from text materialLaszlo Agocs2016-06-032-33/+32
* | | | Merge "Merge remote-tracking branch 'origin/wip/scenegraphng' into dev" into ...Laszlo Agocs2016-06-1047-0/+11404
|\| | |
| * | | Fix build with latest qtbase due to qsimd_p changesLaszlo Agocs2016-06-011-2/+2
| * | | One GraphicsInfo to rule them allLaszlo Agocs2016-06-014-19/+18
| * | | D3D12: Get rid of the material's RenderState duplicationLaszlo Agocs2016-06-018-108/+22
| * | | Change graphicsAPI to graphicsApiLaszlo Agocs2016-06-012-2/+2
| * | | Make matrix and clipList setters' appearance more internalLaszlo Agocs2016-05-311-2/+2
| * | | D3D12: Remove unused srv gettersLaszlo Agocs2016-05-315-23/+0
| * | | D3D12: Drop QVectors from QSGD3D12EngineLaszlo Agocs2016-05-316-32/+58
| * | | D3D12: Experiment with dropping QImage data once the upload is queuedLaszlo Agocs2016-05-311-0/+12
| * | | D3D12: Preliminary UWP supportLaszlo Agocs2016-05-311-2/+51
| * | | Merge remote-tracking branch 'origin/dev' into scenegraphngAndy Nichols2016-05-3110-51/+85
| |\ \ \