summaryrefslogtreecommitdiffstats
path: root/src/render/backend/rendercommand.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Renderer specific classes into new folderPaul Lemire2018-03-191-76/+0
* Remove dead sorting codeLaszlo Agocs2017-09-041-1/+0
* Fix RenderCommand sortingPaul Lemire2017-08-021-10/+0
* Renderer: now handle indirect draw callsPaul Lemire2017-01-241-0/+2
* RenderCommand: store all what's needed to perform draw callsPaul Lemire2016-07-051-2/+14
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-1/+1
* Moves QSortCriterion flag to QSortPolicy and remove itFranck Arrecot2016-04-261-1/+0
* Make the backend use workgroup sizes from ComputeCommandPaul Lemire2016-03-051-0/+3
* Unify license header usageAntti Kokko2016-01-261-11/+14
* RenderCommand: add a type flag (Draw/Compute)Paul Lemire2016-01-131-0/+1
* RenderView: sliglty modified to later accommodate compute callsPaul Lemire2016-01-131-1/+5
* Make BackToFront sorting workLaszlo Agocs2015-11-131-0/+5
* Rename Renderer -> Render throughoutSean Harmer2015-10-191-1/+1
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-131-2/+2
* Copyright header change.Mika Salmela2015-02-091-19/+14
* RenderCommand sortingPaul Lemire2015-01-241-18/+3
* RenderView refactored + handling sortingPaul Lemire2014-09-301-1/+18
* Mark backend render classes as private and fix compilationSean Harmer2014-08-171-1/+1
* Simple sorting of RenderCommands based on shaderPaul Lemire2014-07-091-0/+5
* Start adding jobs to create RenderViews and RenderCommandsSean Harmer2014-04-041-0/+56