summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates
Commit message (Expand)AuthorAgeFilesLines
* Doc: Use correct qml module names for qml typesPaul Wicking2019-10-141-0/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-232-2/+2
|\
| * RenderStates: fix override of nested RenderStatesPaul Lemire2019-07-182-2/+2
* | Switch export macros to standard formKai Koehne2019-04-0239-39/+39
|/
* Doc: Add missing dots (qt3d)Paul Wicking2018-06-1911-22/+22
* Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-201-3/+3
* Doc: Add and improve examples in render states and material systemSvenn-Arne Dragly2018-03-252-2/+160
* RenderStates: rework to split node and rendering partPaul Lemire2018-03-196-242/+200
* Move Renderer specific classes into new folderPaul Lemire2018-03-193-526/+2
* Split GraphicsContext in twoPaul Lemire2018-03-163-7/+6
* Doc: Fix documentation warnings for Qt 3D RenderTopi Reinio2018-02-282-2/+3
* Merge branch '5.10' into devSean Harmer2018-01-261-4/+69
|\
| * Merge branch '5.9' into 5.10Sean Harmer2018-01-251-4/+69
| |\
| | * Doc: Add examples and enumeration to QCullFace documentationSvenn-Arne Dragly2018-01-251-4/+69
* | | Merge branch '5.10' into devSean Harmer2018-01-172-2/+2
|\| |
| * | Merge branch '5.9' into 5.10Sean Harmer2018-01-122-2/+2
| |\|
| | * Fix includes of Qt classesFriedemann Kleint2017-11-232-2/+2
* | | Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-052-21/+0
* | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-252-6/+6
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-2519-51/+51
|/ /
* | Merge branch '5.9' into devSean Harmer2017-08-198-43/+151
|\|
| * Implement property updates for QStencilTest and QStencilOperationWieland Hagen2017-08-036-30/+128
| * Fix QAlphaMask and QStencilMask render states property updatingWieland Hagen2017-08-033-1/+10
| * Add QRenderState unit testWieland Hagen2017-08-031-1/+1
| * Fix RenderState property updatesWieland Hagen2017-07-221-11/+12
* | Add QLineWidth::smoothed propertyWieland Hagen2017-07-066-2/+37
* | Add missing we mean it warning to qlinewidth_p.hSean Harmer2017-06-261-0/+11
* | Merge branch '5.9' into devSean Harmer2017-06-1918-34/+36
|\|
| * Add missing private export macrosMike Krus2017-06-1615-15/+30
| * Remove redundant code in AlphaCoverage/SeamlessCubemap render statesMauro Persano2017-06-083-19/+6
* | Add LineWidth render stateMauro Persano2017-06-0810-0/+293
|/
* Doc: Specify #include path for each \classTopi Reinio2016-12-072-0/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-2821-323/+999
|\
| * Update docs for render states part 2Antti Määttä2016-11-1410-198/+559
| * Update docs for render statesAntti Määttä2016-11-1411-117/+436
| * Fix Clang warning about overwriting a vtableThiago Macieira2016-11-021-4/+4
* | LCOV exclusion comments squashedPaul Lemire2016-11-239-11/+11
* | Introduce OneMinusSource1ColorKevin Ottens2016-10-292-2/+4
* | Doc: added \inmodule and \ingroup statements where it was missingNico Vertriest2016-10-195-4/+9
* | Doc: added definition planeIndexNico Vertriest2016-10-131-1/+1
|/
* Remove unimplemented function from QBlendEquationArgumentsMiikka Heikkinen2016-09-021-1/+0
* Improve QBlendEquationArguments and QBlendEquation docs a bitMiikka Heikkinen2016-09-022-16/+65
* QPointSize: update docPaul Lemire2016-08-291-3/+28
* QBlendEquationArguments: update doc for enumsPaul Lemire2016-08-191-19/+19
* RenderStateSet remove cache delta variablesPaul Lemire2016-08-092-19/+7
* StateVariant::apply: fix for StencilTestPaul Lemire2016-08-091-1/+1
* Fix clang warning about pessimizing moveSean Harmer2016-08-041-1/+1
* Fix Clang warning about move of a local objectThiago Macieira2016-07-251-1/+1
* RenderStates: remove RenderStateCollectionPaul Lemire2016-07-173-207/+0
* RenderStateSet/Node: store a StateVariantPaul Lemire2016-07-177-218/+119