summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qpolygonoffset_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused data structuresMike Krus2020-02-111-6/+0
| | | | | | | Was used by old node init API Change-Id: I7b68f25634ee7aaccefab6f499ac074fcfb9a7f4 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Switch export macros to standard formKai Koehne2019-04-021-1/+1
| | | | | | | | | | | | Qt expects the export macros to have Q_ prefixes, otherwise the symbol versioning script won't find them and mark them. Also remove non-exising QT3DLOGIC_PRIVATE_EXPORT macro from src/doc/qt3d.qdocconf Task-number: QTBUG-74752 Change-Id: I71b9e85ff09c002fb283824aa51a5a8f50e937f4 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Add missing private export macrosMike Krus2017-06-161-1/+2
| | | | | | | | Was found when Nathan tried extending QCamera. Probably good to go through other parts of Qt3D. Change-Id: I317acaa36ffe3fd0b1ac0bbf4af70eabb1111ab7 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* RenderStates: use a single enum for the typesPaul Lemire2016-07-051-1/+1
| | | | | Change-Id: I1f9f7c1906dd940c963c004034c9edd64f304c60 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* QPolygonOffset creates creation changesSean Harmer2016-04-101-0/+84
Change-Id: Iaa7166d38424b3a987d56c3bf1a1559e9588031a Reviewed-by: Paul Lemire <paul.lemire@kdab.com>